OLD | NEW |
1 vars = { | 1 vars = { |
2 # Use this googlecode_url variable only if there is an internal mirror for it. | 2 # Use this googlecode_url variable only if there is an internal mirror for it. |
3 # If you do not know, use the full path while defining your new deps entry. | 3 # If you do not know, use the full path while defining your new deps entry. |
4 "googlecode_url": "http://%s.googlecode.com/svn", | 4 "googlecode_url": "http://%s.googlecode.com/svn", |
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
8 "webkit_revision": "109423", | 8 "webkit_revision": "109423", |
9 "chromium_git": "http://git.chromium.org/git", | 9 "chromium_git": "http://git.chromium.org/git", |
10 "swig_revision": "69281", | 10 "swig_revision": "69281", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 # puts some extra files into place for the real WebKit checkout to | 88 # puts some extra files into place for the real WebKit checkout to |
89 # happen. See lines mentioning "webkit_revision" for the real | 89 # happen. See lines mentioning "webkit_revision" for the real |
90 # WebKit checkout. | 90 # WebKit checkout. |
91 "src/third_party/WebKit": | 91 "src/third_party/WebKit": |
92 "/trunk/deps/third_party/WebKit@76115", | 92 "/trunk/deps/third_party/WebKit@76115", |
93 | 93 |
94 "src/third_party/icu": | 94 "src/third_party/icu": |
95 "/trunk/deps/third_party/icu46@122842", | 95 "/trunk/deps/third_party/icu46@122842", |
96 | 96 |
97 "src/third_party/hunspell": | 97 "src/third_party/hunspell": |
98 "/trunk/deps/third_party/hunspell@123842", | 98 "/trunk/deps/third_party/hunspell@124429", |
99 | 99 |
100 "src/third_party/hunspell_dictionaries": | 100 "src/third_party/hunspell_dictionaries": |
101 "/trunk/deps/third_party/hunspell_dictionaries@79099", | 101 "/trunk/deps/third_party/hunspell_dictionaries@79099", |
102 | 102 |
103 "src/third_party/safe_browsing/testing": | 103 "src/third_party/safe_browsing/testing": |
104 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", | 104 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", |
105 | 105 |
106 "src/third_party/cacheinvalidation/files/src/google": | 106 "src/third_party/cacheinvalidation/files/src/google": |
107 (Var("googlecode_url") % "google-cache-invalidation-api") + | 107 (Var("googlecode_url") % "google-cache-invalidation-api") + |
108 "/trunk/src/google@185", | 108 "/trunk/src/google@185", |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "pattern": ".", | 513 "pattern": ".", |
514 "action": ["python", "src/build/util/lastchange.py", | 514 "action": ["python", "src/build/util/lastchange.py", |
515 "-o", "src/build/util/LASTCHANGE"], | 515 "-o", "src/build/util/LASTCHANGE"], |
516 }, | 516 }, |
517 { | 517 { |
518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
519 "pattern": ".", | 519 "pattern": ".", |
520 "action": ["python", "src/build/gyp_chromium"], | 520 "action": ["python", "src/build/gyp_chromium"], |
521 }, | 521 }, |
522 ] | 522 ] |
OLD | NEW |