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

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: Fix missing common.mk path 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 '.',
5 '../../tools',
4 '../../../../ppapi/cpp', 6 '../../../../ppapi/cpp',
5 '../../../../ppapi/utility', 7 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 8 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 9 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 10 '../../../../ppapi/utility/websocket',
9 ], 11 ],
10 'TARGETS': [ 12 'TARGETS': [
11 { 13 {
12 'NAME' : 'ppapi_cpp', 14 'NAME' : 'ppapi_cpp',
13 'TYPE' : 'lib', 15 'TYPE' : 'lib',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 47
46 48
47 # Utility sources. 49 # Utility sources.
48 'paint_aggregator.cc', 50 'paint_aggregator.cc',
49 'paint_manager.cc', 51 'paint_manager.cc',
50 'simple_thread.cc', 52 'simple_thread.cc',
51 'websocket_api.cc', 53 'websocket_api.cc',
52 ], 54 ],
53 } 55 }
54 ], 56 ],
57 'DATA': [
58 'Makefile',
59 ],
55 'DEST': 'src', 60 'DEST': 'src',
56 'NAME': 'ppapi_cpp', 61 'NAME': 'ppapi_cpp',
57 } 62 }
58 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698