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

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: Specify the string size in canonicalizer. 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 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 '../mojo/mojo.gyp:mojo_environment_chromium', 2810 '../mojo/mojo.gyp:mojo_environment_chromium',
2811 '../mojo/mojo.gyp:mojo_js_bindings', 2811 '../mojo/mojo.gyp:mojo_js_bindings',
2812 '../mojo/mojo.gyp:mojo_system_impl', 2812 '../mojo/mojo.gyp:mojo_system_impl',
2813 '../net/net.gyp:net_with_v8', 2813 '../net/net.gyp:net_with_v8',
2814 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2814 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2815 '../testing/perf/perf_test.gyp:*', 2815 '../testing/perf/perf_test.gyp:*',
2816 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2816 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2817 '../third_party/expat/expat.gyp:expat', 2817 '../third_party/expat/expat.gyp:expat',
2818 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2818 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2819 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2819 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2820 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
2820 '../third_party/libyuv/libyuv.gyp:libyuv', 2821 '../third_party/libyuv/libyuv.gyp:libyuv',
2821 '../third_party/npapi/npapi.gyp:npapi', 2822 '../third_party/npapi/npapi.gyp:npapi',
2822 '../third_party/smhasher/smhasher.gyp:cityhash', 2823 '../third_party/smhasher/smhasher.gyp:cityhash',
2823 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2824 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2824 '../ui/gl/gl.gyp:gl', 2825 '../ui/gl/gl.gyp:gl',
2825 '../ui/surface/surface.gyp:surface', 2826 '../ui/surface/surface.gyp:surface',
2826 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2827 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2827 '../v8/tools/gyp/v8.gyp:v8', 2828 '../v8/tools/gyp/v8.gyp:v8',
2828 '../webkit/common/webkit_common.gyp:webkit_common', 2829 '../webkit/common/webkit_common.gyp:webkit_common',
2829 '../webkit/storage_browser.gyp:webkit_storage_browser', 2830 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 '../components/components.gyp:cdm_browser', 3253 '../components/components.gyp:cdm_browser',
3253 '../components/components.gyp:web_contents_delegate_android', 3254 '../components/components.gyp:web_contents_delegate_android',
3254 'chrome_browser_jni_headers', 3255 'chrome_browser_jni_headers',
3255 ], 3256 ],
3256 'dependencies!': [ 3257 'dependencies!': [
3257 '../components/components.gyp:feedback_component', 3258 '../components/components.gyp:feedback_component',
3258 '../components/components.gyp:storage_monitor', 3259 '../components/components.gyp:storage_monitor',
3259 '../components/components.gyp:usb_service', 3260 '../components/components.gyp:usb_service',
3260 '../components/components.gyp:web_modal', 3261 '../components/components.gyp:web_modal',
3261 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3262 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3263 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3262 ], 3264 ],
3263 'sources': [ 3265 'sources': [
3264 '<@(chrome_browser_android_sources)', 3266 '<@(chrome_browser_android_sources)',
3265 ], 3267 ],
3266 'sources!': [ 3268 'sources!': [
3267 # Bookmark export/import are handled via the BookmarkColumns 3269 # Bookmark export/import are handled via the BookmarkColumns
3268 # ContentProvider. 3270 # ContentProvider.
3269 'browser/bookmarks/bookmark_html_writer.cc', 3271 'browser/bookmarks/bookmark_html_writer.cc',
3270 'browser/ssl/ssl_add_certificate.cc', 3272 'browser/ssl/ssl_add_certificate.cc',
3271 3273
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
3769 'package_name': 'org/chromium/chrome/browser', 3771 'package_name': 'org/chromium/chrome/browser',
3770 'template_deps': ['browser/android/tab_load_status.h'], 3772 'template_deps': ['browser/android/tab_load_status.h'],
3771 }, 3773 },
3772 'includes': [ '../build/android/java_cpp_template.gypi' ], 3774 'includes': [ '../build/android/java_cpp_template.gypi' ],
3773 }, 3775 },
3774 ], 3776 ],
3775 }, 3777 },
3776 ], 3778 ],
3777 ], 3779 ],
3778 } 3780 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698