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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 10855162: add linux support for examples and libs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['win'], 2 'TOOLS': ['win', 'linux'],
3 'SEARCH' : [ 3 'SEARCH' : [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
11 { 11 {
12 'NAME' : 'ppapi_cpp', 12 'NAME' : 'ppapi_cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'paint_manager.cc', 48 'paint_manager.cc',
49 'simple_thread.cc', 49 'simple_thread.cc',
50 'websocket_api.cc', 50 'websocket_api.cc',
51 ], 51 ],
52 } 52 }
53 ], 53 ],
54 'DEST': 'src', 54 'DEST': 'src',
55 'NAME': 'ppapi_cpp', 55 'NAME': 'ppapi_cpp',
56 } 56 }
57 57
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_gles2/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698