| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 '<(DEPTH)/testing/gtest.gyp:gtest', | 150 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 151 ], | 151 ], |
| 152 'defines': [ | 152 'defines': [ |
| 153 'HAS_OUT_OF_PROC_TEST_RUNNER', | 153 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 154 ], | 154 ], |
| 155 'sources': [ | 155 'sources': [ |
| 156 # TODO(yoz): Refactor once we have a second test target. | 156 # TODO(yoz): Refactor once we have a second test target. |
| 157 # TODO(yoz): Something is off here; should this .gyp file be | 157 # TODO(yoz): Something is off here; should this .gyp file be |
| 158 # in the parent directory? Test target extensions_browsertests? | 158 # in the parent directory? Test target extensions_browsertests? |
| 159 '../browser/api/dns/dns_apitest.cc', | 159 '../browser/api/dns/dns_apitest.cc', |
| 160 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 160 'browser/shell_browsertest.cc', | 161 'browser/shell_browsertest.cc', |
| 161 'test/shell_test.h', | 162 'test/shell_test.h', |
| 162 'test/shell_test.cc', | 163 'test/shell_test.cc', |
| 163 'test/shell_test_launcher_delegate.cc', | 164 'test/shell_test_launcher_delegate.cc', |
| 164 'test/shell_test_launcher_delegate.h', | 165 'test/shell_test_launcher_delegate.h', |
| 165 'test/shell_tests_main.cc', | 166 'test/shell_tests_main.cc', |
| 166 ], | 167 ], |
| 167 }, | 168 }, |
| 168 ], # targets | 169 ], # targets |
| 169 } | 170 } |
| OLD | NEW |