| 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 'test/data/webui/sandboxstatus_browsertest.js', | 1019 'test/data/webui/sandboxstatus_browsertest.js', |
| 1020 'test/data/webui/settings/advanced_page_browsertest.js', | 1020 'test/data/webui/settings/advanced_page_browsertest.js', |
| 1021 'test/data/webui/settings/animation_browsertest.js', | 1021 'test/data/webui/settings/animation_browsertest.js', |
| 1022 'test/data/webui/settings/basic_page_browsertest.js', | 1022 'test/data/webui/settings/basic_page_browsertest.js', |
| 1023 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', | 1023 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', |
| 1024 'test/data/webui/settings/cr_settings_browsertest.js', | 1024 'test/data/webui/settings/cr_settings_browsertest.js', |
| 1025 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', | 1025 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', |
| 1026 'test/data/webui/settings/help_page_browsertest.js', | 1026 'test/data/webui/settings/help_page_browsertest.js', |
| 1027 'test/data/webui/settings/languages_page_browsertest.js', | 1027 'test/data/webui/settings/languages_page_browsertest.js', |
| 1028 'test/data/webui/settings/on_startup_browsertest.js', | 1028 'test/data/webui/settings/on_startup_browsertest.js', |
| 1029 'test/data/webui/settings/open_section_transition_browsertest.js', |
| 1029 'test/data/webui/settings/passwords_and_autofill_fake_data.js', | 1030 'test/data/webui/settings/passwords_and_autofill_fake_data.js', |
| 1030 'test/data/webui/settings/passwords_and_forms_browsertest.js', | 1031 'test/data/webui/settings/passwords_and_forms_browsertest.js', |
| 1031 'test/data/webui/settings/settings_autofill_section_browsertest.js', | 1032 'test/data/webui/settings/settings_autofill_section_browsertest.js', |
| 1032 'test/data/webui/settings/settings_page_browsertest.js', | 1033 'test/data/webui/settings/settings_page_browsertest.js', |
| 1033 'test/data/webui/settings/settings_passwords_section_browsertest.js', | 1034 'test/data/webui/settings/settings_passwords_section_browsertest.js', |
| 1034 'test/data/webui/settings/settings_subpage_browsertest.js', | 1035 'test/data/webui/settings/settings_subpage_browsertest.js', |
| 1035 'test/data/webui/text_defaults_browsertest.js', | 1036 'test/data/webui/text_defaults_browsertest.js', |
| 1036 'test/data/webui/webui_resource_async_browsertest.js', | 1037 'test/data/webui/webui_resource_async_browsertest.js', |
| 1037 ], | 1038 ], |
| 1038 # TODO(rockot) bug 505926: These should be moved to a target in | 1039 # TODO(rockot) bug 505926: These should be moved to a target in |
| (...skipping 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3591 'browser', | 3592 'browser', |
| 3592 ], | 3593 ], |
| 3593 'sources': [ | 3594 'sources': [ |
| 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3596 ], | 3597 ], |
| 3597 }] | 3598 }] |
| 3598 }], | 3599 }], |
| 3599 ], # 'conditions' | 3600 ], # 'conditions' |
| 3600 } | 3601 } |
| OLD | NEW |