| 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', | 1040 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', |
| 1041 'test/data/webui/settings/help_page_browsertest.js', | 1041 'test/data/webui/settings/help_page_browsertest.js', |
| 1042 'test/data/webui/settings/languages_page_browsertest.js', | 1042 'test/data/webui/settings/languages_page_browsertest.js', |
| 1043 'test/data/webui/settings/on_startup_browsertest.js', | 1043 'test/data/webui/settings/on_startup_browsertest.js', |
| 1044 'test/data/webui/settings/passwords_and_autofill_fake_data.js', | 1044 'test/data/webui/settings/passwords_and_autofill_fake_data.js', |
| 1045 'test/data/webui/settings/passwords_and_forms_browsertest.js', | 1045 'test/data/webui/settings/passwords_and_forms_browsertest.js', |
| 1046 'test/data/webui/settings/settings_autofill_section_browsertest.js', | 1046 'test/data/webui/settings/settings_autofill_section_browsertest.js', |
| 1047 'test/data/webui/settings/settings_page_browsertest.js', | 1047 'test/data/webui/settings/settings_page_browsertest.js', |
| 1048 'test/data/webui/settings/settings_passwords_section_browsertest.js', | 1048 'test/data/webui/settings/settings_passwords_section_browsertest.js', |
| 1049 'test/data/webui/settings/settings_subpage_browsertest.js', | 1049 'test/data/webui/settings/settings_subpage_browsertest.js', |
| 1050 'test/data/webui/settings/settings_ui_browsertest.js', |
| 1050 'test/data/webui/text_defaults_browsertest.js', | 1051 'test/data/webui/text_defaults_browsertest.js', |
| 1051 'test/data/webui/webui_resource_async_browsertest.js', | 1052 'test/data/webui/webui_resource_async_browsertest.js', |
| 1052 ], | 1053 ], |
| 1053 # TODO(rockot) bug 505926: These should be moved to a target in | 1054 # TODO(rockot) bug 505926: These should be moved to a target in |
| 1054 # //extensions but have old dependencies on chrome files. The chrome | 1055 # //extensions but have old dependencies on chrome files. The chrome |
| 1055 # dependencies should be removed and these moved to the | 1056 # dependencies should be removed and these moved to the |
| 1056 # extensions_browsertests target. | 1057 # extensions_browsertests target. |
| 1057 'chrome_interactive_ui_test_extensions_sources': [ | 1058 'chrome_interactive_ui_test_extensions_sources': [ |
| 1058 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 1059 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 1059 ], | 1060 ], |
| (...skipping 2512 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 |