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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'TARGETS': [
4 {
5 'NAME' : 'trace_events',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'trace_events.cc'
9 ],
10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
11 }
12 ],
13 'DATA': [
14 'example.js',
15 'Makefile',
16 ],
17 'DEST': 'examples',
18 'NAME': 'trace_events',
19 'TITLE': 'PPAPI Trace Events in C++',
20 'DESC': """
21 The Trace Events example demonstrates how to use the trace event API from C++
22 in order to capture performance data about your module in chrome://tracing.""",
23 'FOCUS': 'Trace Event API.',
24 'GROUP': 'Concepts'
25 }
26
OLDNEW
« 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