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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH' : [ 3 'SEARCH': [
4 '.',
4 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
5 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
9 ], 10 ],
10 'TARGETS': [ 11 'TARGETS': [
11 { 12 {
12 'NAME' : 'ppapi_cpp', 13 'NAME' : 'ppapi_cpp',
13 'TYPE' : 'lib', 14 'TYPE' : 'lib',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 46
46 47
47 # Utility sources. 48 # Utility sources.
48 'paint_aggregator.cc', 49 'paint_aggregator.cc',
49 'paint_manager.cc', 50 'paint_manager.cc',
50 'simple_thread.cc', 51 'simple_thread.cc',
51 'websocket_api.cc', 52 'websocket_api.cc',
52 ], 53 ],
53 } 54 }
54 ], 55 ],
56 'DATA': [
57 'Makefile',
58 ],
55 'DEST': 'src', 59 'DEST': 'src',
56 'NAME': 'ppapi_cpp', 60 'NAME': 'ppapi_cpp',
57 } 61 }
58 62
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/Makefile ('k') | native_client_sdk/src/libraries/ppapi_gles2/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698