OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
203 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', | 203 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', |
204 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', | 204 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', |
205 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', | 205 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', |
206 '<(DEPTH)/testing/gtest.gyp:gtest', | 206 '<(DEPTH)/testing/gtest.gyp:gtest', |
207 ], | 207 ], |
208 'defines': [ | 208 'defines': [ |
209 'HAS_OUT_OF_PROC_TEST_RUNNER', | 209 'HAS_OUT_OF_PROC_TEST_RUNNER', |
210 ], | 210 ], |
211 'sources': [ | 211 'sources': [ |
212 # TODO(yoz): Refactor once we have a second test target. | 212 # TODO(yoz): Refactor once we have a second test target. |
213 'browser/dns_apitest.cc', | 213 # TODO(yoz): Something is off here; should this .gyp file be |
214 # in the parent directory? | |
James Cook
2014/07/25 02:52:35
nit: Maybe don't indent this line? It looks funny.
Yoyo Zhou
2014/07/25 02:57:01
I agree. app_shell_browsertests made more sense wh
James Cook
2014/07/25 15:44:22
Not sure. What does content do?
Yoyo Zhou
2014/07/25 20:43:38
content_shell -> content_shell_lib
content_browser
| |
215 '../browser/api/dns/dns_apitest.cc', | |
214 'browser/shell_browsertest.cc', | 216 'browser/shell_browsertest.cc', |
215 'test/shell_test.h', | 217 'test/shell_test.h', |
216 'test/shell_test.cc', | 218 'test/shell_test.cc', |
217 'test/shell_test_launcher_delegate.cc', | 219 'test/shell_test_launcher_delegate.cc', |
218 'test/shell_test_launcher_delegate.h', | 220 'test/shell_test_launcher_delegate.h', |
219 'test/shell_tests_main.cc', | 221 'test/shell_tests_main.cc', |
220 ], | 222 ], |
221 }, | 223 }, |
222 ], # targets | 224 ], # targets |
223 } | 225 } |
OLD | NEW |