| 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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1271 'browser/autofill/autofill_profile_unittest.cc', | 1271 'browser/autofill/autofill_profile_unittest.cc', |
| 1272 'browser/autofill/autofill_popup_unittest.cc', | 1272 'browser/autofill/autofill_popup_unittest.cc', |
| 1273 'browser/autofill/autofill_type_unittest.cc', | 1273 'browser/autofill/autofill_type_unittest.cc', |
| 1274 'browser/autofill/autofill_xml_parser_unittest.cc', | 1274 'browser/autofill/autofill_xml_parser_unittest.cc', |
| 1275 'browser/autofill/contact_info_unittest.cc', | 1275 'browser/autofill/contact_info_unittest.cc', |
| 1276 'browser/autofill/credit_card_field_unittest.cc', | 1276 'browser/autofill/credit_card_field_unittest.cc', |
| 1277 'browser/autofill/credit_card_unittest.cc', | 1277 'browser/autofill/credit_card_unittest.cc', |
| 1278 'browser/autofill/form_field_unittest.cc', | 1278 'browser/autofill/form_field_unittest.cc', |
| 1279 'browser/autofill/form_structure_unittest.cc', | 1279 'browser/autofill/form_structure_unittest.cc', |
| 1280 'browser/autofill/name_field_unittest.cc', | 1280 'browser/autofill/name_field_unittest.cc', |
| 1281 » 'browser/autofill/password_generator_unittest.cc', | 1281 'browser/autofill/password_autofill_manager_unittest.cc', |
| 1282 'browser/autofill/password_generator_unittest.cc', |
| 1282 'browser/autofill/personal_data_manager_unittest.cc', | 1283 'browser/autofill/personal_data_manager_unittest.cc', |
| 1283 'browser/autofill/phone_field_unittest.cc', | 1284 'browser/autofill/phone_field_unittest.cc', |
| 1284 'browser/autofill/phone_number_unittest.cc', | 1285 'browser/autofill/phone_number_unittest.cc', |
| 1285 'browser/autofill/phone_number_i18n_unittest.cc', | 1286 'browser/autofill/phone_number_i18n_unittest.cc', |
| 1286 'browser/autofill/select_control_handler_unittest.cc', | 1287 'browser/autofill/select_control_handler_unittest.cc', |
| 1287 'browser/automation/automation_provider_unittest.cc', | 1288 'browser/automation/automation_provider_unittest.cc', |
| 1288 'browser/automation/automation_tab_helper_unittest.cc', | 1289 'browser/automation/automation_tab_helper_unittest.cc', |
| 1289 'browser/background/background_application_list_model_unittest.cc', | 1290 'browser/background/background_application_list_model_unittest.cc', |
| 1290 'browser/background/background_contents_service_unittest.cc', | 1291 'browser/background/background_contents_service_unittest.cc', |
| 1291 'browser/background/background_mode_manager_unittest.cc', | 1292 'browser/background/background_mode_manager_unittest.cc', |
| (...skipping 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4655 # Use outputs of this action as inputs for the main target build. | 4656 # Use outputs of this action as inputs for the main target build. |
| 4656 # Seems as a misnomer but makes this happy on Linux (scons). | 4657 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4657 'process_outputs_as_sources': 1, | 4658 'process_outputs_as_sources': 1, |
| 4658 }, | 4659 }, |
| 4659 ], # 'actions' | 4660 ], # 'actions' |
| 4660 }, | 4661 }, |
| 4661 ] | 4662 ] |
| 4662 }], # 'coverage!=0' | 4663 }], # 'coverage!=0' |
| 4663 ], # 'conditions' | 4664 ], # 'conditions' |
| 4664 } | 4665 } |
| OLD | NEW |