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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6930052: Revert 84320 - Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'browser/autofill/home_phone_number.h', 186 'browser/autofill/home_phone_number.h',
187 'browser/autofill/name_field.cc', 187 'browser/autofill/name_field.cc',
188 'browser/autofill/name_field.h', 188 'browser/autofill/name_field.h',
189 'browser/autofill/personal_data_manager.cc', 189 'browser/autofill/personal_data_manager.cc',
190 'browser/autofill/personal_data_manager.h', 190 'browser/autofill/personal_data_manager.h',
191 'browser/autofill/personal_data_manager_mac.mm', 191 'browser/autofill/personal_data_manager_mac.mm',
192 'browser/autofill/phone_field.cc', 192 'browser/autofill/phone_field.cc',
193 'browser/autofill/phone_field.h', 193 'browser/autofill/phone_field.h',
194 'browser/autofill/phone_number.cc', 194 'browser/autofill/phone_number.cc',
195 'browser/autofill/phone_number.h', 195 'browser/autofill/phone_number.h',
196 'browser/autofill/phone_number_i18n.cc',
197 'browser/autofill/phone_number_i18n.h',
198 'browser/autofill/select_control_handler.cc', 196 'browser/autofill/select_control_handler.cc',
199 'browser/autofill/select_control_handler.h', 197 'browser/autofill/select_control_handler.h',
200 'browser/automation/automation_browser_tracker.cc', 198 'browser/automation/automation_browser_tracker.cc',
201 'browser/automation/automation_browser_tracker.h', 199 'browser/automation/automation_browser_tracker.h',
202 'browser/automation/automation_extension_tracker.cc', 200 'browser/automation/automation_extension_tracker.cc',
203 'browser/automation/automation_extension_tracker.h', 201 'browser/automation/automation_extension_tracker.h',
204 'browser/automation/automation_omnibox_tracker.cc', 202 'browser/automation/automation_omnibox_tracker.cc',
205 'browser/automation/automation_omnibox_tracker.h', 203 'browser/automation/automation_omnibox_tracker.h',
206 'browser/automation/automation_provider.cc', 204 'browser/automation/automation_provider.cc',
207 'browser/automation/automation_provider.h', 205 'browser/automation/automation_provider.h',
(...skipping 4325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4533 'hard_dependency': 1, 4531 'hard_dependency': 1,
4534 }, 4532 },
4535 ], 4533 ],
4536 } 4534 }
4537 4535
4538 # Local Variables: 4536 # Local Variables:
4539 # tab-width:2 4537 # tab-width:2
4540 # indent-tabs-mode:nil 4538 # indent-tabs-mode:nil
4541 # End: 4539 # End:
4542 # vim: set expandtab tabstop=2 shiftwidth=2: 4540 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698