OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 1346 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
1347 'browser/chromeos/network_message_observer_unittest.cc', | 1347 'browser/chromeos/network_message_observer_unittest.cc', |
1348 'browser/chromeos/notifications/desktop_notifications_unittest.cc', | 1348 'browser/chromeos/notifications/desktop_notifications_unittest.cc', |
1349 'browser/chromeos/offline/offline_load_page_unittest.cc', | 1349 'browser/chromeos/offline/offline_load_page_unittest.cc', |
1350 'browser/chromeos/proxy_config_service_impl_unittest.cc', | 1350 'browser/chromeos/proxy_config_service_impl_unittest.cc', |
1351 'browser/chromeos/status/input_method_menu_unittest.cc', | 1351 'browser/chromeos/status/input_method_menu_unittest.cc', |
1352 'browser/chromeos/system/mock_statistics_provider.cc', | 1352 'browser/chromeos/system/mock_statistics_provider.cc', |
1353 'browser/chromeos/system/mock_statistics_provider.h', | 1353 'browser/chromeos/system/mock_statistics_provider.h', |
1354 'browser/chromeos/version_loader_unittest.cc', | 1354 'browser/chromeos/version_loader_unittest.cc', |
1355 'browser/command_updater_unittest.cc', | 1355 'browser/command_updater_unittest.cc', |
| 1356 'browser/content_settings/content_settings_mock_observer.cc', |
| 1357 'browser/content_settings/content_settings_mock_observer.h', |
1356 'browser/content_settings/content_settings_mock_provider.cc', | 1358 'browser/content_settings/content_settings_mock_provider.cc', |
1357 'browser/content_settings/content_settings_mock_provider.h', | 1359 'browser/content_settings/content_settings_mock_provider.h', |
1358 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 1360 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
1359 'browser/content_settings/content_settings_pattern_unittest.cc', | 1361 'browser/content_settings/content_settings_pattern_unittest.cc', |
1360 'browser/content_settings/content_settings_pattern_parser_unittest.cc', | 1362 'browser/content_settings/content_settings_pattern_parser_unittest.cc', |
1361 'browser/content_settings/content_settings_policy_provider_unittest.cc', | 1363 'browser/content_settings/content_settings_policy_provider_unittest.cc', |
1362 'browser/content_settings/content_settings_pref_provider_unittest.cc', | 1364 'browser/content_settings/content_settings_pref_provider_unittest.cc', |
1363 'browser/content_settings/content_settings_provider_unittest.cc', | 1365 'browser/content_settings/content_settings_provider_unittest.cc', |
1364 'browser/content_settings/host_content_settings_map_unittest.cc', | 1366 'browser/content_settings/host_content_settings_map_unittest.cc', |
1365 'browser/content_settings/mock_settings_observer.cc', | 1367 'browser/content_settings/mock_settings_observer.cc', |
(...skipping 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4150 # Use outputs of this action as inputs for the main target build. | 4152 # Use outputs of this action as inputs for the main target build. |
4151 # Seems as a misnomer but makes this happy on Linux (scons). | 4153 # Seems as a misnomer but makes this happy on Linux (scons). |
4152 'process_outputs_as_sources': 1, | 4154 'process_outputs_as_sources': 1, |
4153 }, | 4155 }, |
4154 ], # 'actions' | 4156 ], # 'actions' |
4155 }, | 4157 }, |
4156 ] | 4158 ] |
4157 }], # 'coverage!=0' | 4159 }], # 'coverage!=0' |
4158 ], # 'conditions' | 4160 ], # 'conditions' |
4159 } | 4161 } |
OLD | NEW |