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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/autocomplete/url_prefix.cc', 214 'browser/autocomplete/url_prefix.cc',
215 'browser/autocomplete/url_prefix.h', 215 'browser/autocomplete/url_prefix.h',
216 'browser/autocomplete/zero_suggest_provider.cc', 216 'browser/autocomplete/zero_suggest_provider.cc',
217 'browser/autocomplete/zero_suggest_provider.h', 217 'browser/autocomplete/zero_suggest_provider.h',
218 'browser/autofill/android/personal_data_manager_android.cc', 218 'browser/autofill/android/personal_data_manager_android.cc',
219 'browser/autofill/android/personal_data_manager_android.h', 219 'browser/autofill/android/personal_data_manager_android.h',
220 'browser/autofill/autofill_cc_infobar_delegate.cc', 220 'browser/autofill/autofill_cc_infobar_delegate.cc',
221 'browser/autofill/autofill_cc_infobar_delegate.h', 221 'browser/autofill/autofill_cc_infobar_delegate.h',
222 'browser/autofill/personal_data_manager_factory.cc', 222 'browser/autofill/personal_data_manager_factory.cc',
223 'browser/autofill/personal_data_manager_factory.h', 223 'browser/autofill/personal_data_manager_factory.h',
224 'browser/autofill/address_storage_factory.cc',
225 'browser/autofill/address_storage_factory.h',
224 'browser/auto_launch_trial.cc', 226 'browser/auto_launch_trial.cc',
225 'browser/auto_launch_trial.h', 227 'browser/auto_launch_trial.h',
226 'browser/automation/automation_browser_tracker.cc', 228 'browser/automation/automation_browser_tracker.cc',
227 'browser/automation/automation_browser_tracker.h', 229 'browser/automation/automation_browser_tracker.h',
228 'browser/automation/automation_event_observers.cc', 230 'browser/automation/automation_event_observers.cc',
229 'browser/automation/automation_event_observers.h', 231 'browser/automation/automation_event_observers.h',
230 'browser/automation/automation_event_observers_chromeos.cc', 232 'browser/automation/automation_event_observers_chromeos.cc',
231 'browser/automation/automation_event_queue.cc', 233 'browser/automation/automation_event_queue.cc',
232 'browser/automation/automation_event_queue.h', 234 'browser/automation/automation_event_queue.h',
233 'browser/automation/automation_provider.cc', 235 'browser/automation/automation_provider.cc',
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 '../components/components.gyp:visitedlink_common', 2641 '../components/components.gyp:visitedlink_common',
2640 '../components/components.gyp:web_modal', 2642 '../components/components.gyp:web_modal',
2641 '../media/media.gyp:media', 2643 '../media/media.gyp:media',
2642 '../net/net.gyp:net_with_v8', 2644 '../net/net.gyp:net_with_v8',
2643 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2645 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2644 '../testing/perf/perf_test.gyp:*', 2646 '../testing/perf/perf_test.gyp:*',
2645 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2647 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2646 '../third_party/expat/expat.gyp:expat', 2648 '../third_party/expat/expat.gyp:expat',
2647 '../third_party/hunspell/hunspell.gyp:hunspell', 2649 '../third_party/hunspell/hunspell.gyp:hunspell',
2648 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2650 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2651 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2649 '../third_party/libusb/libusb.gyp:libusb', 2652 '../third_party/libusb/libusb.gyp:libusb',
2650 '../third_party/libyuv/libyuv.gyp:libyuv', 2653 '../third_party/libyuv/libyuv.gyp:libyuv',
2651 '../third_party/npapi/npapi.gyp:npapi', 2654 '../third_party/npapi/npapi.gyp:npapi',
2652 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2655 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2653 '../ui/gl/gl.gyp:gl', 2656 '../ui/gl/gl.gyp:gl',
2654 '../ui/surface/surface.gyp:surface', 2657 '../ui/surface/surface.gyp:surface',
2655 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2658 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2656 '../v8/tools/gyp/v8.gyp:v8', 2659 '../v8/tools/gyp/v8.gyp:v8',
2657 '../webkit/common/webkit_common.gyp:webkit_common', 2660 '../webkit/common/webkit_common.gyp:webkit_common',
2658 '../webkit/storage_browser.gyp:webkit_storage_browser', 2661 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3204 'browser/net/spdyproxy/proxy_advisor.h', 3207 'browser/net/spdyproxy/proxy_advisor.h',
3205 ], 3208 ],
3206 }], 3209 }],
3207 ['OS=="android"', { 3210 ['OS=="android"', {
3208 'dependencies': [ 3211 'dependencies': [
3209 '../components/components.gyp:web_contents_delegate_android', 3212 '../components/components.gyp:web_contents_delegate_android',
3210 'chrome_browser_jni_headers', 3213 'chrome_browser_jni_headers',
3211 ], 3214 ],
3212 'dependencies!': [ 3215 'dependencies!': [
3213 '../components/components.gyp:web_modal', 3216 '../components/components.gyp:web_modal',
3217 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3214 '../third_party/libusb/libusb.gyp:libusb', 3218 '../third_party/libusb/libusb.gyp:libusb',
3215 ], 3219 ],
3216 'sources': [ 3220 'sources': [
3217 'browser/sessions/in_memory_tab_restore_service.cc', 3221 'browser/sessions/in_memory_tab_restore_service.cc',
3218 'browser/sessions/in_memory_tab_restore_service.h', 3222 'browser/sessions/in_memory_tab_restore_service.h',
3219 'browser/signin/android_profile_oauth2_token_service.cc', 3223 'browser/signin/android_profile_oauth2_token_service.cc',
3220 'browser/signin/android_profile_oauth2_token_service.h', 3224 'browser/signin/android_profile_oauth2_token_service.h',
3221 'browser/ssl/ssl_add_certificate_android.cc', 3225 'browser/ssl/ssl_add_certificate_android.cc',
3222 'browser/web_resource/notification_promo_mobile_ntp.cc', 3226 'browser/web_resource/notification_promo_mobile_ntp.cc',
3223 'browser/web_resource/notification_promo_mobile_ntp.h', 3227 'browser/web_resource/notification_promo_mobile_ntp.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3704 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3701 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3705 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3702 }, 3706 },
3703 'includes': [ '../build/android/java_cpp_template.gypi' ], 3707 'includes': [ '../build/android/java_cpp_template.gypi' ],
3704 }, 3708 },
3705 ], 3709 ],
3706 }, 3710 },
3707 ], 3711 ],
3708 ], 3712 ],
3709 } 3713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698