| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'sources': [ | 218 'sources': [ |
| 219 # TODO(yoz): Refactor once we have a second test target. | 219 # TODO(yoz): Refactor once we have a second test target. |
| 220 # TODO(yoz): Something is off here; should this .gyp file be | 220 # TODO(yoz): Something is off here; should this .gyp file be |
| 221 # in the parent directory? Test target extensions_browsertests? | 221 # in the parent directory? Test target extensions_browsertests? |
| 222 '../browser/api/dns/dns_apitest.cc', | 222 '../browser/api/dns/dns_apitest.cc', |
| 223 '../browser/api/hid/hid_apitest.cc', | 223 '../browser/api/hid/hid_apitest.cc', |
| 224 '../browser/api/socket/socket_apitest.cc', | 224 '../browser/api/socket/socket_apitest.cc', |
| 225 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', | 225 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 226 '../browser/api/sockets_udp/sockets_udp_apitest.cc', | 226 '../browser/api/sockets_udp/sockets_udp_apitest.cc', |
| 227 '../browser/api/system_cpu/system_cpu_apitest.cc', | 227 '../browser/api/system_cpu/system_cpu_apitest.cc', |
| 228 '../browser/api/system_display/system_display_apitest.cc', |
| 228 '../browser/api/system_memory/system_memory_apitest.cc', | 229 '../browser/api/system_memory/system_memory_apitest.cc', |
| 229 '../browser/api/system_network/system_network_apitest.cc', | 230 '../browser/api/system_network/system_network_apitest.cc', |
| 230 '../browser/api/system_storage/storage_api_test_util.cc', | 231 '../browser/api/system_storage/storage_api_test_util.cc', |
| 231 '../browser/api/system_storage/storage_api_test_util.h', | 232 '../browser/api/system_storage/storage_api_test_util.h', |
| 232 '../browser/api/system_storage/system_storage_apitest.cc', | 233 '../browser/api/system_storage/system_storage_apitest.cc', |
| 233 '../browser/api/system_storage/system_storage_eject_apitest.cc', | 234 '../browser/api/system_storage/system_storage_eject_apitest.cc', |
| 234 '../browser/api/usb/usb_apitest.cc', | 235 '../browser/api/usb/usb_apitest.cc', |
| 235 '../browser/guest_view/app_view/app_view_apitest.cc', | 236 '../browser/guest_view/app_view/app_view_apitest.cc', |
| 236 '../browser/guest_view/web_view/web_view_apitest.h', | 237 '../browser/guest_view/web_view/web_view_apitest.h', |
| 237 '../browser/guest_view/web_view/web_view_apitest.cc', | 238 '../browser/guest_view/web_view/web_view_apitest.cc', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 '<@(_outputs)', | 337 '<@(_outputs)', |
| 337 ], | 338 ], |
| 338 'includes': [ | 339 'includes': [ |
| 339 '../../build/util/version.gypi', | 340 '../../build/util/version.gypi', |
| 340 ], | 341 ], |
| 341 }, | 342 }, |
| 342 ], | 343 ], |
| 343 }, | 344 }, |
| 344 ], # targets | 345 ], # targets |
| 345 } | 346 } |
| OLD | NEW |