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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work in progress for suggestions impl. Created 6 years, 6 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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 '../mojo/mojo.gyp:mojo_environment_chromium', 2627 '../mojo/mojo.gyp:mojo_environment_chromium',
2628 '../mojo/mojo.gyp:mojo_js_bindings', 2628 '../mojo/mojo.gyp:mojo_js_bindings',
2629 '../mojo/mojo.gyp:mojo_system_impl', 2629 '../mojo/mojo.gyp:mojo_system_impl',
2630 '../net/net.gyp:net_with_v8', 2630 '../net/net.gyp:net_with_v8',
2631 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2631 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2632 '../testing/perf/perf_test.gyp:*', 2632 '../testing/perf/perf_test.gyp:*',
2633 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2633 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2634 '../third_party/expat/expat.gyp:expat', 2634 '../third_party/expat/expat.gyp:expat',
2635 '../third_party/hunspell/hunspell.gyp:hunspell', 2635 '../third_party/hunspell/hunspell.gyp:hunspell',
2636 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2636 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2637 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2637 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ chromium',
2638 '../third_party/libyuv/libyuv.gyp:libyuv', 2638 '../third_party/libyuv/libyuv.gyp:libyuv',
2639 '../third_party/npapi/npapi.gyp:npapi', 2639 '../third_party/npapi/npapi.gyp:npapi',
2640 '../third_party/smhasher/smhasher.gyp:cityhash', 2640 '../third_party/smhasher/smhasher.gyp:cityhash',
2641 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2641 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2642 '../ui/gl/gl.gyp:gl', 2642 '../ui/gl/gl.gyp:gl',
2643 '../ui/surface/surface.gyp:surface', 2643 '../ui/surface/surface.gyp:surface',
2644 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2644 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2645 '../v8/tools/gyp/v8.gyp:v8', 2645 '../v8/tools/gyp/v8.gyp:v8',
2646 '../webkit/common/webkit_common.gyp:webkit_common', 2646 '../webkit/common/webkit_common.gyp:webkit_common',
2647 '../webkit/storage_browser.gyp:webkit_storage_browser', 2647 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 'dependencies': [ 3184 'dependencies': [
3185 '../components/components.gyp:cdm_browser', 3185 '../components/components.gyp:cdm_browser',
3186 '../components/components.gyp:web_contents_delegate_android', 3186 '../components/components.gyp:web_contents_delegate_android',
3187 'chrome_browser_jni_headers', 3187 'chrome_browser_jni_headers',
3188 ], 3188 ],
3189 'dependencies!': [ 3189 'dependencies!': [
3190 '../components/components.gyp:feedback_component', 3190 '../components/components.gyp:feedback_component',
3191 '../components/components.gyp:storage_monitor', 3191 '../components/components.gyp:storage_monitor',
3192 '../components/components.gyp:usb_service', 3192 '../components/components.gyp:usb_service',
3193 '../components/components.gyp:web_modal', 3193 '../components/components.gyp:web_modal',
3194 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3194 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ chromium',
3195 ], 3195 ],
3196 'sources': [ 3196 'sources': [
3197 'browser/metrics/android_metrics_provider.cc', 3197 'browser/metrics/android_metrics_provider.cc',
3198 'browser/metrics/android_metrics_provider.h', 3198 'browser/metrics/android_metrics_provider.h',
3199 'browser/sessions/in_memory_tab_restore_service.cc', 3199 'browser/sessions/in_memory_tab_restore_service.cc',
3200 'browser/sessions/in_memory_tab_restore_service.h', 3200 'browser/sessions/in_memory_tab_restore_service.h',
3201 'browser/signin/android_profile_oauth2_token_service.cc', 3201 'browser/signin/android_profile_oauth2_token_service.cc',
3202 'browser/signin/android_profile_oauth2_token_service.h', 3202 'browser/signin/android_profile_oauth2_token_service.h',
3203 'browser/ssl/ssl_add_certificate_android.cc', 3203 'browser/ssl/ssl_add_certificate_android.cc',
3204 'browser/web_resource/notification_promo_mobile_ntp.cc', 3204 'browser/web_resource/notification_promo_mobile_ntp.cc',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 'package_name': 'org/chromium/chrome/browser', 3771 'package_name': 'org/chromium/chrome/browser',
3772 'template_deps': ['browser/android/tab_load_status.h'], 3772 'template_deps': ['browser/android/tab_load_status.h'],
3773 }, 3773 },
3774 'includes': [ '../build/android/java_cpp_template.gypi' ], 3774 'includes': [ '../build/android/java_cpp_template.gypi' ],
3775 }, 3775 },
3776 ], 3776 ],
3777 }, 3777 },
3778 ], 3778 ],
3779 ], 3779 ],
3780 } 3780 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698