| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
| 6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2276 ['enable_autofill_dialog==0', { | 2276 ['enable_autofill_dialog==0', { |
| 2277 'sources!': [ | 2277 'sources!': [ |
| 2278 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', | 2278 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', |
| 2279 ] | 2279 ] |
| 2280 }], | 2280 }], |
| 2281 ['disable_nacl==0', { | 2281 ['disable_nacl==0', { |
| 2282 'sources':[ | 2282 'sources':[ |
| 2283 'browser/extensions/extension_nacl_browsertest.cc', | 2283 'browser/extensions/extension_nacl_browsertest.cc', |
| 2284 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', | 2284 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', |
| 2285 ], | 2285 ], |
| 2286 'dependencies': [ |
| 2287 'test/data/nacl/nacl_test_data.gyp:pnacl_url_loader_test', |
| 2288 ], |
| 2286 'conditions': [ | 2289 'conditions': [ |
| 2287 ['disable_nacl_untrusted==0', { | 2290 ['disable_nacl_untrusted==0', { |
| 2288 'sources': [ | 2291 'sources': [ |
| 2289 'test/nacl/nacl_browsertest.cc', | 2292 'test/nacl/nacl_browsertest.cc', |
| 2290 'test/nacl/nacl_browsertest_uma.cc', | 2293 'test/nacl/nacl_browsertest_uma.cc', |
| 2291 'test/nacl/nacl_browsertest_util.cc', | 2294 'test/nacl/nacl_browsertest_util.cc', |
| 2292 'test/nacl/nacl_browsertest_util.h', | 2295 'test/nacl/nacl_browsertest_util.h', |
| 2293 'test/nacl/pnacl_header_test.cc', | 2296 'test/nacl/pnacl_header_test.cc', |
| 2294 'test/nacl/pnacl_header_test.h', | 2297 'test/nacl/pnacl_header_test.h', |
| 2295 ], | 2298 ], |
| (...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3518 'browser', | 3521 'browser', |
| 3519 ], | 3522 ], |
| 3520 'sources': [ | 3523 'sources': [ |
| 3521 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3524 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3522 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3525 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3523 ], | 3526 ], |
| 3524 }] | 3527 }] |
| 3525 }], | 3528 }], |
| 3526 ], # 'conditions' | 3529 ], # 'conditions' |
| 3527 } | 3530 } |
| OLD | NEW |