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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
6 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
7 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
8 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
9 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
10 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
11 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
12 '../../../../ppapi/utility/websocket', 11 '../../../../ppapi/utility/websocket',
13 ], 12 ],
14 'TARGETS': [ 13 'TARGETS': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'lock.h', 240 'lock.h',
242 'simple_thread.h', 241 'simple_thread.h',
243 ], 242 ],
244 'DEST': 'include/ppapi/utility/threading', 243 'DEST': 'include/ppapi/utility/threading',
245 }, 244 },
246 ], 245 ],
247 'DEST': 'src', 246 'DEST': 'src',
248 'NAME': 'ppapi_cpp', 247 'NAME': 'ppapi_cpp',
249 } 248 }
250 249
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/gmock/library.dsc ('k') | native_client_sdk/src/libraries/sdk_util/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698