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

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

Issue 11825003: Move headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename include path var 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': ['win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', '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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'paint_manager.cc', 49 'paint_manager.cc',
50 'simple_thread.cc', 50 'simple_thread.cc',
51 'websocket_api.cc', 51 'websocket_api.cc',
52 ], 52 ],
53 } 53 }
54 ], 54 ],
55 'DEST': 'src', 55 'DEST': 'src',
56 'NAME': 'ppapi_cpp', 56 'NAME': 'ppapi_cpp',
57 } 57 }
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698