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

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, 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
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.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 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/validation_rules_storage_factory.cc',
225 'browser/autofill/validation_rules_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 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 '../components/components.gyp:visitedlink_common', 2649 '../components/components.gyp:visitedlink_common',
2648 '../components/components.gyp:web_modal', 2650 '../components/components.gyp:web_modal',
2649 '../media/media.gyp:media', 2651 '../media/media.gyp:media',
2650 '../net/net.gyp:net_with_v8', 2652 '../net/net.gyp:net_with_v8',
2651 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2653 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2652 '../testing/perf/perf_test.gyp:*', 2654 '../testing/perf/perf_test.gyp:*',
2653 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2655 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2654 '../third_party/expat/expat.gyp:expat', 2656 '../third_party/expat/expat.gyp:expat',
2655 '../third_party/hunspell/hunspell.gyp:hunspell', 2657 '../third_party/hunspell/hunspell.gyp:hunspell',
2656 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2658 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2659 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2657 '../third_party/libusb/libusb.gyp:libusb', 2660 '../third_party/libusb/libusb.gyp:libusb',
2658 '../third_party/libyuv/libyuv.gyp:libyuv', 2661 '../third_party/libyuv/libyuv.gyp:libyuv',
2659 '../third_party/npapi/npapi.gyp:npapi', 2662 '../third_party/npapi/npapi.gyp:npapi',
2660 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2663 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2661 '../ui/gl/gl.gyp:gl', 2664 '../ui/gl/gl.gyp:gl',
2662 '../ui/surface/surface.gyp:surface', 2665 '../ui/surface/surface.gyp:surface',
2663 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2666 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2664 '../v8/tools/gyp/v8.gyp:v8', 2667 '../v8/tools/gyp/v8.gyp:v8',
2665 '../webkit/common/webkit_common.gyp:webkit_common', 2668 '../webkit/common/webkit_common.gyp:webkit_common',
2666 '../webkit/storage_browser.gyp:webkit_storage_browser', 2669 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
3225 'browser/net/spdyproxy/proxy_advisor.h', 3228 'browser/net/spdyproxy/proxy_advisor.h',
3226 ], 3229 ],
3227 }], 3230 }],
3228 ['OS=="android"', { 3231 ['OS=="android"', {
3229 'dependencies': [ 3232 'dependencies': [
3230 '../components/components.gyp:web_contents_delegate_android', 3233 '../components/components.gyp:web_contents_delegate_android',
3231 'chrome_browser_jni_headers', 3234 'chrome_browser_jni_headers',
3232 ], 3235 ],
3233 'dependencies!': [ 3236 'dependencies!': [
3234 '../components/components.gyp:web_modal', 3237 '../components/components.gyp:web_modal',
3238 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3235 '../third_party/libusb/libusb.gyp:libusb', 3239 '../third_party/libusb/libusb.gyp:libusb',
3236 ], 3240 ],
3237 'sources': [ 3241 'sources': [
3238 'browser/sessions/in_memory_tab_restore_service.cc', 3242 'browser/sessions/in_memory_tab_restore_service.cc',
3239 'browser/sessions/in_memory_tab_restore_service.h', 3243 'browser/sessions/in_memory_tab_restore_service.h',
3240 'browser/signin/android_profile_oauth2_token_service.cc', 3244 'browser/signin/android_profile_oauth2_token_service.cc',
3241 'browser/signin/android_profile_oauth2_token_service.h', 3245 'browser/signin/android_profile_oauth2_token_service.h',
3242 'browser/ssl/ssl_add_certificate_android.cc', 3246 'browser/ssl/ssl_add_certificate_android.cc',
3243 'browser/web_resource/notification_promo_mobile_ntp.cc', 3247 'browser/web_resource/notification_promo_mobile_ntp.cc',
3244 'browser/web_resource/notification_promo_mobile_ntp.h', 3248 'browser/web_resource/notification_promo_mobile_ntp.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
3503 'sources!': [ 3507 'sources!': [
3504 'browser/media/webrtc_log_upload_list.cc', 3508 'browser/media/webrtc_log_upload_list.cc',
3505 'browser/media/webrtc_log_upload_list.h', 3509 'browser/media/webrtc_log_upload_list.h',
3506 'browser/media/webrtc_log_uploader.cc', 3510 'browser/media/webrtc_log_uploader.cc',
3507 'browser/media/webrtc_log_uploader.h', 3511 'browser/media/webrtc_log_uploader.h',
3508 'browser/media/webrtc_logging_handler_host.cc', 3512 'browser/media/webrtc_logging_handler_host.cc',
3509 'browser/media/webrtc_logging_handler_host.h', 3513 'browser/media/webrtc_logging_handler_host.h',
3510 ] 3514 ]
3511 }], 3515 }],
3512 ['enable_mdns==1', { 3516 ['enable_mdns==1', {
3513 'sources' : [ 3517 'sources' : [
3514 'browser/local_discovery/privet_http_asynchronous_factory.cc', 3518 'browser/local_discovery/privet_http_asynchronous_factory.cc',
3515 'browser/local_discovery/privet_http_asynchronous_factory.h', 3519 'browser/local_discovery/privet_http_asynchronous_factory.h',
3516 'browser/local_discovery/privet_notifications.cc', 3520 'browser/local_discovery/privet_notifications.cc',
3517 'browser/local_discovery/privet_notifications.h', 3521 'browser/local_discovery/privet_notifications.h',
3518 'browser/local_discovery/privet_notifications_factory.cc', 3522 'browser/local_discovery/privet_notifications_factory.cc',
3519 'browser/local_discovery/privet_notifications_factory.h', 3523 'browser/local_discovery/privet_notifications_factory.h',
3520 'browser/local_discovery/privet_traffic_detector.cc', 3524 'browser/local_discovery/privet_traffic_detector.cc',
3521 'browser/local_discovery/privet_traffic_detector.h', 3525 'browser/local_discovery/privet_traffic_detector.h',
3522 'browser/local_discovery/service_discovery_client_mdns.cc', 3526 'browser/local_discovery/service_discovery_client_mdns.cc',
3523 'browser/local_discovery/service_discovery_client_mdns.h', 3527 'browser/local_discovery/service_discovery_client_mdns.h',
3524 'browser/local_discovery/service_discovery_host_client.cc', 3528 'browser/local_discovery/service_discovery_host_client.cc',
3525 'browser/local_discovery/service_discovery_host_client.h', 3529 'browser/local_discovery/service_discovery_host_client.h',
3526 'browser/local_discovery/privet_local_printer_lister.h', 3530 'browser/local_discovery/privet_local_printer_lister.h',
3527 'browser/local_discovery/privet_local_printer_lister.cc' 3531 'browser/local_discovery/privet_local_printer_lister.cc'
3528 ] 3532 ]
3529 }] 3533 }],
3534 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
3535 'sources!': [
3536 'browser/autofill/validation_rules_storage_factory.cc',
3537 'browser/autofill/validation_rules_storage_factory.h',
3538 ],
3539 }],
3530 ], 3540 ],
3531 }, 3541 },
3532 { 3542 {
3533 # Protobuf compiler / generator for the fraudulent certificate reporting 3543 # Protobuf compiler / generator for the fraudulent certificate reporting
3534 # protocol buffer. 3544 # protocol buffer.
3535 'target_name': 'cert_logger_proto', 3545 'target_name': 'cert_logger_proto',
3536 'type': 'static_library', 3546 'type': 'static_library',
3537 'sources': [ 'browser/net/cert_logger.proto', ], 3547 'sources': [ 'browser/net/cert_logger.proto', ],
3538 'variables': { 3548 'variables': {
3539 'proto_in_dir': 'browser/net', 3549 'proto_in_dir': 'browser/net',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
3722 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3732 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3723 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3733 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3724 }, 3734 },
3725 'includes': [ '../build/android/java_cpp_template.gypi' ], 3735 'includes': [ '../build/android/java_cpp_template.gypi' ],
3726 }, 3736 },
3727 ], 3737 ],
3728 }, 3738 },
3729 ], 3739 ],
3730 ], 3740 ],
3731 } 3741 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698