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 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
7 "webkit_revision": "93705", | 7 "webkit_revision": "93705", |
8 "chromium_git": "http://git.chromium.org/git", | 8 "chromium_git": "http://git.chromium.org/git", |
9 "swig_revision": "69281", | 9 "swig_revision": "69281", |
10 "nacl_revision": "6499", | 10 "nacl_revision": "6539", |
11 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 11 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
12 # to update other nacl_*_revision's. | 12 # to update other nacl_*_revision's. |
13 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the | 13 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the |
14 # revisions here, but it makes checkdeps confused. We should fix checkdeps. | 14 # revisions here, but it makes checkdeps confused. We should fix checkdeps. |
15 "nacl_chrome_ppapi_revision": "97134", # native_client/DEPS: chrome_ppapi_rev | |
16 "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev | 15 "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev |
17 | 16 |
18 # These hashes need to be updated when nacl_toolchain_revision is changed. | 17 # These hashes need to be updated when nacl_toolchain_revision is changed. |
19 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the | 18 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the |
20 # new values. | 19 # new values. |
21 "nacl_toolchain_mac_x86_newlib_hash": | 20 "nacl_toolchain_mac_x86_newlib_hash": |
22 "1b0855435c03c435a011c6105a509624b2a4edaa", | 21 "1b0855435c03c435a011c6105a509624b2a4edaa", |
23 "nacl_toolchain_win_x86_newlib_hash": | 22 "nacl_toolchain_win_x86_newlib_hash": |
24 "5038a47b5a9a49acdc36cbe311aec7bce575c164", | 23 "5038a47b5a9a49acdc36cbe311aec7bce575c164", |
25 "nacl_toolchain_linux_x86_newlib_hash": | 24 "nacl_toolchain_linux_x86_newlib_hash": |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 | 94 |
96 "src/tools/gyp": | 95 "src/tools/gyp": |
97 (Var("googlecode_url") % "gyp") + "/trunk@1013", | 96 (Var("googlecode_url") % "gyp") + "/trunk@1013", |
98 | 97 |
99 "src/v8": | 98 "src/v8": |
100 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), | 99 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |
101 | 100 |
102 "src/native_client": | 101 "src/native_client": |
103 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), | 102 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
104 | 103 |
105 "src/native_client/src/third_party/ppapi": | |
106 # TODO(brettw) enable the From() line instead when checkdeps is fixed. | |
107 #From("src/native_client", "native_client/src/third_party/ppapi"), | |
108 "/trunk/src/ppapi@" + Var("nacl_chrome_ppapi_revision"), | |
109 | |
110 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": | 104 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
111 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + | 105 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
112 Var("nacl_revision"), | 106 Var("nacl_revision"), |
113 | 107 |
114 "src/third_party/sfntly/src/sfntly": | 108 "src/third_party/sfntly/src/sfntly": |
115 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" + | 109 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" + |
116 Var("sfntly_revision"), | 110 Var("sfntly_revision"), |
117 | 111 |
118 "src/third_party/skia/gpu": | 112 "src/third_party/skia/gpu": |
119 (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"), | 113 (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"), |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 "--file-hash", "linux_x86_newlib", | 415 "--file-hash", "linux_x86_newlib", |
422 Var("nacl_toolchain_linux_x86_newlib_hash"), | 416 Var("nacl_toolchain_linux_x86_newlib_hash"), |
423 ], | 417 ], |
424 }, | 418 }, |
425 { | 419 { |
426 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 420 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
427 "pattern": ".", | 421 "pattern": ".", |
428 "action": ["python", "src/build/gyp_chromium"], | 422 "action": ["python", "src/build/gyp_chromium"], |
429 }, | 423 }, |
430 ] | 424 ] |
OLD | NEW |