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

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: Whitelist strings used on all platforms. 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 '../mojo/mojo.gyp:mojo_js_bindings', 2653 '../mojo/mojo.gyp:mojo_js_bindings',
2654 '../mojo/mojo.gyp:mojo_system_impl', 2654 '../mojo/mojo.gyp:mojo_system_impl',
2655 '../net/net.gyp:net_with_v8', 2655 '../net/net.gyp:net_with_v8',
2656 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2656 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2657 '../testing/perf/perf_test.gyp:*', 2657 '../testing/perf/perf_test.gyp:*',
2658 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2658 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2659 '../third_party/expat/expat.gyp:expat', 2659 '../third_party/expat/expat.gyp:expat',
2660 '../third_party/hunspell/hunspell.gyp:hunspell', 2660 '../third_party/hunspell/hunspell.gyp:hunspell',
2661 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2661 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2662 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2662 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2663 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
2663 '../third_party/libyuv/libyuv.gyp:libyuv', 2664 '../third_party/libyuv/libyuv.gyp:libyuv',
2664 '../third_party/npapi/npapi.gyp:npapi', 2665 '../third_party/npapi/npapi.gyp:npapi',
2665 '../third_party/smhasher/smhasher.gyp:cityhash', 2666 '../third_party/smhasher/smhasher.gyp:cityhash',
2666 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2667 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2667 '../ui/gl/gl.gyp:gl', 2668 '../ui/gl/gl.gyp:gl',
2668 '../ui/surface/surface.gyp:surface', 2669 '../ui/surface/surface.gyp:surface',
2669 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2670 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2670 '../v8/tools/gyp/v8.gyp:v8', 2671 '../v8/tools/gyp/v8.gyp:v8',
2671 '../webkit/common/webkit_common.gyp:webkit_common', 2672 '../webkit/common/webkit_common.gyp:webkit_common',
2672 '../webkit/storage_browser.gyp:webkit_storage_browser', 2673 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 '../components/components.gyp:cdm_browser', 3239 '../components/components.gyp:cdm_browser',
3239 '../components/components.gyp:web_contents_delegate_android', 3240 '../components/components.gyp:web_contents_delegate_android',
3240 'chrome_browser_jni_headers', 3241 'chrome_browser_jni_headers',
3241 ], 3242 ],
3242 'dependencies!': [ 3243 'dependencies!': [
3243 '../components/components.gyp:feedback_component', 3244 '../components/components.gyp:feedback_component',
3244 '../components/components.gyp:storage_monitor', 3245 '../components/components.gyp:storage_monitor',
3245 '../components/components.gyp:usb_service', 3246 '../components/components.gyp:usb_service',
3246 '../components/components.gyp:web_modal', 3247 '../components/components.gyp:web_modal',
3247 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3248 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3249 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3248 ], 3250 ],
3249 'sources': [ 3251 'sources': [
3250 'browser/metrics/android_metrics_provider.cc', 3252 'browser/metrics/android_metrics_provider.cc',
3251 'browser/metrics/android_metrics_provider.h', 3253 'browser/metrics/android_metrics_provider.h',
3252 'browser/sessions/in_memory_tab_restore_service.cc', 3254 'browser/sessions/in_memory_tab_restore_service.cc',
3253 'browser/sessions/in_memory_tab_restore_service.h', 3255 'browser/sessions/in_memory_tab_restore_service.h',
3254 'browser/signin/android_profile_oauth2_token_service.cc', 3256 'browser/signin/android_profile_oauth2_token_service.cc',
3255 'browser/signin/android_profile_oauth2_token_service.h', 3257 'browser/signin/android_profile_oauth2_token_service.h',
3256 'browser/ssl/ssl_add_certificate_android.cc', 3258 'browser/ssl/ssl_add_certificate_android.cc',
3257 'browser/web_resource/notification_promo_mobile_ntp.cc', 3259 'browser/web_resource/notification_promo_mobile_ntp.cc',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3829 'package_name': 'org/chromium/chrome/browser', 3831 'package_name': 'org/chromium/chrome/browser',
3830 'template_deps': ['browser/android/tab_load_status.h'], 3832 'template_deps': ['browser/android/tab_load_status.h'],
3831 }, 3833 },
3832 'includes': [ '../build/android/java_cpp_template.gypi' ], 3834 'includes': [ '../build/android/java_cpp_template.gypi' ],
3833 }, 3835 },
3834 ], 3836 ],
3835 }, 3837 },
3836 ], 3838 ],
3837 ], 3839 ],
3838 } 3840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698