OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |