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

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
« no previous file with comments | « chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'browser/autofill/address_unittest.cc', 1256 'browser/autofill/address_unittest.cc',
1257 'browser/autofill/autofill_country_unittest.cc', 1257 'browser/autofill/autofill_country_unittest.cc',
1258 'browser/autofill/autofill_download_unittest.cc', 1258 'browser/autofill/autofill_download_unittest.cc',
1259 'browser/autofill/autofill_external_delegate_unittest.cc', 1259 'browser/autofill/autofill_external_delegate_unittest.cc',
1260 'browser/autofill/autofill_field_unittest.cc', 1260 'browser/autofill/autofill_field_unittest.cc',
1261 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 1261 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
1262 'browser/autofill/autofill_manager_unittest.cc', 1262 'browser/autofill/autofill_manager_unittest.cc',
1263 'browser/autofill/autofill_merge_unittest.cc', 1263 'browser/autofill/autofill_merge_unittest.cc',
1264 'browser/autofill/autofill_metrics_unittest.cc', 1264 'browser/autofill/autofill_metrics_unittest.cc',
1265 'browser/autofill/autofill_profile_unittest.cc', 1265 'browser/autofill/autofill_profile_unittest.cc',
1266 'browser/autofill/autofill_popup_unittest.cc',
1266 'browser/autofill/autofill_type_unittest.cc', 1267 'browser/autofill/autofill_type_unittest.cc',
1267 'browser/autofill/autofill_xml_parser_unittest.cc', 1268 'browser/autofill/autofill_xml_parser_unittest.cc',
1268 'browser/autofill/contact_info_unittest.cc', 1269 'browser/autofill/contact_info_unittest.cc',
1269 'browser/autofill/credit_card_field_unittest.cc', 1270 'browser/autofill/credit_card_field_unittest.cc',
1270 'browser/autofill/credit_card_unittest.cc', 1271 'browser/autofill/credit_card_unittest.cc',
1271 'browser/autofill/form_field_unittest.cc', 1272 'browser/autofill/form_field_unittest.cc',
1272 'browser/autofill/form_structure_unittest.cc', 1273 'browser/autofill/form_structure_unittest.cc',
1273 'browser/autofill/name_field_unittest.cc', 1274 'browser/autofill/name_field_unittest.cc',
1274 'browser/autofill/password_generator_unittest.cc', 1275 'browser/autofill/password_generator_unittest.cc',
1275 'browser/autofill/personal_data_manager_unittest.cc', 1276 'browser/autofill/personal_data_manager_unittest.cc',
(...skipping 3338 matching lines...) Expand 10 before | Expand all | Expand 10 after
4614 # Use outputs of this action as inputs for the main target build. 4615 # Use outputs of this action as inputs for the main target build.
4615 # Seems as a misnomer but makes this happy on Linux (scons). 4616 # Seems as a misnomer but makes this happy on Linux (scons).
4616 'process_outputs_as_sources': 1, 4617 'process_outputs_as_sources': 1,
4617 }, 4618 },
4618 ], # 'actions' 4619 ], # 'actions'
4619 }, 4620 },
4620 ] 4621 ]
4621 }], # 'coverage!=0' 4622 }], # 'coverage!=0'
4622 ], # 'conditions' 4623 ], # 'conditions'
4623 } 4624 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698