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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6935033: Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Namespace and comments. 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 25 matching lines...) Expand all
36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
37 '../printing/printing.gyp:printing', 37 '../printing/printing.gyp:printing',
38 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
39 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
40 '../third_party/expat/expat.gyp:expat', 40 '../third_party/expat/expat.gyp:expat',
41 '../third_party/hunspell/hunspell.gyp:hunspell', 41 '../third_party/hunspell/hunspell.gyp:hunspell',
42 '../third_party/icu/icu.gyp:icui18n', 42 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
44 '../third_party/libjingle/libjingle.gyp:libjingle', 44 '../third_party/libjingle/libjingle.gyp:libjingle',
45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
46 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
47 '../third_party/npapi/npapi.gyp:npapi', 48 '../third_party/npapi/npapi.gyp:npapi',
48 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
49 '../ui/gfx/surface/surface.gyp:surface', 50 '../ui/gfx/surface/surface.gyp:surface',
50 '../webkit/support/webkit_support.gyp:appcache', 51 '../webkit/support/webkit_support.gyp:appcache',
51 '../webkit/support/webkit_support.gyp:blob', 52 '../webkit/support/webkit_support.gyp:blob',
52 '../webkit/support/webkit_support.gyp:database', 53 '../webkit/support/webkit_support.gyp:database',
53 '../webkit/support/webkit_support.gyp:fileapi', 54 '../webkit/support/webkit_support.gyp:fileapi',
54 '../webkit/support/webkit_support.gyp:glue', 55 '../webkit/support/webkit_support.gyp:glue',
55 '../webkit/support/webkit_support.gyp:quota', 56 '../webkit/support/webkit_support.gyp:quota',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'browser/autofill/home_phone_number.h', 187 'browser/autofill/home_phone_number.h',
187 'browser/autofill/name_field.cc', 188 'browser/autofill/name_field.cc',
188 'browser/autofill/name_field.h', 189 'browser/autofill/name_field.h',
189 'browser/autofill/personal_data_manager.cc', 190 'browser/autofill/personal_data_manager.cc',
190 'browser/autofill/personal_data_manager.h', 191 'browser/autofill/personal_data_manager.h',
191 'browser/autofill/personal_data_manager_mac.mm', 192 'browser/autofill/personal_data_manager_mac.mm',
192 'browser/autofill/phone_field.cc', 193 'browser/autofill/phone_field.cc',
193 'browser/autofill/phone_field.h', 194 'browser/autofill/phone_field.h',
194 'browser/autofill/phone_number.cc', 195 'browser/autofill/phone_number.cc',
195 'browser/autofill/phone_number.h', 196 'browser/autofill/phone_number.h',
197 'browser/autofill/phone_number_i18n.cc',
198 'browser/autofill/phone_number_i18n.h',
196 'browser/autofill/select_control_handler.cc', 199 'browser/autofill/select_control_handler.cc',
197 'browser/autofill/select_control_handler.h', 200 'browser/autofill/select_control_handler.h',
198 'browser/automation/automation_browser_tracker.cc', 201 'browser/automation/automation_browser_tracker.cc',
199 'browser/automation/automation_browser_tracker.h', 202 'browser/automation/automation_browser_tracker.h',
200 'browser/automation/automation_extension_tracker.cc', 203 'browser/automation/automation_extension_tracker.cc',
201 'browser/automation/automation_extension_tracker.h', 204 'browser/automation/automation_extension_tracker.h',
202 'browser/automation/automation_omnibox_tracker.cc', 205 'browser/automation/automation_omnibox_tracker.cc',
203 'browser/automation/automation_omnibox_tracker.h', 206 'browser/automation/automation_omnibox_tracker.h',
204 'browser/automation/automation_provider.cc', 207 'browser/automation/automation_provider.cc',
205 'browser/automation/automation_provider.h', 208 'browser/automation/automation_provider.h',
(...skipping 4330 matching lines...) Expand 10 before | Expand all | Expand 10 after
4536 'hard_dependency': 1, 4539 'hard_dependency': 1,
4537 }, 4540 },
4538 ], 4541 ],
4539 } 4542 }
4540 4543
4541 # Local Variables: 4544 # Local Variables:
4542 # tab-width:2 4545 # tab-width:2
4543 # indent-tabs-mode:nil 4546 # indent-tabs-mode:nil
4544 # End: 4547 # End:
4545 # vim: set expandtab tabstop=2 shiftwidth=2: 4548 # 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