| 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 'test/data/webui/settings/basic_page_browsertest.js', | 1007 'test/data/webui/settings/basic_page_browsertest.js', |
| 1008 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', | 1008 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', |
| 1009 'test/data/webui/settings/change_picture_browsertest_chromeos.js', | 1009 'test/data/webui/settings/change_picture_browsertest_chromeos.js', |
| 1010 'test/data/webui/settings/cr_settings_browsertest.js', | 1010 'test/data/webui/settings/cr_settings_browsertest.js', |
| 1011 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', | 1011 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', |
| 1012 'test/data/webui/settings/languages_page_browsertest.js', | 1012 'test/data/webui/settings/languages_page_browsertest.js', |
| 1013 'test/data/webui/settings/on_startup_browsertest.js', | 1013 'test/data/webui/settings/on_startup_browsertest.js', |
| 1014 'test/data/webui/settings/settings_page_browsertest.js', | 1014 'test/data/webui/settings/settings_page_browsertest.js', |
| 1015 'test/data/webui/settings/settings_passwords_section_browsertest.js', | 1015 'test/data/webui/settings/settings_passwords_section_browsertest.js', |
| 1016 'test/data/webui/settings/settings_subpage_browsertest.js', | 1016 'test/data/webui/settings/settings_subpage_browsertest.js', |
| 1017 'test/data/webui/text_defaults_browsertest.js', |
| 1017 'test/data/webui/webui_resource_async_browsertest.js', | 1018 'test/data/webui/webui_resource_async_browsertest.js', |
| 1018 ], | 1019 ], |
| 1019 # TODO(rockot) bug 505926: These should be moved to a target in | 1020 # TODO(rockot) bug 505926: These should be moved to a target in |
| 1020 # //extensions but have old dependencies on chrome files. The chrome | 1021 # //extensions but have old dependencies on chrome files. The chrome |
| 1021 # dependencies should be removed and these moved to the | 1022 # dependencies should be removed and these moved to the |
| 1022 # extensions_browsertests target. | 1023 # extensions_browsertests target. |
| 1023 'chrome_interactive_ui_test_extensions_sources': [ | 1024 'chrome_interactive_ui_test_extensions_sources': [ |
| 1024 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 1025 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 1025 ], | 1026 ], |
| 1026 'chrome_interactive_ui_test_sources': [ | 1027 'chrome_interactive_ui_test_sources': [ |
| (...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3546 'browser', | 3547 'browser', |
| 3547 ], | 3548 ], |
| 3548 'sources': [ | 3549 'sources': [ |
| 3549 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3551 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3551 ], | 3552 ], |
| 3552 }] | 3553 }] |
| 3553 }], | 3554 }], |
| 3554 ], # 'conditions' | 3555 ], # 'conditions' |
| 3555 } | 3556 } |
| OLD | NEW |