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

Unified Diff: ppapi/cpp/DEPS

Issue 12212198: Add C++ Trace Event support to PPAPI/NaCl SDK (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: brettw feedback Created 7 years, 10 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 | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/cpp/dev/trace_event_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/DEPS
diff --git a/ppapi/cpp/DEPS b/ppapi/cpp/DEPS
index af2aa4c055f02a34a2646c204676f9a021e0ab02..be6b4aee61ffe86bcfdc5cfdcbc4243ca18ef63c 100644
--- a/ppapi/cpp/DEPS
+++ b/ppapi/cpp/DEPS
@@ -2,6 +2,8 @@
# browser-neutral as much as possible.
include_rules = [
"-base",
+ # Used by trace events, copied into the NaCl SDK.
+ "+base/debug/trace_event_internal.h",
"-build",
"-ipc",
"-uncode",
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/cpp/dev/trace_event_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698