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

Side by Side Diff: native_client_sdk/src/libraries/gmock/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', 'linux', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.',
5 '../../../../testing/gmock/include/gmock', 4 '../../../../testing/gmock/include/gmock',
6 '../../../../testing/gmock/include/gmock/internal', 5 '../../../../testing/gmock/include/gmock/internal',
7 '../../../../testing/gmock/src', 6 '../../../../testing/gmock/src',
8 ], 7 ],
9 'TARGETS': [ 8 'TARGETS': [
10 { 9 {
11 'NAME' : 'gmock', 10 'NAME' : 'gmock',
12 'TYPE' : 'lib', 11 'TYPE' : 'lib',
13 'SOURCES' : [ 12 'SOURCES' : [
14 'gmock.cc', 13 'gmock.cc',
(...skipping 33 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/examples/tutorial/debugging/example.dsc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698