| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'HAS_OUT_OF_PROC_TEST_RUNNER', | 189 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 190 ], | 190 ], |
| 191 'sources': [ | 191 'sources': [ |
| 192 # TODO(yoz): Refactor once we have a second test target. | 192 # TODO(yoz): Refactor once we have a second test target. |
| 193 # TODO(yoz): Something is off here; should this .gyp file be | 193 # TODO(yoz): Something is off here; should this .gyp file be |
| 194 # in the parent directory? Test target extensions_browsertests? | 194 # in the parent directory? Test target extensions_browsertests? |
| 195 '../browser/api/dns/dns_apitest.cc', | 195 '../browser/api/dns/dns_apitest.cc', |
| 196 '../browser/api/socket/socket_apitest.cc', | 196 '../browser/api/socket/socket_apitest.cc', |
| 197 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', | 197 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 198 '../browser/api/sockets_udp/sockets_udp_apitest.cc', | 198 '../browser/api/sockets_udp/sockets_udp_apitest.cc', |
| 199 '../browser/guest_view/app_view/app_view_apitest.cc', |
| 199 '../browser/guest_view/web_view/web_view_apitest.h', | 200 '../browser/guest_view/web_view/web_view_apitest.h', |
| 200 '../browser/guest_view/web_view/web_view_apitest.cc', | 201 '../browser/guest_view/web_view/web_view_apitest.cc', |
| 201 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', | 202 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', |
| 202 'browser/shell_browsertest.cc', | 203 'browser/shell_browsertest.cc', |
| 203 'test/shell_apitest.cc', | 204 'test/shell_apitest.cc', |
| 204 'test/shell_apitest.h', | 205 'test/shell_apitest.h', |
| 205 'test/shell_test.cc', | 206 'test/shell_test.cc', |
| 206 'test/shell_test.h', | 207 'test/shell_test.h', |
| 207 'test/shell_test_launcher_delegate.cc', | 208 'test/shell_test_launcher_delegate.cc', |
| 208 'test/shell_test_launcher_delegate.h', | 209 'test/shell_test_launcher_delegate.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 '<@(_outputs)', | 289 '<@(_outputs)', |
| 289 ], | 290 ], |
| 290 'includes': [ | 291 'includes': [ |
| 291 '../../build/util/version.gypi', | 292 '../../build/util/version.gypi', |
| 292 ], | 293 ], |
| 293 }, | 294 }, |
| 294 ], | 295 ], |
| 295 }, | 296 }, |
| 296 ], # targets | 297 ], # targets |
| 297 } | 298 } |
| OLD | NEW |