Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: DEPS

Issue 3391010: Update the PPAPI DEPS revision. This change included parameter profile chang... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/shared/ppapi_proxy/browser_globals.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "chromium_trunk": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 "native_client_trunk": "http://src.chromium.org/native_client/trunk", 3 "native_client_trunk": "http://src.chromium.org/native_client/trunk",
4 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk", 4 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk",
5 5
6 "x86_toolchain_version": "3307", 6 "x86_toolchain_version": "3307",
7 "arm_toolchain_version": "3311", 7 "arm_toolchain_version": "3311",
8 8
9 "breakpad_rev": "452", 9 "breakpad_rev": "452",
10 "chrome_rev": "59321", 10 "chrome_rev": "59321",
11 "nacl_breakpad_gyp_rev": "1806", 11 "nacl_breakpad_gyp_rev": "1806",
12 "gyp_rev": "805", 12 "gyp_rev": "805",
13 "gtest_rev": "267", 13 "gtest_rev": "267",
14 "tools_rev": "3082", 14 "tools_rev": "3082",
15 "python_rev": "22967", 15 "python_rev": "22967",
16 "wix_rev": "153", 16 "wix_rev": "153",
17 "ppapi_rev": "236", 17 "ppapi_rev": "254",
18 "lcov_rev": "54822", 18 "lcov_rev": "54822",
19 } 19 }
20 20
21 deps = { 21 deps = {
22 "tools/gyp": 22 "tools/gyp":
23 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"), 23 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"),
24 "build": 24 "build":
25 Var("chromium_trunk") + "/src/build@" + Var("chrome_rev"), 25 Var("chromium_trunk") + "/src/build@" + Var("chrome_rev"),
26 "site_scons": 26 "site_scons":
27 Var("chromium_trunk") + "/src/site_scons@" + Var("chrome_rev"), 27 Var("chromium_trunk") + "/src/site_scons@" + Var("chrome_rev"),
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "native_client/build/all.gyp"], 101 "native_client/build/all.gyp"],
102 }, 102 },
103 { 103 {
104 "pattern": "DEPS$", 104 "pattern": "DEPS$",
105 "action": ["python", "native_client/build/download_toolchains.py", 105 "action": ["python", "native_client/build/download_toolchains.py",
106 "--x86-version", Var("x86_toolchain_version"), 106 "--x86-version", Var("x86_toolchain_version"),
107 "--arm-version", Var("arm_toolchain_version")], 107 "--arm-version", Var("arm_toolchain_version")],
108 }, 108 },
109 ] 109 ]
110 110
OLDNEW
« no previous file with comments | « no previous file | src/shared/ppapi_proxy/browser_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698