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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6930037: Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding DEPS. 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
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',
196 'browser/autofill/select_control_handler.cc', 198 'browser/autofill/select_control_handler.cc',
197 'browser/autofill/select_control_handler.h', 199 'browser/autofill/select_control_handler.h',
198 'browser/automation/automation_browser_tracker.cc', 200 'browser/automation/automation_browser_tracker.cc',
199 'browser/automation/automation_browser_tracker.h', 201 'browser/automation/automation_browser_tracker.h',
200 'browser/automation/automation_extension_tracker.cc', 202 'browser/automation/automation_extension_tracker.cc',
201 'browser/automation/automation_extension_tracker.h', 203 'browser/automation/automation_extension_tracker.h',
202 'browser/automation/automation_omnibox_tracker.cc', 204 'browser/automation/automation_omnibox_tracker.cc',
203 'browser/automation/automation_omnibox_tracker.h', 205 'browser/automation/automation_omnibox_tracker.h',
204 'browser/automation/automation_provider.cc', 206 'browser/automation/automation_provider.cc',
205 'browser/automation/automation_provider.h', 207 'browser/automation/automation_provider.h',
(...skipping 4325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 'hard_dependency': 1, 4533 'hard_dependency': 1,
4532 }, 4534 },
4533 ], 4535 ],
4534 } 4536 }
4535 4537
4536 # Local Variables: 4538 # Local Variables:
4537 # tab-width:2 4539 # tab-width:2
4538 # indent-tabs-mode:nil 4540 # indent-tabs-mode:nil
4539 # End: 4541 # End:
4540 # vim: set expandtab tabstop=2 shiftwidth=2: 4542 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698