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

Side by Side Diff: DEPS.chromium

Issue 2880293002: Add DEPS.chromium for recursive DEPS tracking. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file is used by the Chromium dependency system to pull in V8 dependencies
2 # not used by Chromium directly.
3 #
4 # If you make a change to the dependencies below, the corresponding DEPS file
5 # for v8 must also be changed.
6
7 vars = {
8 "chromium_url": "https://chromium.googlesource.com",
9 }
10
11 deps = {
12 "src/v8/test/cctest/traces-arm64":
13 Var("chromium_url") + "/external/git.linaro.org/arm/vixl-simulator-traces.gi t" + "@" + "6168e7e1eec52c9cb0a62f87f94df0582dc48aa8",
14 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698