Skip to content

Commit

Permalink
Pull in mojo/devtools via DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesr committed Aug 25, 2015
1 parent 7b265cb commit 586544f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Thumbs.db
/buildtools/
/dart/
/dart-pub-cache/
/mojo/devtools/
/mojo/public/
/native_client/
/out/
Expand Down
6 changes: 6 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'mojo_sdk_revision': '76ff57433b48527dc491dac4c52c9d71a7c3a0e3',
'mojo_devtools_revision': '2feda37728d3e551ef543b8f6c4f4b20eaa2d81f',
'skia_revision': '29ccdf86ab0a1649fd775c9431891bacb1391e99',
'dart_revision': '95c951ad190f156eb61b99203c2e4948211c44a7',
'dart_observatory_packages_revision': 'cdc4b3d4c15b9c0c8e7702dff127b440afbb7485',
Expand All @@ -31,6 +32,7 @@ vars = {
# If you need to add a new host, contact chrome infrastructure team.
allowed_hosts = [
'chromium.googlesource.com',
'github.com',
]

deps = {
Expand Down Expand Up @@ -58,6 +60,10 @@ deps = {
Var('chromium_git') + '/external/github.com/domokit/mojo_sdk' + '@' +
Var('mojo_sdk_revision'),

'src/mojo/devtools':
'https://github.com/domokit/devtools.git' + '@' +
Var('mojo_devtools_revision'),

'src/third_party/skia':
Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),

Expand Down

0 comments on commit 586544f

Please sign in to comment.