| 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'browser/chromeos/profiles/profile_helper_browsertest.cc', | 866 'browser/chromeos/profiles/profile_helper_browsertest.cc', |
| 867 'browser/chromeos/settings/scoped_cros_settings_test_helper.cc', | 867 'browser/chromeos/settings/scoped_cros_settings_test_helper.cc', |
| 868 'browser/chromeos/settings/scoped_cros_settings_test_helper.h', | 868 'browser/chromeos/settings/scoped_cros_settings_test_helper.h', |
| 869 'browser/chromeos/shutdown_policy_browsertest.cc', | 869 'browser/chromeos/shutdown_policy_browsertest.cc', |
| 870 'browser/chromeos/system/device_disabling_browsertest.cc', | 870 'browser/chromeos/system/device_disabling_browsertest.cc', |
| 871 'browser/chromeos/system/tray_accessibility_browsertest.cc', | 871 'browser/chromeos/system/tray_accessibility_browsertest.cc', |
| 872 'browser/download/notification/download_notification_browsertest.cc', | 872 'browser/download/notification/download_notification_browsertest.cc', |
| 873 'browser/drive/drive_notification_manager_factory_browsertest.cc', | 873 'browser/drive/drive_notification_manager_factory_browsertest.cc', |
| 874 'browser/extensions/api/certificate_provider/certificate_provider_apitest.
cc', | 874 'browser/extensions/api/certificate_provider/certificate_provider_apitest.
cc', |
| 875 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', | 875 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', |
| 876 'browser/ui/ash/launcher/arc_app_launcher_browsertest.cc', |
| 876 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', | 877 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', |
| 877 'browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc', | 878 'browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc', |
| 878 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', | 879 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', |
| 879 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', | 880 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', |
| 880 ], | 881 ], |
| 881 'chrome_browser_tests_views_non_cros_or_mac_sources': [ | 882 'chrome_browser_tests_views_non_cros_or_mac_sources': [ |
| 882 # This should be brought up on OSX Views but not CrOS. | 883 # This should be brought up on OSX Views but not CrOS. |
| 883 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', | 884 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', |
| 884 ], | 885 ], |
| 885 'chrome_browser_tests_speech_sources': [ | 886 'chrome_browser_tests_speech_sources': [ |
| (...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 'browser', | 3607 'browser', |
| 3607 ], | 3608 ], |
| 3608 'sources': [ | 3609 'sources': [ |
| 3609 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3610 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3610 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3611 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3611 ], | 3612 ], |
| 3612 }] | 3613 }] |
| 3613 }], | 3614 }], |
| 3614 ], # 'conditions' | 3615 ], # 'conditions' |
| 3615 } | 3616 } |
| OLD | NEW |