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

Unified Diff: native_client_sdk/src/examples/trace_events/example.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
Index: native_client_sdk/src/examples/trace_events/example.dsc
diff --git a/native_client_sdk/src/examples/trace_events/example.dsc b/native_client_sdk/src/examples/trace_events/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..b6fe55d5ac57fc8245cf5fecd1843f1b996d5335
--- /dev/null
+++ b/native_client_sdk/src/examples/trace_events/example.dsc
@@ -0,0 +1,26 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'trace_events',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'trace_events.cc'
+ ],
+ 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DATA': [
+ 'example.js',
+ 'Makefile',
+ ],
+ 'DEST': 'examples',
+ 'NAME': 'trace_events',
+ 'TITLE': 'PPAPI Trace Events in C++',
+ 'DESC': """
+The Trace Events example demonstrates how to use the trace event API from C++
+in order to capture performance data about your module in chrome://tracing.""",
+ 'FOCUS': 'Trace Event API.',
+ 'GROUP': 'Concepts'
+}
+
« no previous file with comments | « native_client_sdk/src/examples/trace_events/Makefile ('k') | native_client_sdk/src/examples/trace_events/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698