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

Side by Side Diff: testing/gtest.gyp

Issue 438243003: Revert "Initial import of unittests using GTest/GMock." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « test/unittests/unittests.status ('k') | tools/presubmit.py » ('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 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project 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': 'gtest', 8 'target_name': 'gtest',
9 'toolsets': ['host', 'target'], 9 'toolsets': ['host', 'target'],
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 19 matching lines...) Expand all
30 'gtest/include/gtest/internal/gtest-type-util.h', 30 'gtest/include/gtest/internal/gtest-type-util.h',
31 'gtest/src/gtest-all.cc', 31 'gtest/src/gtest-all.cc',
32 'gtest/src/gtest-death-test.cc', 32 'gtest/src/gtest-death-test.cc',
33 'gtest/src/gtest-filepath.cc', 33 'gtest/src/gtest-filepath.cc',
34 'gtest/src/gtest-internal-inl.h', 34 'gtest/src/gtest-internal-inl.h',
35 'gtest/src/gtest-port.cc', 35 'gtest/src/gtest-port.cc',
36 'gtest/src/gtest-printers.cc', 36 'gtest/src/gtest-printers.cc',
37 'gtest/src/gtest-test-part.cc', 37 'gtest/src/gtest-test-part.cc',
38 'gtest/src/gtest-typed-test.cc', 38 'gtest/src/gtest-typed-test.cc',
39 'gtest/src/gtest.cc', 39 'gtest/src/gtest.cc',
40 'multiprocess_func_list.cc',
41 'multiprocess_func_list.h',
42 'platform_test.h',
40 ], 43 ],
41 'sources!': [ 44 'sources!': [
42 'gtest/src/gtest-all.cc', # Not needed by our build. 45 'gtest/src/gtest-all.cc', # Not needed by our build.
43 ], 46 ],
44 'include_dirs': [ 47 'include_dirs': [
45 'gtest', 48 'gtest',
46 'gtest/include', 49 'gtest/include',
47 ], 50 ],
48 'dependencies': [ 51 'dependencies': [
49 'gtest_prod', 52 'gtest_prod',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 { 149 {
147 'target_name': 'gtest_prod', 150 'target_name': 'gtest_prod',
148 'toolsets': ['host', 'target'], 151 'toolsets': ['host', 'target'],
149 'type': 'none', 152 'type': 'none',
150 'sources': [ 153 'sources': [
151 'gtest/include/gtest/gtest_prod.h', 154 'gtest/include/gtest/gtest_prod.h',
152 ], 155 ],
153 }, 156 },
154 ], 157 ],
155 } 158 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.status ('k') | tools/presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698