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

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: nits Created 6 years, 10 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 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 '../components/components.gyp:visitedlink_common', 2644 '../components/components.gyp:visitedlink_common',
2643 '../components/components.gyp:web_modal', 2645 '../components/components.gyp:web_modal',
2644 '../media/media.gyp:media', 2646 '../media/media.gyp:media',
2645 '../net/net.gyp:net_with_v8', 2647 '../net/net.gyp:net_with_v8',
2646 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2648 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2647 '../testing/perf/perf_test.gyp:*', 2649 '../testing/perf/perf_test.gyp:*',
2648 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2650 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2649 '../third_party/expat/expat.gyp:expat', 2651 '../third_party/expat/expat.gyp:expat',
2650 '../third_party/hunspell/hunspell.gyp:hunspell', 2652 '../third_party/hunspell/hunspell.gyp:hunspell',
2651 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2653 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2654 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2652 '../third_party/libusb/libusb.gyp:libusb', 2655 '../third_party/libusb/libusb.gyp:libusb',
2653 '../third_party/libyuv/libyuv.gyp:libyuv', 2656 '../third_party/libyuv/libyuv.gyp:libyuv',
2654 '../third_party/npapi/npapi.gyp:npapi', 2657 '../third_party/npapi/npapi.gyp:npapi',
2655 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2658 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2656 '../ui/gl/gl.gyp:gl', 2659 '../ui/gl/gl.gyp:gl',
2657 '../ui/surface/surface.gyp:surface', 2660 '../ui/surface/surface.gyp:surface',
2658 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2661 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2659 '../v8/tools/gyp/v8.gyp:v8', 2662 '../v8/tools/gyp/v8.gyp:v8',
2660 '../webkit/common/webkit_common.gyp:webkit_common', 2663 '../webkit/common/webkit_common.gyp:webkit_common',
2661 '../webkit/storage_browser.gyp:webkit_storage_browser', 2664 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
3219 'browser/net/spdyproxy/proxy_advisor.h', 3222 'browser/net/spdyproxy/proxy_advisor.h',
3220 ], 3223 ],
3221 }], 3224 }],
3222 ['OS=="android"', { 3225 ['OS=="android"', {
3223 'dependencies': [ 3226 'dependencies': [
3224 '../components/components.gyp:web_contents_delegate_android', 3227 '../components/components.gyp:web_contents_delegate_android',
3225 'chrome_browser_jni_headers', 3228 'chrome_browser_jni_headers',
3226 ], 3229 ],
3227 'dependencies!': [ 3230 'dependencies!': [
3228 '../components/components.gyp:web_modal', 3231 '../components/components.gyp:web_modal',
3232 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3229 '../third_party/libusb/libusb.gyp:libusb', 3233 '../third_party/libusb/libusb.gyp:libusb',
3230 ], 3234 ],
3231 'sources': [ 3235 'sources': [
3232 'browser/sessions/in_memory_tab_restore_service.cc', 3236 'browser/sessions/in_memory_tab_restore_service.cc',
3233 'browser/sessions/in_memory_tab_restore_service.h', 3237 'browser/sessions/in_memory_tab_restore_service.h',
3234 'browser/signin/android_profile_oauth2_token_service.cc', 3238 'browser/signin/android_profile_oauth2_token_service.cc',
3235 'browser/signin/android_profile_oauth2_token_service.h', 3239 'browser/signin/android_profile_oauth2_token_service.h',
3236 'browser/ssl/ssl_add_certificate_android.cc', 3240 'browser/ssl/ssl_add_certificate_android.cc',
3237 'browser/web_resource/notification_promo_mobile_ntp.cc', 3241 'browser/web_resource/notification_promo_mobile_ntp.cc',
3238 'browser/web_resource/notification_promo_mobile_ntp.h', 3242 'browser/web_resource/notification_promo_mobile_ntp.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3715 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3719 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3716 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3720 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3717 }, 3721 },
3718 'includes': [ '../build/android/java_cpp_template.gypi' ], 3722 'includes': [ '../build/android/java_cpp_template.gypi' ],
3719 }, 3723 },
3720 ], 3724 ],
3721 }, 3725 },
3722 ], 3726 ],
3723 ], 3727 ],
3724 } 3728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698