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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1263 'browser/autofill/autofill_metrics_unittest.cc', | 1263 'browser/autofill/autofill_metrics_unittest.cc', |
1264 'browser/autofill/autofill_profile_unittest.cc', | 1264 'browser/autofill/autofill_profile_unittest.cc', |
1265 'browser/autofill/autofill_type_unittest.cc', | 1265 'browser/autofill/autofill_type_unittest.cc', |
1266 'browser/autofill/autofill_xml_parser_unittest.cc', | 1266 'browser/autofill/autofill_xml_parser_unittest.cc', |
1267 'browser/autofill/contact_info_unittest.cc', | 1267 'browser/autofill/contact_info_unittest.cc', |
1268 'browser/autofill/credit_card_field_unittest.cc', | 1268 'browser/autofill/credit_card_field_unittest.cc', |
1269 'browser/autofill/credit_card_unittest.cc', | 1269 'browser/autofill/credit_card_unittest.cc', |
1270 'browser/autofill/form_field_unittest.cc', | 1270 'browser/autofill/form_field_unittest.cc', |
1271 'browser/autofill/form_structure_unittest.cc', | 1271 'browser/autofill/form_structure_unittest.cc', |
1272 'browser/autofill/name_field_unittest.cc', | 1272 'browser/autofill/name_field_unittest.cc', |
| 1273 'browser/autofill/password_autofill_manager_unittest.cc', |
1273 'browser/autofill/personal_data_manager_unittest.cc', | 1274 'browser/autofill/personal_data_manager_unittest.cc', |
1274 'browser/autofill/phone_field_unittest.cc', | 1275 'browser/autofill/phone_field_unittest.cc', |
1275 'browser/autofill/phone_number_unittest.cc', | 1276 'browser/autofill/phone_number_unittest.cc', |
1276 'browser/autofill/phone_number_i18n_unittest.cc', | 1277 'browser/autofill/phone_number_i18n_unittest.cc', |
1277 'browser/autofill/select_control_handler_unittest.cc', | 1278 'browser/autofill/select_control_handler_unittest.cc', |
1278 'browser/automation/automation_provider_unittest.cc', | 1279 'browser/automation/automation_provider_unittest.cc', |
1279 'browser/automation/automation_tab_helper_unittest.cc', | 1280 'browser/automation/automation_tab_helper_unittest.cc', |
1280 'browser/background/background_application_list_model_unittest.cc', | 1281 'browser/background/background_application_list_model_unittest.cc', |
1281 'browser/background/background_contents_service_unittest.cc', | 1282 'browser/background/background_contents_service_unittest.cc', |
1282 'browser/background/background_mode_manager_unittest.cc', | 1283 'browser/background/background_mode_manager_unittest.cc', |
(...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4590 # Use outputs of this action as inputs for the main target build. | 4591 # Use outputs of this action as inputs for the main target build. |
4591 # Seems as a misnomer but makes this happy on Linux (scons). | 4592 # Seems as a misnomer but makes this happy on Linux (scons). |
4592 'process_outputs_as_sources': 1, | 4593 'process_outputs_as_sources': 1, |
4593 }, | 4594 }, |
4594 ], # 'actions' | 4595 ], # 'actions' |
4595 }, | 4596 }, |
4596 ] | 4597 ] |
4597 }], # 'coverage!=0' | 4598 }], # 'coverage!=0' |
4598 ], # 'conditions' | 4599 ], # 'conditions' |
4599 } | 4600 } |
OLD | NEW |