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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1268 'browser/autofill/autofill_profile_unittest.cc', | 1268 'browser/autofill/autofill_profile_unittest.cc', |
1269 'browser/autofill/autofill_popup_unittest.cc', | 1269 'browser/autofill/autofill_popup_unittest.cc', |
1270 'browser/autofill/autofill_type_unittest.cc', | 1270 'browser/autofill/autofill_type_unittest.cc', |
1271 'browser/autofill/autofill_xml_parser_unittest.cc', | 1271 'browser/autofill/autofill_xml_parser_unittest.cc', |
1272 'browser/autofill/contact_info_unittest.cc', | 1272 'browser/autofill/contact_info_unittest.cc', |
1273 'browser/autofill/credit_card_field_unittest.cc', | 1273 'browser/autofill/credit_card_field_unittest.cc', |
1274 'browser/autofill/credit_card_unittest.cc', | 1274 'browser/autofill/credit_card_unittest.cc', |
1275 'browser/autofill/form_field_unittest.cc', | 1275 'browser/autofill/form_field_unittest.cc', |
1276 'browser/autofill/form_structure_unittest.cc', | 1276 'browser/autofill/form_structure_unittest.cc', |
1277 'browser/autofill/name_field_unittest.cc', | 1277 'browser/autofill/name_field_unittest.cc', |
1278 » 'browser/autofill/password_generator_unittest.cc', | 1278 'browser/autofill/password_autofill_manager_unittest.cc', |
| 1279 'browser/autofill/password_generator_unittest.cc', |
1279 'browser/autofill/personal_data_manager_unittest.cc', | 1280 'browser/autofill/personal_data_manager_unittest.cc', |
1280 'browser/autofill/phone_field_unittest.cc', | 1281 'browser/autofill/phone_field_unittest.cc', |
1281 'browser/autofill/phone_number_unittest.cc', | 1282 'browser/autofill/phone_number_unittest.cc', |
1282 'browser/autofill/phone_number_i18n_unittest.cc', | 1283 'browser/autofill/phone_number_i18n_unittest.cc', |
1283 'browser/autofill/select_control_handler_unittest.cc', | 1284 'browser/autofill/select_control_handler_unittest.cc', |
1284 'browser/automation/automation_provider_unittest.cc', | 1285 'browser/automation/automation_provider_unittest.cc', |
1285 'browser/automation/automation_tab_helper_unittest.cc', | 1286 'browser/automation/automation_tab_helper_unittest.cc', |
1286 'browser/background/background_application_list_model_unittest.cc', | 1287 'browser/background/background_application_list_model_unittest.cc', |
1287 'browser/background/background_contents_service_unittest.cc', | 1288 'browser/background/background_contents_service_unittest.cc', |
1288 'browser/background/background_mode_manager_unittest.cc', | 1289 'browser/background/background_mode_manager_unittest.cc', |
(...skipping 3330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4619 # Use outputs of this action as inputs for the main target build. | 4620 # Use outputs of this action as inputs for the main target build. |
4620 # Seems as a misnomer but makes this happy on Linux (scons). | 4621 # Seems as a misnomer but makes this happy on Linux (scons). |
4621 'process_outputs_as_sources': 1, | 4622 'process_outputs_as_sources': 1, |
4622 }, | 4623 }, |
4623 ], # 'actions' | 4624 ], # 'actions' |
4624 }, | 4625 }, |
4625 ] | 4626 ] |
4626 }], # 'coverage!=0' | 4627 }], # 'coverage!=0' |
4627 ], # 'conditions' | 4628 ], # 'conditions' |
4628 } | 4629 } |
OLD | NEW |