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": "67488", | 5 "webkit_revision": "67488", |
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 11 matching lines...) Expand all Loading... |
22 "src/googleurl": | 22 "src/googleurl": |
23 (Var("googlecode_url") % "google-url") + "/trunk@145", | 23 (Var("googlecode_url") % "google-url") + "/trunk@145", |
24 | 24 |
25 "src/seccompsandbox": | 25 "src/seccompsandbox": |
26 "http://seccompsandbox.googlecode.com/svn/trunk@91", | 26 "http://seccompsandbox.googlecode.com/svn/trunk@91", |
27 | 27 |
28 "src/sdch/open-vcdiff": | 28 "src/sdch/open-vcdiff": |
29 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", | 29 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
30 | 30 |
31 "src/testing/gtest": | 31 "src/testing/gtest": |
32 (Var("googlecode_url") % "googletest") + "/trunk@408", | 32 (Var("googlecode_url") % "googletest") + "/trunk@435", |
33 | 33 |
34 "src/third_party/angle": | 34 "src/third_party/angle": |
35 (Var("googlecode_url") % "angleproject") + "/trunk@419", | 35 (Var("googlecode_url") % "angleproject") + "/trunk@419", |
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@58904", | 41 "/trunk/deps/third_party/icu42@58904", |
42 | 42 |
(...skipping 253 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 |