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

Unified Diff: DEPS

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove trace-event-common.h and use DEPs instead, remove src/v8.h from trace-event.h, file a bug fo… Created 5 years, 1 month 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') | build/standalone.gypi » ('j') | include/v8-platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5f2d5384c57c8d2249110c86fcecb8c959c931fa..432990f34a37dfd21b742162d449f55e662a5597 100644
--- a/DEPS
+++ b/DEPS
@@ -13,6 +13,8 @@ deps = {
Var("git_url") + "/chromium/deps/icu.git" + "@" + "42c58d4e49f2250039f0e98d43e0b76e8f5ca024",
"v8/buildtools":
Var("git_url") + "/chromium/buildtools.git" + "@" + "277db9302c7ff55beee2a9daf380675dc03bea83",
+ "v8/src/tracing/common":
+ Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "d83d44b13d07c2fd0a40101a7deef9b93b841732",
"v8/tools/swarming_client":
Var('git_url') + '/external/swarming.client.git' + '@' + "8fce79620b04bbe5415ace1103db27505bdc4c06",
"v8/testing/gtest":
« no previous file with comments | « BUILD.gn ('k') | build/standalone.gypi » ('j') | include/v8-platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698