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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay 1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible. 2 # browser-neutral as much as possible.
3 include_rules = [ 3 include_rules = [
4 "-base", 4 "-base",
5 # Used by trace events, copied into the NaCl SDK.
6 "+base/debug/trace_event_internal.h",
5 "-build", 7 "-build",
6 "-ipc", 8 "-ipc",
7 "-uncode", 9 "-uncode",
8 "-testing", 10 "-testing",
9 "-ppapi", 11 "-ppapi",
10 "+ppapi/c", 12 "+ppapi/c",
11 "-ppapi/c/private", 13 "-ppapi/c/private",
12 "-ppapi/c/trusted", 14 "-ppapi/c/trusted",
13 "+ppapi/cpp", 15 "+ppapi/cpp",
14 "-ppapi/cpp/private", 16 "-ppapi/cpp/private",
15 "-ppapi/cpp/trusted", 17 "-ppapi/cpp/trusted",
16 ] 18 ]
OLDNEW
« 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