| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'HAS_OUT_OF_PROC_TEST_RUNNER', | 172 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 173 ], | 173 ], |
| 174 'sources': [ | 174 'sources': [ |
| 175 # TODO(yoz): Refactor once we have a second test target. | 175 # TODO(yoz): Refactor once we have a second test target. |
| 176 # TODO(yoz): Something is off here; should this .gyp file be | 176 # TODO(yoz): Something is off here; should this .gyp file be |
| 177 # in the parent directory? Test target extensions_browsertests? | 177 # in the parent directory? Test target extensions_browsertests? |
| 178 '../browser/api/dns/dns_apitest.cc', | 178 '../browser/api/dns/dns_apitest.cc', |
| 179 '../browser/api/socket/socket_apitest.cc', | 179 '../browser/api/socket/socket_apitest.cc', |
| 180 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', | 180 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 181 '../browser/api/sockets_udp/sockets_udp_apitest.cc', | 181 '../browser/api/sockets_udp/sockets_udp_apitest.cc', |
| 182 '../browser/guest_view/web_view/web_view_browsertests.cc', |
| 182 'browser/shell_browsertest.cc', | 183 'browser/shell_browsertest.cc', |
| 183 'test/shell_apitest.cc', | 184 'test/shell_apitest.cc', |
| 184 'test/shell_apitest.h', | 185 'test/shell_apitest.h', |
| 185 'test/shell_test.cc', | 186 'test/shell_test.cc', |
| 186 'test/shell_test.h', | 187 'test/shell_test.h', |
| 187 'test/shell_test_launcher_delegate.cc', | 188 'test/shell_test_launcher_delegate.cc', |
| 188 'test/shell_test_launcher_delegate.h', | 189 'test/shell_test_launcher_delegate.h', |
| 189 'test/shell_tests_main.cc', | 190 'test/shell_tests_main.cc', |
| 190 ], | 191 ], |
| 191 }, | 192 }, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '<@(_outputs)', | 256 '<@(_outputs)', |
| 256 ], | 257 ], |
| 257 'includes': [ | 258 'includes': [ |
| 258 '../../build/util/version.gypi', | 259 '../../build/util/version.gypi', |
| 259 ], | 260 ], |
| 260 }, | 261 }, |
| 261 ], | 262 ], |
| 262 }, | 263 }, |
| 263 ], # targets | 264 ], # targets |
| 264 } | 265 } |
| OLD | NEW |