| 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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 'browser/autofill/autofill_metrics_unittest.cc', | 1308 'browser/autofill/autofill_metrics_unittest.cc', |
| 1309 'browser/autofill/autofill_profile_unittest.cc', | 1309 'browser/autofill/autofill_profile_unittest.cc', |
| 1310 'browser/autofill/autofill_type_unittest.cc', | 1310 'browser/autofill/autofill_type_unittest.cc', |
| 1311 'browser/autofill/autofill_xml_parser_unittest.cc', | 1311 'browser/autofill/autofill_xml_parser_unittest.cc', |
| 1312 'browser/autofill/contact_info_unittest.cc', | 1312 'browser/autofill/contact_info_unittest.cc', |
| 1313 'browser/autofill/credit_card_field_unittest.cc', | 1313 'browser/autofill/credit_card_field_unittest.cc', |
| 1314 'browser/autofill/credit_card_unittest.cc', | 1314 'browser/autofill/credit_card_unittest.cc', |
| 1315 'browser/autofill/form_field_unittest.cc', | 1315 'browser/autofill/form_field_unittest.cc', |
| 1316 'browser/autofill/form_structure_unittest.cc', | 1316 'browser/autofill/form_structure_unittest.cc', |
| 1317 'browser/autofill/name_field_unittest.cc', | 1317 'browser/autofill/name_field_unittest.cc', |
| 1318 'browser/autofill/password_autofill_manager_unittest.cc', |
| 1318 'browser/autofill/personal_data_manager_unittest.cc', | 1319 'browser/autofill/personal_data_manager_unittest.cc', |
| 1319 'browser/autofill/phone_field_unittest.cc', | 1320 'browser/autofill/phone_field_unittest.cc', |
| 1320 'browser/autofill/phone_number_unittest.cc', | 1321 'browser/autofill/phone_number_unittest.cc', |
| 1321 'browser/autofill/phone_number_i18n_unittest.cc', | 1322 'browser/autofill/phone_number_i18n_unittest.cc', |
| 1322 'browser/autofill/select_control_handler_unittest.cc', | 1323 'browser/autofill/select_control_handler_unittest.cc', |
| 1323 'browser/automation/automation_provider_unittest.cc', | 1324 'browser/automation/automation_provider_unittest.cc', |
| 1324 'browser/automation/automation_tab_helper_unittest.cc', | 1325 'browser/automation/automation_tab_helper_unittest.cc', |
| 1325 'browser/background/background_application_list_model_unittest.cc', | 1326 'browser/background/background_application_list_model_unittest.cc', |
| 1326 'browser/background/background_contents_service_unittest.cc', | 1327 'browser/background/background_contents_service_unittest.cc', |
| 1327 'browser/background/background_mode_manager_unittest.cc', | 1328 'browser/background/background_mode_manager_unittest.cc', |
| (...skipping 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4697 # Use outputs of this action as inputs for the main target build. | 4698 # Use outputs of this action as inputs for the main target build. |
| 4698 # Seems as a misnomer but makes this happy on Linux (scons). | 4699 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4699 'process_outputs_as_sources': 1, | 4700 'process_outputs_as_sources': 1, |
| 4700 }, | 4701 }, |
| 4701 ], # 'actions' | 4702 ], # 'actions' |
| 4702 }, | 4703 }, |
| 4703 ] | 4704 ] |
| 4704 }], # 'coverage!=0' | 4705 }], # 'coverage!=0' |
| 4705 ], # 'conditions' | 4706 ], # 'conditions' |
| 4706 } | 4707 } |
| OLD | NEW |