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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1009943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/chrome_browser.gypi ('k') | components/components.gyp » ('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 '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 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 'chrome_resources.gyp:chrome_resources', 2686 'chrome_resources.gyp:chrome_resources',
2687 'chrome_resources.gyp:chrome_strings', 2687 'chrome_resources.gyp:chrome_strings',
2688 'chrome_resources.gyp:platform_locale_settings', 2688 'chrome_resources.gyp:platform_locale_settings',
2689 'chrome_resources.gyp:theme_resources', 2689 'chrome_resources.gyp:theme_resources',
2690 'common', 2690 'common',
2691 'common_net', 2691 'common_net',
2692 '../components/components.gyp:auto_login_parser', 2692 '../components/components.gyp:auto_login_parser',
2693 '../components/components.gyp:device_event_log_component', 2693 '../components/components.gyp:device_event_log_component',
2694 '../components/components.gyp:dom_distiller_core', 2694 '../components/components.gyp:dom_distiller_core',
2695 '../components/components.gyp:dom_distiller_webui', 2695 '../components/components.gyp:dom_distiller_webui',
2696 '../components/components.gyp:feedback_proto',
2697 '../components/components.gyp:invalidation', 2696 '../components/components.gyp:invalidation',
2698 '../components/components.gyp:onc_component', 2697 '../components/components.gyp:onc_component',
2699 '../components/components.gyp:password_manager_core_browser', 2698 '../components/components.gyp:password_manager_core_browser',
2700 '../components/components.gyp:ui_zoom', 2699 '../components/components.gyp:ui_zoom',
2701 '../components/components.gyp:update_client', 2700 '../components/components.gyp:update_client',
2702 '../components/components_resources.gyp:components_resources', 2701 '../components/components_resources.gyp:components_resources',
2703 '../components/components_strings.gyp:components_strings', 2702 '../components/components_strings.gyp:components_strings',
2704 '../content/content.gyp:content_browser', 2703 '../content/content.gyp:content_browser',
2705 '../content/content.gyp:content_common', 2704 '../content/content.gyp:content_common',
2706 '../crypto/crypto.gyp:crypto', 2705 '../crypto/crypto.gyp:crypto',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2966 ['OS=="linux" or OS=="android"', { 2965 ['OS=="linux" or OS=="android"', {
2967 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], 2966 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ],
2968 }], 2967 }],
2969 ['OS=="android"', { 2968 ['OS=="android"', {
2970 'dependencies': [ 2969 'dependencies': [
2971 '../components/components.gyp:web_contents_delegate_android', 2970 '../components/components.gyp:web_contents_delegate_android',
2972 '../third_party/boringssl/boringssl.gyp:boringssl', 2971 '../third_party/boringssl/boringssl.gyp:boringssl',
2973 'chrome_browser_jni_headers', 2972 'chrome_browser_jni_headers',
2974 ], 2973 ],
2975 'dependencies!': [ 2974 'dependencies!': [
2976 '../components/components.gyp:feedback_proto',
2977 '../ui/events/events.gyp:events', 2975 '../ui/events/events.gyp:events',
2978 'chrome_browser_ui_views.gyp:browser_ui_views', 2976 'chrome_browser_ui_views.gyp:browser_ui_views',
2979 ], 2977 ],
2980 'sources': [ '<@(chrome_browser_ui_android_sources)' ], 2978 'sources': [ '<@(chrome_browser_ui_android_sources)' ],
2981 }], 2979 }],
2982 ['OS=="mac"', { 2980 ['OS=="mac"', {
2983 'sources': [ '<@(chrome_browser_ui_mac_sources)' ], 2981 'sources': [ '<@(chrome_browser_ui_mac_sources)' ],
2984 'dependencies': [ 2982 'dependencies': [
2985 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 2983 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
2986 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 2984 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 ['enable_extensions==1', { 3158 ['enable_extensions==1', {
3161 'dependencies': [ 3159 'dependencies': [
3162 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3160 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3163 ], 3161 ],
3164 }], 3162 }],
3165 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3163 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3166 'msvs_shard': 4, 3164 'msvs_shard': 4,
3167 }], 3165 }],
3168 ['OS!="android" and OS!="ios"', { 3166 ['OS!="android" and OS!="ios"', {
3169 'dependencies': [ 3167 'dependencies': [
3168 '../components/components.gyp:feedback_proto',
3170 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3169 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3171 '../third_party/libusb/libusb.gyp:libusb', 3170 '../third_party/libusb/libusb.gyp:libusb',
3172 ], 3171 ],
3173 'sources': [ 3172 'sources': [
3174 '<@(chrome_browser_ui_non_mobile_sources)', 3173 '<@(chrome_browser_ui_non_mobile_sources)',
3175 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3174 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3176 ], 3175 ],
3177 }], 3176 }],
3178 ], 3177 ],
3179 }, 3178 },
3180 ], 3179 ],
3181 } 3180 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698