OLD | NEW |
1 vars = { | 1 vars = { |
2 "googlecode_url": "http://%s.googlecode.com/svn", | 2 "googlecode_url": "http://%s.googlecode.com/svn", |
3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
4 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 4 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
5 "webkit_revision": "66862", | 5 "webkit_revision": "66862", |
6 "ffmpeg_revision": "58574", | 6 "ffmpeg_revision": "58574", |
7 "skia_revision": "593", | 7 "skia_revision": "593", |
8 "chromium_git": "http://src.chromium.org/git", | 8 "chromium_git": "http://src.chromium.org/git", |
9 "swig_revision": "40423", | 9 "swig_revision": "40423", |
10 "nacl_revision": "3186", | 10 "nacl_revision": "3186", |
(...skipping 20 matching lines...) Expand all Loading... |
31 "src/testing/gtest": | 31 "src/testing/gtest": |
32 (Var("googlecode_url") % "googletest") + "/trunk@408", | 32 (Var("googlecode_url") % "googletest") + "/trunk@408", |
33 | 33 |
34 "src/third_party/angle": | 34 "src/third_party/angle": |
35 (Var("googlecode_url") % "angleproject") + "/trunk@402", | 35 (Var("googlecode_url") % "angleproject") + "/trunk@402", |
36 | 36 |
37 "src/third_party/WebKit": | 37 "src/third_party/WebKit": |
38 "/trunk/deps/third_party/WebKit@33467", | 38 "/trunk/deps/third_party/WebKit@33467", |
39 | 39 |
40 "src/third_party/icu": | 40 "src/third_party/icu": |
41 "/trunk/deps/third_party/icu42@57283", | 41 "/trunk/deps/third_party/icu42@58904", |
42 | 42 |
43 "src/third_party/hunspell": | 43 "src/third_party/hunspell": |
44 "/trunk/deps/third_party/hunspell@51690", | 44 "/trunk/deps/third_party/hunspell@51690", |
45 | 45 |
46 "src/third_party/hunspell_dictionaries": | 46 "src/third_party/hunspell_dictionaries": |
47 "/trunk/deps/third_party/hunspell_dictionaries@51875", | 47 "/trunk/deps/third_party/hunspell_dictionaries@51875", |
48 | 48 |
49 "src/third_party/protobuf2/src": | 49 "src/third_party/protobuf2/src": |
50 (Var("googlecode_url") % "protobuf") + "/trunk@327", | 50 (Var("googlecode_url") % "protobuf") + "/trunk@327", |
51 | 51 |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 ] | 296 ] |
297 | 297 |
298 | 298 |
299 hooks = [ | 299 hooks = [ |
300 { | 300 { |
301 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 301 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
302 "pattern": ".", | 302 "pattern": ".", |
303 "action": ["python", "src/build/gyp_chromium"], | 303 "action": ["python", "src/build/gyp_chromium"], |
304 }, | 304 }, |
305 ] | 305 ] |
OLD | NEW |