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

Side by Side Diff: native_client_sdk/src/libraries/gmock/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': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'],
3 'SEARCH': [ 2 'SEARCH': [
4 '../../../../testing/gmock/include/gmock', 3 '../../../../testing/gmock/include/gmock',
5 '../../../../testing/gmock/include/gmock/internal', 4 '../../../../testing/gmock/include/gmock/internal',
6 '../../../../testing/gmock/src', 5 '../../../../testing/gmock/src',
7 ], 6 ],
8 'TARGETS': [ 7 'TARGETS': [
9 { 8 {
10 'NAME' : 'gmock', 9 'NAME' : 'gmock',
11 'TYPE' : 'lib', 10 'TYPE' : 'lib',
12 'SOURCES' : [ 11 'SOURCES' : [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'gmock-generated-internal-utils.h.pump', 47 'gmock-generated-internal-utils.h.pump',
49 'gmock-internal-utils.h', 48 'gmock-internal-utils.h',
50 'gmock-port.h', 49 'gmock-port.h',
51 ], 50 ],
52 'DEST': 'include/gmock/internal', 51 'DEST': 'include/gmock/internal',
53 }, 52 },
54 ], 53 ],
55 'DEST': 'src', 54 'DEST': 'src',
56 'NAME': 'gmock', 55 'NAME': 'gmock',
57 } 56 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/getting_started/part2/example.dsc ('k') | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698