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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp_private/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/c/private', 3 '../../../../ppapi/c/private',
5 '../../../../ppapi/cpp/private', 4 '../../../../ppapi/cpp/private',
6 ], 5 ],
7 'TARGETS': [ 6 'TARGETS': [
8 { 7 {
9 'NAME' : 'ppapi_cpp_private', 8 'NAME' : 'ppapi_cpp_private',
10 'TYPE' : 'lib', 9 'TYPE' : 'lib',
11 'SOURCES' : [ 10 'SOURCES' : [
12 'ext_crx_file_system_private.cc', 11 'ext_crx_file_system_private.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'uma_private.h', 63 'uma_private.h',
65 'x509_certificate_private.h', 64 'x509_certificate_private.h',
66 ], 65 ],
67 'DEST': 'include/ppapi/cpp/private', 66 'DEST': 'include/ppapi/cpp/private',
68 }, 67 },
69 ], 68 ],
70 'DEST': 'src', 69 'DEST': 'src',
71 'NAME': 'ppapi_cpp_private', 70 'NAME': 'ppapi_cpp_private',
72 } 71 }
73 72
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_gles2/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698