Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9432029: GTK Keyboard Support for New Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 'browser/autofill/address_unittest.cc', 1255 'browser/autofill/address_unittest.cc',
1256 'browser/autofill/autofill_country_unittest.cc', 1256 'browser/autofill/autofill_country_unittest.cc',
1257 'browser/autofill/autofill_download_unittest.cc', 1257 'browser/autofill/autofill_download_unittest.cc',
1258 'browser/autofill/autofill_external_delegate_unittest.cc', 1258 'browser/autofill/autofill_external_delegate_unittest.cc',
1259 'browser/autofill/autofill_field_unittest.cc', 1259 'browser/autofill/autofill_field_unittest.cc',
1260 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 1260 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
1261 'browser/autofill/autofill_manager_unittest.cc', 1261 'browser/autofill/autofill_manager_unittest.cc',
1262 'browser/autofill/autofill_merge_unittest.cc', 1262 'browser/autofill/autofill_merge_unittest.cc',
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_popup_unittest.cc',
1265 'browser/autofill/autofill_type_unittest.cc', 1266 'browser/autofill/autofill_type_unittest.cc',
1266 'browser/autofill/autofill_xml_parser_unittest.cc', 1267 'browser/autofill/autofill_xml_parser_unittest.cc',
1267 'browser/autofill/contact_info_unittest.cc', 1268 'browser/autofill/contact_info_unittest.cc',
1268 'browser/autofill/credit_card_field_unittest.cc', 1269 'browser/autofill/credit_card_field_unittest.cc',
1269 'browser/autofill/credit_card_unittest.cc', 1270 'browser/autofill/credit_card_unittest.cc',
1270 'browser/autofill/form_field_unittest.cc', 1271 'browser/autofill/form_field_unittest.cc',
1271 'browser/autofill/form_structure_unittest.cc', 1272 'browser/autofill/form_structure_unittest.cc',
1272 'browser/autofill/name_field_unittest.cc', 1273 'browser/autofill/name_field_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',
(...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698