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

Unified Diff: DEPS

Issue 2292553003: Fix missing files found by gn gen --check. (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 77292411ff929ca4dda2b183b9e8ddee8843088e..1df1d08342965447aa10f9f6a6ef7bf2dea98c5e 100644
--- a/DEPS
+++ b/DEPS
@@ -22,6 +22,10 @@ vars = {
}
deps = {
+ "base/trace_event/common":
+ Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" +
+ Var('trace_event_revision'),
+
"build":
Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'),
@@ -60,10 +64,6 @@ deps = {
"v8":
Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'),
-
- "v8/base/trace_event/common":
- Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" +
- Var('trace_event_revision'),
}
deps_os = {
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698