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

Side by Side Diff: testing/gmock.gyp

Issue 3427004: clang: update gtest/gmock (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: yakshave Created 10 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
« no previous file with comments | « DEPS ('k') | testing/gmock/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gmock', 8 'target_name': 'gmock',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F', 10 'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F',
11 'dependencies': [ 11 'dependencies': [
12 'gtest.gyp:gtest', 12 'gtest.gyp:gtest',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 # Sources based on files in r173 of gmock. 15 # Sources based on files in r173 of gmock.
16 'gmock/include/gmock/gmock-actions.h', 16 'gmock/include/gmock/gmock-actions.h',
17 'gmock/include/gmock/gmock-cardinalities.h', 17 'gmock/include/gmock/gmock-cardinalities.h',
18 'gmock/include/gmock/gmock-generated-actions.h', 18 'gmock/include/gmock/gmock-generated-actions.h',
19 'gmock/include/gmock/gmock-generated-function-mockers.h', 19 'gmock/include/gmock/gmock-generated-function-mockers.h',
20 'gmock/include/gmock/gmock-generated-matchers.h', 20 'gmock/include/gmock/gmock-generated-matchers.h',
21 'gmock/include/gmock/gmock-generated-nice-strict.h', 21 'gmock/include/gmock/gmock-generated-nice-strict.h',
22 'gmock/include/gmock/gmock-matchers.h', 22 'gmock/include/gmock/gmock-matchers.h',
23 'gmock/include/gmock/gmock-printers.h',
24 'gmock/include/gmock/gmock-spec-builders.h', 23 'gmock/include/gmock/gmock-spec-builders.h',
25 'gmock/include/gmock/gmock.h', 24 'gmock/include/gmock/gmock.h',
26 'gmock/include/gmock/internal/gmock-generated-internal-utils.h', 25 'gmock/include/gmock/internal/gmock-generated-internal-utils.h',
27 'gmock/include/gmock/internal/gmock-internal-utils.h', 26 'gmock/include/gmock/internal/gmock-internal-utils.h',
28 'gmock/include/gmock/internal/gmock-port.h', 27 'gmock/include/gmock/internal/gmock-port.h',
29 'gmock/src/gmock-all.cc', 28 'gmock/src/gmock-all.cc',
30 'gmock/src/gmock-cardinalities.cc', 29 'gmock/src/gmock-cardinalities.cc',
31 'gmock/src/gmock-internal-utils.cc', 30 'gmock/src/gmock-internal-utils.cc',
32 'gmock/src/gmock-matchers.cc', 31 'gmock/src/gmock-matchers.cc',
33 'gmock/src/gmock-printers.cc',
34 'gmock/src/gmock-spec-builders.cc', 32 'gmock/src/gmock-spec-builders.cc',
35 'gmock/src/gmock.cc', 33 'gmock/src/gmock.cc',
36 'gmock_mutant.h', # gMock helpers 34 'gmock_mutant.h', # gMock helpers
37 ], 35 ],
38 'sources!': [ 36 'sources!': [
39 'gmock/src/gmock-all.cc', # Not needed by our build. 37 'gmock/src/gmock-all.cc', # Not needed by our build.
40 ], 38 ],
41 'include_dirs': [ 39 'include_dirs': [
42 'gmock', 40 'gmock',
43 'gmock/include', 41 'gmock/include',
(...skipping 20 matching lines...) Expand all
64 ], 62 ],
65 }, 63 },
66 ], 64 ],
67 } 65 }
68 66
69 # Local Variables: 67 # Local Variables:
70 # tab-width:2 68 # tab-width:2
71 # indent-tabs-mode:nil 69 # indent-tabs-mode:nil
72 # End: 70 # End:
73 # vim: set expandtab tabstop=2 shiftwidth=2: 71 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | testing/gmock/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698