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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
6 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 7 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 8 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 9 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 10 '../../../../ppapi/utility/websocket',
10 ], 11 ],
11 'TARGETS': [ 12 'TARGETS': [
12 { 13 {
13 'NAME' : 'ppapi_cpp', 14 'NAME' : 'ppapi_cpp',
14 'TYPE' : 'lib', 15 'TYPE' : 'lib',
15 'SOURCES' : [ 16 'SOURCES' : [
(...skipping 13 matching lines...) Expand all
29 'input_event.cc', 30 'input_event.cc',
30 'instance.cc', 31 'instance.cc',
31 'instance_handle.cc', 32 'instance_handle.cc',
32 'lock.cc', 33 'lock.cc',
33 'message_loop.cc', 34 'message_loop.cc',
34 'module.cc', 35 'module.cc',
35 'mouse_cursor.cc', 36 'mouse_cursor.cc',
36 'mouse_lock.cc', 37 'mouse_lock.cc',
37 'rect.cc', 38 'rect.cc',
38 'resource.cc', 39 'resource.cc',
40 'trace_event_dev.cc',
39 'url_loader.cc', 41 'url_loader.cc',
40 'url_request_info.cc', 42 'url_request_info.cc',
41 'url_response_info.cc', 43 'url_response_info.cc',
42 'var.cc', 44 'var.cc',
43 'var_array_buffer.cc', 45 'var_array_buffer.cc',
44 'view.cc', 46 'view.cc',
45 'websocket.cc', 47 'websocket.cc',
46 48
47 49
48 # Utility sources. 50 # Utility sources.
49 'paint_aggregator.cc', 51 'paint_aggregator.cc',
50 'paint_manager.cc', 52 'paint_manager.cc',
51 'simple_thread.cc', 53 'simple_thread.cc',
52 'websocket_api.cc', 54 'websocket_api.cc',
53 ], 55 ],
54 } 56 }
55 ], 57 ],
56 'DATA': [ 58 'DATA': [
57 'Makefile', 59 'Makefile',
58 ], 60 ],
59 'DEST': 'src', 61 'DEST': 'src',
60 'NAME': 'ppapi_cpp', 62 'NAME': 'ppapi_cpp',
61 } 63 }
62 64
OLDNEW
« 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