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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1267 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 1267 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
1268 'browser/chromeos/status/network_menu_icon.cc', | 1268 'browser/chromeos/status/network_menu_icon.cc', |
1269 'browser/chromeos/status/network_menu_icon_unittest.cc', | 1269 'browser/chromeos/status/network_menu_icon_unittest.cc', |
1270 'browser/chromeos/system/mock_statistics_provider.cc', | 1270 'browser/chromeos/system/mock_statistics_provider.cc', |
1271 'browser/chromeos/system/mock_statistics_provider.h', | 1271 'browser/chromeos/system/mock_statistics_provider.h', |
1272 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 1272 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
1273 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 1273 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
1274 'browser/chromeos/version_loader_unittest.cc', | 1274 'browser/chromeos/version_loader_unittest.cc', |
1275 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 1275 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
1276 'browser/command_updater_unittest.cc', | 1276 'browser/command_updater_unittest.cc', |
1277 'browser/component/navigation_interception/intercept_navigation_resource
_throttle_unittest.cc', | |
1278 'browser/component_updater/component_updater_interceptor.cc', | 1277 'browser/component_updater/component_updater_interceptor.cc', |
1279 'browser/component_updater/component_updater_interceptor.h', | 1278 'browser/component_updater/component_updater_interceptor.h', |
1280 'browser/component_updater/test/component_installers_unittest.cc', | 1279 'browser/component_updater/test/component_installers_unittest.cc', |
1281 'browser/component_updater/test/component_updater_service_unittest.cc', | 1280 'browser/component_updater/test/component_updater_service_unittest.cc', |
1282 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 1281 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
1283 'browser/content_settings/content_settings_mock_observer.cc', | 1282 'browser/content_settings/content_settings_mock_observer.cc', |
1284 'browser/content_settings/content_settings_mock_observer.h', | 1283 'browser/content_settings/content_settings_mock_observer.h', |
1285 'browser/content_settings/content_settings_mock_provider.cc', | 1284 'browser/content_settings/content_settings_mock_provider.cc', |
1286 'browser/content_settings/content_settings_mock_provider.h', | 1285 'browser/content_settings/content_settings_mock_provider.h', |
1287 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 1286 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
(...skipping 3720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5008 'sync_integration_tests.isolate', | 5007 'sync_integration_tests.isolate', |
5009 ], | 5008 ], |
5010 'sources': [ | 5009 'sources': [ |
5011 'sync_integration_tests.isolate', | 5010 'sync_integration_tests.isolate', |
5012 ], | 5011 ], |
5013 }, | 5012 }, |
5014 ], | 5013 ], |
5015 }], | 5014 }], |
5016 ], # 'conditions' | 5015 ], # 'conditions' |
5017 } | 5016 } |
OLD | NEW |