| 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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 991 'test/data/webui/sandboxstatus_browsertest.js', | 991 'test/data/webui/sandboxstatus_browsertest.js', |
| 992 'test/data/webui/settings/advanced_page_browsertest.js', | 992 'test/data/webui/settings/advanced_page_browsertest.js', |
| 993 'test/data/webui/settings/appearance_browsertest.js', | 993 'test/data/webui/settings/appearance_browsertest.js', |
| 994 'test/data/webui/settings/basic_page_browsertest.js', | 994 'test/data/webui/settings/basic_page_browsertest.js', |
| 995 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', | 995 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', |
| 996 'test/data/webui/settings/cr_settings_browsertest.js', | 996 'test/data/webui/settings/cr_settings_browsertest.js', |
| 997 'test/data/webui/settings/on_startup_browsertest.js', | 997 'test/data/webui/settings/on_startup_browsertest.js', |
| 998 'test/data/webui/settings/settings_page_browsertest.js', | 998 'test/data/webui/settings/settings_page_browsertest.js', |
| 999 'test/data/webui/settings/settings_passwords_section_browsertest.js', | 999 'test/data/webui/settings/settings_passwords_section_browsertest.js', |
| 1000 'test/data/webui/settings/settings_subpage_browsertest.js', | 1000 'test/data/webui/settings/settings_subpage_browsertest.js', |
| 1001 'test/data/webui/webui_resource_async_browsertest.js', |
| 1001 ], | 1002 ], |
| 1002 # TODO(rockot) bug 505926: These should be moved to a target in | 1003 # TODO(rockot) bug 505926: These should be moved to a target in |
| 1003 # //extensions but have old dependencies on chrome files. The chrome | 1004 # //extensions but have old dependencies on chrome files. The chrome |
| 1004 # dependencies should be removed and these moved to the | 1005 # dependencies should be removed and these moved to the |
| 1005 # extensions_browsertests target. | 1006 # extensions_browsertests target. |
| 1006 'chrome_interactive_ui_test_extensions_sources': [ | 1007 'chrome_interactive_ui_test_extensions_sources': [ |
| 1007 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 1008 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 1008 ], | 1009 ], |
| 1009 'chrome_interactive_ui_test_sources': [ | 1010 'chrome_interactive_ui_test_sources': [ |
| 1010 '../ui/base/clipboard/clipboard_android_unittest.cc', | 1011 '../ui/base/clipboard/clipboard_android_unittest.cc', |
| (...skipping 2530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3541 'browser', | 3542 'browser', |
| 3542 ], | 3543 ], |
| 3543 'sources': [ | 3544 'sources': [ |
| 3544 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3545 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3545 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3546 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3546 ], | 3547 ], |
| 3547 }] | 3548 }] |
| 3548 }], | 3549 }], |
| 3549 ], # 'conditions' | 3550 ], # 'conditions' |
| 3550 } | 3551 } |
| OLD | NEW |