OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1239 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 1239 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
1240 'browser/chromeos/status/network_menu_icon.cc', | 1240 'browser/chromeos/status/network_menu_icon.cc', |
1241 'browser/chromeos/status/network_menu_icon_unittest.cc', | 1241 'browser/chromeos/status/network_menu_icon_unittest.cc', |
1242 'browser/chromeos/system/mock_statistics_provider.cc', | 1242 'browser/chromeos/system/mock_statistics_provider.cc', |
1243 'browser/chromeos/system/mock_statistics_provider.h', | 1243 'browser/chromeos/system/mock_statistics_provider.h', |
1244 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 1244 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
1245 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 1245 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
1246 'browser/chromeos/version_loader_unittest.cc', | 1246 'browser/chromeos/version_loader_unittest.cc', |
1247 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 1247 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
1248 'browser/command_updater_unittest.cc', | 1248 'browser/command_updater_unittest.cc', |
1249 'browser/component/navigation_interception/intercept_navigation_resource _throttle_unittest.cc', | 1249 '../content/components/navigation_interception/intercept_navigation_reso urce_throttle_unittest.cc', |
Jói
2012/10/31 21:18:27
Add a TODO here to move tests to content/component
John Knottenbelt
2012/11/02 14:48:25
Done.
jam
2012/11/02 16:57:56
(just saw this)
I'm fine having a separate step l
| |
1250 'browser/component_updater/component_updater_interceptor.cc', | 1250 'browser/component_updater/component_updater_interceptor.cc', |
1251 'browser/component_updater/component_updater_interceptor.h', | 1251 'browser/component_updater/component_updater_interceptor.h', |
1252 'browser/component_updater/test/component_installers_unittest.cc', | 1252 'browser/component_updater/test/component_installers_unittest.cc', |
1253 'browser/component_updater/test/component_updater_service_unittest.cc', | 1253 'browser/component_updater/test/component_updater_service_unittest.cc', |
1254 'browser/content_settings/content_settings_default_provider_unittest.cc' , | 1254 'browser/content_settings/content_settings_default_provider_unittest.cc' , |
1255 'browser/content_settings/content_settings_mock_observer.cc', | 1255 'browser/content_settings/content_settings_mock_observer.cc', |
1256 'browser/content_settings/content_settings_mock_observer.h', | 1256 'browser/content_settings/content_settings_mock_observer.h', |
1257 'browser/content_settings/content_settings_mock_provider.cc', | 1257 'browser/content_settings/content_settings_mock_provider.cc', |
1258 'browser/content_settings/content_settings_mock_provider.h', | 1258 'browser/content_settings/content_settings_mock_provider.h', |
1259 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', | 1259 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', |
(...skipping 3704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4964 'sync_integration_tests.isolate', | 4964 'sync_integration_tests.isolate', |
4965 ], | 4965 ], |
4966 'sources': [ | 4966 'sources': [ |
4967 'sync_integration_tests.isolate', | 4967 'sync_integration_tests.isolate', |
4968 ], | 4968 ], |
4969 }, | 4969 }, |
4970 ], | 4970 ], |
4971 }], | 4971 }], |
4972 ], # 'conditions' | 4972 ], # 'conditions' |
4973 } | 4973 } |
OLD | NEW |