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

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

Issue 958233004: [NaCl SDK] Remove gtest_main.cc from libgtest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | 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 'SEARCH': [ 2 'SEARCH': [
3 '.', 3 '.',
4 '../../../../testing/gtest/include/gtest', 4 '../../../../testing/gtest/include/gtest',
5 '../../../../testing/gtest/include/gtest/internal', 5 '../../../../testing/gtest/include/gtest/internal',
6 '../../../../testing/gtest/src', 6 '../../../../testing/gtest/src',
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'gtest', 10 'NAME' : 'gtest',
11 'TYPE' : 'lib', 11 'TYPE' : 'lib',
12 'SOURCES' : [ 12 'SOURCES' : [
13 'gtest.cc', 13 'gtest.cc',
14 'gtest-death-test.cc', 14 'gtest-death-test.cc',
15 'gtest-filepath.cc', 15 'gtest-filepath.cc',
16 'gtest_main.cc',
17 'gtest-port.cc', 16 'gtest-port.cc',
18 'gtest-printers.cc', 17 'gtest-printers.cc',
19 'gtest-test-part.cc', 18 'gtest-test-part.cc',
20 'gtest-typed-test.cc', 19 'gtest-typed-test.cc',
21 ], 20 ],
22 'INCLUDES': [ 21 'INCLUDES': [
23 # See comment below about gtest-internal-inl.h 22 # See comment below about gtest-internal-inl.h
24 '$(NACL_SDK_ROOT)/include/gtest/internal', 23 '$(NACL_SDK_ROOT)/include/gtest/internal',
25 ], 24 ],
26 } 25 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 # spot. 63 # spot.
65 'FILES': [ 64 'FILES': [
66 'gtest-internal-inl.h', 65 'gtest-internal-inl.h',
67 ], 66 ],
68 'DEST': 'include/gtest/internal/src', 67 'DEST': 'include/gtest/internal/src',
69 }, 68 },
70 ], 69 ],
71 'DEST': 'src', 70 'DEST': 'src',
72 'NAME': 'gtest', 71 'NAME': 'gtest',
73 } 72 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698