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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 'browser/autocomplete/network_action_predictor_unittest.cc', | 1256 'browser/autocomplete/network_action_predictor_unittest.cc', |
1257 'browser/autocomplete/network_action_predictor_database_unittest.cc', | 1257 'browser/autocomplete/network_action_predictor_database_unittest.cc', |
1258 'browser/autocomplete/search_provider_unittest.cc', | 1258 'browser/autocomplete/search_provider_unittest.cc', |
1259 'browser/autocomplete/shortcuts_provider_unittest.cc', | 1259 'browser/autocomplete/shortcuts_provider_unittest.cc', |
1260 'browser/autocomplete_history_manager_unittest.cc', | 1260 'browser/autocomplete_history_manager_unittest.cc', |
1261 'browser/autofill/address_field_unittest.cc', | 1261 'browser/autofill/address_field_unittest.cc', |
1262 'browser/autofill/address_unittest.cc', | 1262 'browser/autofill/address_unittest.cc', |
1263 'browser/autofill/autofill_country_unittest.cc', | 1263 'browser/autofill/autofill_country_unittest.cc', |
1264 'browser/autofill/autofill_download_unittest.cc', | 1264 'browser/autofill/autofill_download_unittest.cc', |
1265 'browser/autofill/autofill_external_delegate_unittest.cc', | 1265 'browser/autofill/autofill_external_delegate_unittest.cc', |
| 1266 'browser/autofill/autofill_external_delegate_unittest.h', |
1266 'browser/autofill/autofill_field_unittest.cc', | 1267 'browser/autofill/autofill_field_unittest.cc', |
1267 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', | 1268 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', |
1268 'browser/autofill/autofill_manager_unittest.cc', | 1269 'browser/autofill/autofill_manager_unittest.cc', |
1269 'browser/autofill/autofill_merge_unittest.cc', | 1270 'browser/autofill/autofill_merge_unittest.cc', |
1270 'browser/autofill/autofill_metrics_unittest.cc', | 1271 'browser/autofill/autofill_metrics_unittest.cc', |
1271 'browser/autofill/autofill_profile_unittest.cc', | 1272 'browser/autofill/autofill_profile_unittest.cc', |
1272 'browser/autofill/autofill_type_unittest.cc', | 1273 'browser/autofill/autofill_type_unittest.cc', |
1273 'browser/autofill/autofill_xml_parser_unittest.cc', | 1274 'browser/autofill/autofill_xml_parser_unittest.cc', |
1274 'browser/autofill/contact_info_unittest.cc', | 1275 'browser/autofill/contact_info_unittest.cc', |
1275 'browser/autofill/credit_card_field_unittest.cc', | 1276 'browser/autofill/credit_card_field_unittest.cc', |
(...skipping 3361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4637 # Use outputs of this action as inputs for the main target build. | 4638 # Use outputs of this action as inputs for the main target build. |
4638 # Seems as a misnomer but makes this happy on Linux (scons). | 4639 # Seems as a misnomer but makes this happy on Linux (scons). |
4639 'process_outputs_as_sources': 1, | 4640 'process_outputs_as_sources': 1, |
4640 }, | 4641 }, |
4641 ], # 'actions' | 4642 ], # 'actions' |
4642 }, | 4643 }, |
4643 ] | 4644 ] |
4644 }], # 'coverage!=0' | 4645 }], # 'coverage!=0' |
4645 ], # 'conditions' | 4646 ], # 'conditions' |
4646 } | 4647 } |
OLD | NEW |