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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2249 ['enable_autofill_dialog==0', { | 2249 ['enable_autofill_dialog==0', { |
2250 'sources!': [ | 2250 'sources!': [ |
2251 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', | 2251 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', |
2252 ] | 2252 ] |
2253 }], | 2253 }], |
2254 ['disable_nacl==0', { | 2254 ['disable_nacl==0', { |
2255 'sources':[ | 2255 'sources':[ |
2256 'browser/extensions/extension_nacl_browsertest.cc', | 2256 'browser/extensions/extension_nacl_browsertest.cc', |
2257 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', | 2257 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', |
2258 ], | 2258 ], |
| 2259 'dependencies': [ |
| 2260 'test/data/nacl/nacl_test_data.gyp:pnacl_url_loader_test', |
| 2261 ], |
2259 'conditions': [ | 2262 'conditions': [ |
2260 ['disable_nacl_untrusted==0', { | 2263 ['disable_nacl_untrusted==0', { |
2261 'sources': [ | 2264 'sources': [ |
2262 'test/nacl/nacl_browsertest.cc', | 2265 'test/nacl/nacl_browsertest.cc', |
2263 'test/nacl/nacl_browsertest_uma.cc', | 2266 'test/nacl/nacl_browsertest_uma.cc', |
2264 'test/nacl/nacl_browsertest_util.cc', | 2267 'test/nacl/nacl_browsertest_util.cc', |
2265 'test/nacl/nacl_browsertest_util.h', | 2268 'test/nacl/nacl_browsertest_util.h', |
2266 'test/nacl/pnacl_header_test.cc', | 2269 'test/nacl/pnacl_header_test.cc', |
2267 'test/nacl/pnacl_header_test.h', | 2270 'test/nacl/pnacl_header_test.h', |
2268 ], | 2271 ], |
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3495 'browser', | 3498 'browser', |
3496 ], | 3499 ], |
3497 'sources': [ | 3500 'sources': [ |
3498 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3501 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3499 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3502 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3500 ], | 3503 ], |
3501 }] | 3504 }] |
3502 }], | 3505 }], |
3503 ], # 'conditions' | 3506 ], # 'conditions' |
3504 } | 3507 } |
OLD | NEW |