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": "109706", | 8 "webkit_revision": "109706", |
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 # puts some extra files into place for the real WebKit checkout to | 90 # puts some extra files into place for the real WebKit checkout to |
91 # happen. See lines mentioning "webkit_revision" for the real | 91 # happen. See lines mentioning "webkit_revision" for the real |
92 # WebKit checkout. | 92 # WebKit checkout. |
93 "src/third_party/WebKit": | 93 "src/third_party/WebKit": |
94 "/trunk/deps/third_party/WebKit@76115", | 94 "/trunk/deps/third_party/WebKit@76115", |
95 | 95 |
96 "src/third_party/icu": | 96 "src/third_party/icu": |
97 "/trunk/deps/third_party/icu46@122842", | 97 "/trunk/deps/third_party/icu46@122842", |
98 | 98 |
99 "src/third_party/hunspell": | 99 "src/third_party/hunspell": |
100 "/trunk/deps/third_party/hunspell@124429", | 100 "/trunk/deps/third_party/hunspell@125060", |
101 | 101 |
102 "src/third_party/hunspell_dictionaries": | 102 "src/third_party/hunspell_dictionaries": |
103 "/trunk/deps/third_party/hunspell_dictionaries@79099", | 103 "/trunk/deps/third_party/hunspell_dictionaries@79099", |
104 | 104 |
105 "src/third_party/safe_browsing/testing": | 105 "src/third_party/safe_browsing/testing": |
106 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", | 106 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", |
107 | 107 |
108 "src/third_party/cacheinvalidation/files/src/google": | 108 "src/third_party/cacheinvalidation/files/src/google": |
109 (Var("googlecode_url") % "google-cache-invalidation-api") + | 109 (Var("googlecode_url") % "google-cache-invalidation-api") + |
110 "/trunk/src/google@185", | 110 "/trunk/src/google@185", |
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "pattern": ".", | 517 "pattern": ".", |
518 "action": ["python", "src/build/util/lastchange.py", | 518 "action": ["python", "src/build/util/lastchange.py", |
519 "-o", "src/build/util/LASTCHANGE"], | 519 "-o", "src/build/util/LASTCHANGE"], |
520 }, | 520 }, |
521 { | 521 { |
522 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 522 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
523 "pattern": ".", | 523 "pattern": ".", |
524 "action": ["python", "src/build/gyp_chromium"], | 524 "action": ["python", "src/build/gyp_chromium"], |
525 }, | 525 }, |
526 ] | 526 ] |
OLD | NEW |