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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'browser/policy/policy_browsertest.cc', | 399 'browser/policy/policy_browsertest.cc', |
400 'browser/policy/policy_network_browsertest.cc', | 400 'browser/policy/policy_network_browsertest.cc', |
401 'browser/policy/policy_prefs_browsertest.cc', | 401 'browser/policy/policy_prefs_browsertest.cc', |
402 'browser/policy/policy_startup_browsertest.cc', | 402 'browser/policy/policy_startup_browsertest.cc', |
403 'browser/prefetch/prefetch_browsertest.cc', | 403 'browser/prefetch/prefetch_browsertest.cc', |
404 'browser/prefs/pref_functional_browsertest.cc', | 404 'browser/prefs/pref_functional_browsertest.cc', |
405 'browser/prefs/pref_service_browsertest.cc', | 405 'browser/prefs/pref_service_browsertest.cc', |
406 'browser/prefs/synced_pref_change_registrar_browsertest.cc', | 406 'browser/prefs/synced_pref_change_registrar_browsertest.cc', |
407 'browser/prefs/tracked/pref_hash_browsertest.cc', | 407 'browser/prefs/tracked/pref_hash_browsertest.cc', |
408 'browser/prerender/prerender_browsertest.cc', | 408 'browser/prerender/prerender_browsertest.cc', |
| 409 'browser/prerender/prerender_test_utils.cc', |
409 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc', | 410 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc', |
410 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.c
c', | 411 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.c
c', |
411 'browser/printing/print_preview_dialog_controller_browsertest.cc', | 412 'browser/printing/print_preview_dialog_controller_browsertest.cc', |
412 'browser/printing/print_preview_pdf_generated_browsertest.cc', | 413 'browser/printing/print_preview_pdf_generated_browsertest.cc', |
413 'browser/process_singleton_browsertest.cc', | 414 'browser/process_singleton_browsertest.cc', |
414 'browser/profile_resetter/profile_resetter_browsertest.cc', | 415 'browser/profile_resetter/profile_resetter_browsertest.cc', |
415 'browser/profiles/host_zoom_map_browsertest.cc', | 416 'browser/profiles/host_zoom_map_browsertest.cc', |
416 'browser/profiles/profile_browsertest.cc', | 417 'browser/profiles/profile_browsertest.cc', |
417 'browser/profiles/profile_list_desktop_browsertest.cc', | 418 'browser/profiles/profile_list_desktop_browsertest.cc', |
418 'browser/profiles/profile_manager_browsertest.cc', | 419 'browser/profiles/profile_manager_browsertest.cc', |
(...skipping 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3572 'browser', | 3573 'browser', |
3573 ], | 3574 ], |
3574 'sources': [ | 3575 'sources': [ |
3575 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3576 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3576 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3577 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3577 ], | 3578 ], |
3578 }] | 3579 }] |
3579 }], | 3580 }], |
3580 ], # 'conditions' | 3581 ], # 'conditions' |
3581 } | 3582 } |
OLD | NEW |