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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

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/Makefile ('k') | ppapi/cpp/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 24c727bfb35db30bc35c707c3aa74e339d53864b..df1032e99f39999e7b926085cbb1fa93c665f2ad 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -3,6 +3,7 @@
'SEARCH': [
'.',
'../../../../ppapi/cpp',
+ '../../../../ppapi/cpp/dev',
'../../../../ppapi/utility',
'../../../../ppapi/utility/graphics',
'../../../../ppapi/utility/threading',
@@ -36,6 +37,7 @@
'mouse_lock.cc',
'rect.cc',
'resource.cc',
+ 'trace_event_dev.cc',
'url_loader.cc',
'url_request_info.cc',
'url_response_info.cc',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/Makefile ('k') | ppapi/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698