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

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

Issue 425333002: Roll gtest and gmock DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Numeric fix Created 6 years, 4 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
« no previous file with comments | « build/secondary/testing/gtest/BUILD.gn ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../testing/gmock/include/gmock', 4 '../../../../testing/gmock/include/gmock',
5 '../../../../testing/gmock/include/gmock/internal', 5 '../../../../testing/gmock/include/gmock/internal',
6 '../../../../testing/gmock/src', 6 '../../../../testing/gmock/src',
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'gmock', 10 'NAME' : 'gmock',
(...skipping 19 matching lines...) Expand all
30 'gmock-generated-actions.h.pump', 30 'gmock-generated-actions.h.pump',
31 'gmock-generated-function-mockers.h', 31 'gmock-generated-function-mockers.h',
32 'gmock-generated-function-mockers.h.pump', 32 'gmock-generated-function-mockers.h.pump',
33 'gmock-generated-matchers.h', 33 'gmock-generated-matchers.h',
34 'gmock-generated-matchers.h.pump', 34 'gmock-generated-matchers.h.pump',
35 'gmock-generated-nice-strict.h', 35 'gmock-generated-nice-strict.h',
36 'gmock-generated-nice-strict.h.pump', 36 'gmock-generated-nice-strict.h.pump',
37 'gmock.h', 37 'gmock.h',
38 'gmock-matchers.h', 38 'gmock-matchers.h',
39 'gmock-more-actions.h', 39 'gmock-more-actions.h',
40 'gmock-more-matchers.h',
40 'gmock-spec-builders.h', 41 'gmock-spec-builders.h',
41 ], 42 ],
42 'DEST': 'include/gmock', 43 'DEST': 'include/gmock',
43 }, 44 },
44 { 45 {
45 'FILES': [ 46 'FILES': [
46 'gmock-generated-internal-utils.h', 47 'gmock-generated-internal-utils.h',
47 'gmock-generated-internal-utils.h.pump', 48 'gmock-generated-internal-utils.h.pump',
48 'gmock-internal-utils.h', 49 'gmock-internal-utils.h',
49 'gmock-port.h', 50 'gmock-port.h',
50 ], 51 ],
51 'DEST': 'include/gmock/internal', 52 'DEST': 'include/gmock/internal',
52 }, 53 },
53 ], 54 ],
54 'DEST': 'src', 55 'DEST': 'src',
55 'NAME': 'gmock', 56 'NAME': 'gmock',
56 } 57 }
OLDNEW
« no previous file with comments | « build/secondary/testing/gtest/BUILD.gn ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698