Skip to content

Commit

Permalink
Move base to an external repository that will pull in via DEPS
Browse files Browse the repository at this point in the history
This change lets us share base with mojo.git.
  • Loading branch information
abarth committed Jan 29, 2016
1 parent e49d611 commit 2a50f57
Show file tree
Hide file tree
Showing 1,736 changed files with 359,373 additions and 268,308 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Thumbs.db
.idea

# directories pulled in via deps or hooks
/base/
/build/linux/bin/eu-strip
/buildtools/
/dart/
Expand Down
4 changes: 4 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ vars = {
'chromium_git': 'https://chromium.googlesource.com',
'mojo_sdk_revision': '172be18ea745ab29aea132e6cb952e726dc32543',
'mojo_devtools_revision': '49879d78ce4486e10c2214a101d9b2e82794b2f4',
'base_revision': '6c89618151eb0e23d330778e6d6ea16fc6105010',
'skia_revision': '609d97918788c077514f190b0f1087ccbd420f5d',

# Note: When updating the Dart revision, ensure that all entries that are
Expand All @@ -40,6 +41,9 @@ allowed_hosts = [
]

deps = {
'src/base':
Var('chromium_git') + '/external/github.com/domokit/base' + '@' + Var('base_revision'),

'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),

Expand Down
Loading

0 comments on commit 2a50f57

Please sign in to comment.