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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 934323003: Remove dependency of 'browser_ui' on 'libusb' when building for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the dependency at the correct location Created 5 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2666 '../components/components_strings.gyp:components_strings', 2666 '../components/components_strings.gyp:components_strings',
2667 '../content/content.gyp:content_browser', 2667 '../content/content.gyp:content_browser',
2668 '../content/content.gyp:content_common', 2668 '../content/content.gyp:content_common',
2669 '../crypto/crypto.gyp:crypto', 2669 '../crypto/crypto.gyp:crypto',
2670 '../skia/skia.gyp:skia', 2670 '../skia/skia.gyp:skia',
2671 '../sync/sync.gyp:sync', 2671 '../sync/sync.gyp:sync',
2672 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2672 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2673 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2673 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2674 '../third_party/icu/icu.gyp:icui18n', 2674 '../third_party/icu/icu.gyp:icui18n',
2675 '../third_party/icu/icu.gyp:icuuc', 2675 '../third_party/icu/icu.gyp:icuuc',
2676 '../third_party/libusb/libusb.gyp:libusb',
2677 '../third_party/libxml/libxml.gyp:libxml', 2676 '../third_party/libxml/libxml.gyp:libxml',
2678 '../third_party/zlib/zlib.gyp:zlib', 2677 '../third_party/zlib/zlib.gyp:zlib',
2679 '../ui/accessibility/accessibility.gyp:accessibility', 2678 '../ui/accessibility/accessibility.gyp:accessibility',
2680 '../ui/base/ui_base.gyp:ui_base', 2679 '../ui/base/ui_base.gyp:ui_base',
2681 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators', 2680 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators',
2682 '../ui/events/events.gyp:events', 2681 '../ui/events/events.gyp:events',
2683 '../ui/events/events.gyp:gesture_detection', 2682 '../ui/events/events.gyp:gesture_detection',
2684 '../ui/gfx/gfx.gyp:gfx', 2683 '../ui/gfx/gfx.gyp:gfx',
2685 '../ui/gfx/gfx.gyp:gfx_geometry', 2684 '../ui/gfx/gfx.gyp:gfx_geometry',
2686 '../ui/message_center/message_center.gyp:message_center', 2685 '../ui/message_center/message_center.gyp:message_center',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], 2910 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ],
2912 }], 2911 }],
2913 ['OS=="android"', { 2912 ['OS=="android"', {
2914 'dependencies': [ 2913 'dependencies': [
2915 '../components/components.gyp:web_contents_delegate_android', 2914 '../components/components.gyp:web_contents_delegate_android',
2916 '../third_party/boringssl/boringssl.gyp:boringssl', 2915 '../third_party/boringssl/boringssl.gyp:boringssl',
2917 'chrome_browser_jni_headers', 2916 'chrome_browser_jni_headers',
2918 ], 2917 ],
2919 'dependencies!': [ 2918 'dependencies!': [
2920 '../components/components.gyp:feedback_proto', 2919 '../components/components.gyp:feedback_proto',
2921 '../third_party/libusb/libusb.gyp:libusb',
2922 '../ui/events/events.gyp:events', 2920 '../ui/events/events.gyp:events',
2923 'chrome_browser_ui_views.gyp:browser_ui_views', 2921 'chrome_browser_ui_views.gyp:browser_ui_views',
2924 ], 2922 ],
2925 'sources': [ '<@(chrome_browser_ui_android_sources)' ], 2923 'sources': [ '<@(chrome_browser_ui_android_sources)' ],
2926 }], 2924 }],
2927 ['OS=="mac"', { 2925 ['OS=="mac"', {
2928 'sources': [ '<@(chrome_browser_ui_mac_sources)' ], 2926 'sources': [ '<@(chrome_browser_ui_mac_sources)' ],
2929 'sources!': [ 2927 'sources!': [
2930 # Task manager has its own sources list. Leave out the views one. 2928 # Task manager has its own sources list. Leave out the views one.
2931 'browser/ui/views/task_manager_view.cc', 2929 'browser/ui/views/task_manager_view.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3109 'dependencies': [ 3107 'dependencies': [
3110 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3108 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3111 ], 3109 ],
3112 }], 3110 }],
3113 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3111 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3114 'msvs_shard': 4, 3112 'msvs_shard': 4,
3115 }], 3113 }],
3116 ['OS!="android" and OS!="ios"', { 3114 ['OS!="android" and OS!="ios"', {
3117 'dependencies': [ 3115 'dependencies': [
3118 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3116 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3117 '../third_party/libusb/libusb.gyp:libusb',
3119 ], 3118 ],
3120 'sources': [ 3119 'sources': [
3121 '<@(chrome_browser_ui_non_mobile_sources)', 3120 '<@(chrome_browser_ui_non_mobile_sources)',
3122 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3121 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3123 ], 3122 ],
3124 }], 3123 }],
3125 ], 3124 ],
3126 }, 3125 },
3127 ], 3126 ],
3128 } 3127 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698