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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missing common.mk path Created 7 years, 11 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', 'win', 'linux', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'win', 'linux', 'pnacl'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.',
4 '../../../../testing/gmock/include/gmock', 5 '../../../../testing/gmock/include/gmock',
5 '../../../../testing/gmock/include/gmock/internal', 6 '../../../../testing/gmock/include/gmock/internal',
6 '../../../../testing/gmock/src', 7 '../../../../testing/gmock/src',
7 ], 8 ],
8 'TARGETS': [ 9 'TARGETS': [
9 { 10 {
10 'NAME' : 'gmock', 11 'NAME' : 'gmock',
11 'TYPE' : 'lib', 12 'TYPE' : 'lib',
12 'SOURCES' : [ 13 'SOURCES' : [
13 'gmock.cc', 14 'gmock.cc',
(...skipping 29 matching lines...) Expand all
43 { 44 {
44 'FILES': [ 45 'FILES': [
45 'gmock-generated-internal-utils.h', 46 'gmock-generated-internal-utils.h',
46 'gmock-generated-internal-utils.h.pump', 47 'gmock-generated-internal-utils.h.pump',
47 'gmock-internal-utils.h', 48 'gmock-internal-utils.h',
48 'gmock-port.h', 49 'gmock-port.h',
49 ], 50 ],
50 'DEST': 'include/gmock/internal', 51 'DEST': 'include/gmock/internal',
51 }, 52 },
52 ], 53 ],
54 'DATA': [
55 'Makefile'
56 ],
53 'DEST': 'testlibs', 57 'DEST': 'testlibs',
54 'NAME': 'gmock', 58 'NAME': 'gmock',
55 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698