X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnative_client%2FDEPS;h=9df009f0fae32058331ac3e3e2caf9df33eecfe3;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=4a4702008bc6906ef66599a6a6fe8c2c42ad580d;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/native_client/DEPS b/src/native_client/DEPS index 4a47020..9df009f 100644 --- a/src/native_client/DEPS +++ b/src/native_client/DEPS @@ -1,19 +1,18 @@ # DEPS files look like -*- Python -*- vars = { - "chrome_rev": "240870", + "chrome_rev": "250916", # NOTE! These four should match their counterparts in chromium/src/DEPS. # Be sure to update them when updating chrome_rev, above. # (This is not essential for Breakpad, because we do not use its code # in the build that goes into Chromium. But might as well update it too.) "gtest_rev": "643", - "gyp_rev": "1806", + "gyp_rev": "1846", "lss_rev": "24", - "breakpad_rev": "1253", + "breakpad_rev": "1271", "lcov_rev": "149720", - "python_26_rev": "53573", - "tools_rev": "12630", + "tools_rev": "12760", # These are URL prefixes rather than revision numbers, so keep them separate. "chromium_trunk": "http://src.chromium.org/svn/trunk", @@ -61,9 +60,6 @@ deps_os = { "third_party/NSIS": (Var("native_client_trunk") + "/deps/third_party/NSIS@" + Var("tools_rev")), - "third_party/python_26": - (Var("chromium_trunk") + "/tools/third_party/python_26@" + - Var("python_26_rev")), }, "unix": { # Ragel for validator_ragel