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

Unified Diff: src/DEPS

Issue 2137013006: [Tracing] V8 Tracing Controller (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Start/StopTracing + TestTracingController Created 4 years, 5 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
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index 700aeae29cf282ab2dace3464dd842be1d193a9c..cdf5b85e35cd150a605ad2b35b402bb0c9d933be 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -19,5 +19,6 @@ include_rules = [
specific_include_rules = {
"d8\.cc": [
"+include/libplatform/libplatform.h",
+ "+include/libplatform/v8-tracing.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698