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

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

Issue 886583004: [NaCl SDK] Allow dsc files to omit TOOLS setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 2 'SEARCH': [
4 '../../../../ppapi/cpp', 3 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 4 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
10 ], 9 ],
11 'TARGETS': [ 10 'TARGETS': [
12 { 11 {
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'lock.h', 198 'lock.h',
200 'simple_thread.h', 199 'simple_thread.h',
201 ], 200 ],
202 'DEST': 'include/ppapi/utility/threading', 201 'DEST': 'include/ppapi/utility/threading',
203 }, 202 },
204 ], 203 ],
205 'DEST': 'src', 204 'DEST': 'src',
206 'NAME': 'ppapi_cpp', 205 'NAME': 'ppapi_cpp',
207 } 206 }
208 207
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/gtest/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698