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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 968653004: Revert of Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn » ('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 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 'chrome_resources.gyp:chrome_resources', 2659 'chrome_resources.gyp:chrome_resources',
2660 'chrome_resources.gyp:chrome_strings', 2660 'chrome_resources.gyp:chrome_strings',
2661 'chrome_resources.gyp:platform_locale_settings', 2661 'chrome_resources.gyp:platform_locale_settings',
2662 'chrome_resources.gyp:theme_resources', 2662 'chrome_resources.gyp:theme_resources',
2663 'common', 2663 'common',
2664 'common_net', 2664 'common_net',
2665 '../components/components.gyp:auto_login_parser', 2665 '../components/components.gyp:auto_login_parser',
2666 '../components/components.gyp:device_event_log_component', 2666 '../components/components.gyp:device_event_log_component',
2667 '../components/components.gyp:dom_distiller_core', 2667 '../components/components.gyp:dom_distiller_core',
2668 '../components/components.gyp:dom_distiller_webui', 2668 '../components/components.gyp:dom_distiller_webui',
2669 '../components/components.gyp:feedback_proto',
2669 '../components/components.gyp:history_core_browser_proto', 2670 '../components/components.gyp:history_core_browser_proto',
2670 '../components/components.gyp:invalidation', 2671 '../components/components.gyp:invalidation',
2671 '../components/components.gyp:onc_component', 2672 '../components/components.gyp:onc_component',
2672 '../components/components.gyp:password_manager_core_browser', 2673 '../components/components.gyp:password_manager_core_browser',
2673 '../components/components.gyp:ui_zoom', 2674 '../components/components.gyp:ui_zoom',
2674 '../components/components.gyp:update_client', 2675 '../components/components.gyp:update_client',
2675 '../components/components_resources.gyp:components_resources', 2676 '../components/components_resources.gyp:components_resources',
2676 '../components/components_strings.gyp:components_strings', 2677 '../components/components_strings.gyp:components_strings',
2677 '../content/content.gyp:content_browser', 2678 '../content/content.gyp:content_browser',
2678 '../content/content.gyp:content_common', 2679 '../content/content.gyp:content_common',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 ['OS=="linux" or OS=="android"', { 2920 ['OS=="linux" or OS=="android"', {
2920 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], 2921 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ],
2921 }], 2922 }],
2922 ['OS=="android"', { 2923 ['OS=="android"', {
2923 'dependencies': [ 2924 'dependencies': [
2924 '../components/components.gyp:web_contents_delegate_android', 2925 '../components/components.gyp:web_contents_delegate_android',
2925 '../third_party/boringssl/boringssl.gyp:boringssl', 2926 '../third_party/boringssl/boringssl.gyp:boringssl',
2926 'chrome_browser_jni_headers', 2927 'chrome_browser_jni_headers',
2927 ], 2928 ],
2928 'dependencies!': [ 2929 'dependencies!': [
2930 '../components/components.gyp:feedback_proto',
2929 '../ui/events/events.gyp:events', 2931 '../ui/events/events.gyp:events',
2930 'chrome_browser_ui_views.gyp:browser_ui_views', 2932 'chrome_browser_ui_views.gyp:browser_ui_views',
2931 ], 2933 ],
2932 'sources': [ '<@(chrome_browser_ui_android_sources)' ], 2934 'sources': [ '<@(chrome_browser_ui_android_sources)' ],
2933 }], 2935 }],
2934 ['OS=="mac"', { 2936 ['OS=="mac"', {
2935 'sources': [ '<@(chrome_browser_ui_mac_sources)' ], 2937 'sources': [ '<@(chrome_browser_ui_mac_sources)' ],
2936 'sources!': [ 2938 'sources!': [
2937 # Task manager has its own sources list. Leave out the views one. 2939 # Task manager has its own sources list. Leave out the views one.
2938 'browser/ui/views/task_manager_view.cc', 2940 'browser/ui/views/task_manager_view.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
3115 ['enable_extensions==1', { 3117 ['enable_extensions==1', {
3116 'dependencies': [ 3118 'dependencies': [
3117 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3119 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3118 ], 3120 ],
3119 }], 3121 }],
3120 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3122 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3121 'msvs_shard': 4, 3123 'msvs_shard': 4,
3122 }], 3124 }],
3123 ['OS!="android" and OS!="ios"', { 3125 ['OS!="android" and OS!="ios"', {
3124 'dependencies': [ 3126 'dependencies': [
3125 '../components/components.gyp:feedback_proto',
3126 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3127 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3127 '../third_party/libusb/libusb.gyp:libusb', 3128 '../third_party/libusb/libusb.gyp:libusb',
3128 ], 3129 ],
3129 'sources': [ 3130 'sources': [
3130 '<@(chrome_browser_ui_non_mobile_sources)', 3131 '<@(chrome_browser_ui_non_mobile_sources)',
3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3132 ], 3133 ],
3133 }], 3134 }],
3134 ], 3135 ],
3135 }, 3136 },
3136 ], 3137 ],
3137 } 3138 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698