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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 1240 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
1241 'browser/chromeos/status/network_menu_icon.cc', | 1241 'browser/chromeos/status/network_menu_icon.cc', |
1242 'browser/chromeos/status/network_menu_icon_unittest.cc', | 1242 'browser/chromeos/status/network_menu_icon_unittest.cc', |
1243 'browser/chromeos/system/mock_statistics_provider.cc', | 1243 'browser/chromeos/system/mock_statistics_provider.cc', |
1244 'browser/chromeos/system/mock_statistics_provider.h', | 1244 'browser/chromeos/system/mock_statistics_provider.h', |
1245 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 1245 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
1246 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 1246 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
1247 'browser/chromeos/version_loader_unittest.cc', | 1247 'browser/chromeos/version_loader_unittest.cc', |
1248 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 1248 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
1249 'browser/command_updater_unittest.cc', | 1249 'browser/command_updater_unittest.cc', |
1250 'browser/component/navigation_interception/intercept_navigation_resource
_throttle_unittest.cc', | 1250 '../content/components/navigation_interception/intercept_navigation_reso
urce_throttle_unittest.cc', |
1251 'browser/component_updater/component_updater_interceptor.cc', | 1251 'browser/component_updater/component_updater_interceptor.cc', |
1252 'browser/component_updater/component_updater_interceptor.h', | 1252 'browser/component_updater/component_updater_interceptor.h', |
1253 'browser/component_updater/test/component_installers_unittest.cc', | 1253 'browser/component_updater/test/component_installers_unittest.cc', |
1254 'browser/component_updater/test/component_updater_service_unittest.cc', | 1254 'browser/component_updater/test/component_updater_service_unittest.cc', |
1255 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 1255 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
1256 'browser/content_settings/content_settings_mock_observer.cc', | 1256 'browser/content_settings/content_settings_mock_observer.cc', |
1257 'browser/content_settings/content_settings_mock_observer.h', | 1257 'browser/content_settings/content_settings_mock_observer.h', |
1258 'browser/content_settings/content_settings_mock_provider.cc', | 1258 'browser/content_settings/content_settings_mock_provider.cc', |
1259 'browser/content_settings/content_settings_mock_provider.h', | 1259 'browser/content_settings/content_settings_mock_provider.h', |
1260 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 1260 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
(...skipping 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4956 'sync_integration_tests.isolate', | 4956 'sync_integration_tests.isolate', |
4957 ], | 4957 ], |
4958 'sources': [ | 4958 'sources': [ |
4959 'sync_integration_tests.isolate', | 4959 'sync_integration_tests.isolate', |
4960 ], | 4960 ], |
4961 }, | 4961 }, |
4962 ], | 4962 ], |
4963 }], | 4963 }], |
4964 ], # 'conditions' | 4964 ], # 'conditions' |
4965 } | 4965 } |
OLD | NEW |