Commit 3e96329f authored by sdefresne's avatar sdefresne Committed by Commit bot

Remove dependency on //components/feedback on iOS

iOS does not use //components/feedback to report feedback so remove
the unused dependencies.

BUG=None

Review URL: https://codereview.chromium.org/954943004

Cr-Commit-Position: refs/heads/master@{#318211}
parent 54989618
...@@ -93,7 +93,6 @@ static_library("browser") { ...@@ -93,7 +93,6 @@ static_library("browser") {
"//components/enhanced_bookmarks", "//components/enhanced_bookmarks",
"//components/favicon_base", "//components/favicon_base",
"//components/favicon/core", "//components/favicon/core",
"//components/feedback",
"//components/gcm_driver", "//components/gcm_driver",
"//components/google/core/browser", "//components/google/core/browser",
"//components/handoff", "//components/handoff",
...@@ -583,6 +582,7 @@ static_library("browser") { ...@@ -583,6 +582,7 @@ static_library("browser") {
".", ".",
"//chrome") "//chrome")
deps += [ deps += [
"//components/feedback",
"//device/core", "//device/core",
"//device/usb", "//device/usb",
] ]
...@@ -603,7 +603,6 @@ static_library("browser") { ...@@ -603,7 +603,6 @@ static_library("browser") {
] ]
deps -= [ deps -= [
"//third_party/libaddressinput", "//third_party/libaddressinput",
"//components/feedback",
"//components/storage_monitor", "//components/storage_monitor",
"//components/web_modal", "//components/web_modal",
] ]
......
...@@ -47,7 +47,6 @@ static_library("ui") { ...@@ -47,7 +47,6 @@ static_library("ui") {
"//components/app_modal", "//components/app_modal",
"//components/auto_login_parser", "//components/auto_login_parser",
"//components/dom_distiller/webui", "//components/dom_distiller/webui",
"//components/feedback/proto",
"//components/history/core/browser:proto", "//components/history/core/browser:proto",
"//components/invalidation", "//components/invalidation",
"//components/onc", "//components/onc",
...@@ -135,6 +134,7 @@ static_library("ui") { ...@@ -135,6 +134,7 @@ static_library("ui") {
"//chrome") "//chrome")
deps += [ deps += [
"//components/copresence", "//components/copresence",
"//components/feedback/proto",
"//device/bluetooth", "//device/bluetooth",
"//third_party/libusb", "//third_party/libusb",
] ]
...@@ -314,7 +314,6 @@ static_library("ui") { ...@@ -314,7 +314,6 @@ static_library("ui") {
] ]
deps -= [ deps -= [
"//chrome/browser/ui/views", "//chrome/browser/ui/views",
"//components/feedback/proto",
"//ui/events", "//ui/events",
] ]
sources += rebase_path(gypi_values.chrome_browser_ui_android_sources, sources += rebase_path(gypi_values.chrome_browser_ui_android_sources,
......
...@@ -2894,7 +2894,6 @@ ...@@ -2894,7 +2894,6 @@
'../components/components.gyp:enhanced_bookmarks', '../components/components.gyp:enhanced_bookmarks',
'../components/components.gyp:favicon_base', '../components/components.gyp:favicon_base',
'../components/components.gyp:favicon_core', '../components/components.gyp:favicon_core',
'../components/components.gyp:feedback_component',
'../components/components.gyp:gcm_driver', '../components/components.gyp:gcm_driver',
'../components/components.gyp:google_core_browser', '../components/components.gyp:google_core_browser',
'../components/components.gyp:handoff', '../components/components.gyp:handoff',
...@@ -3365,6 +3364,7 @@ ...@@ -3365,6 +3364,7 @@
}, { # OS!="android" and OS!="ios" }, { # OS!="android" and OS!="ios"
'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
'dependencies': [ 'dependencies': [
'../components/components.gyp:feedback_component',
'../device/core/core.gyp:device_core', '../device/core/core.gyp:device_core',
'../device/usb/usb.gyp:device_usb', '../device/usb/usb.gyp:device_usb',
] ]
...@@ -3381,7 +3381,6 @@ ...@@ -3381,7 +3381,6 @@
'chrome_browser_jni_headers', 'chrome_browser_jni_headers',
], ],
'dependencies!': [ 'dependencies!': [
'../components/components.gyp:feedback_component',
'../components/components.gyp:storage_monitor', '../components/components.gyp:storage_monitor',
'../components/components.gyp:web_modal', '../components/components.gyp:web_modal',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
......
...@@ -2668,7 +2668,6 @@ ...@@ -2668,7 +2668,6 @@
'../components/components.gyp:device_event_log_component', '../components/components.gyp:device_event_log_component',
'../components/components.gyp:dom_distiller_core', '../components/components.gyp:dom_distiller_core',
'../components/components.gyp:dom_distiller_webui', '../components/components.gyp:dom_distiller_webui',
'../components/components.gyp:feedback_proto',
'../components/components.gyp:history_core_browser_proto', '../components/components.gyp:history_core_browser_proto',
'../components/components.gyp:invalidation', '../components/components.gyp:invalidation',
'../components/components.gyp:onc_component', '../components/components.gyp:onc_component',
...@@ -2929,7 +2928,6 @@ ...@@ -2929,7 +2928,6 @@
'chrome_browser_jni_headers', 'chrome_browser_jni_headers',
], ],
'dependencies!': [ 'dependencies!': [
'../components/components.gyp:feedback_proto',
'../ui/events/events.gyp:events', '../ui/events/events.gyp:events',
'chrome_browser_ui_views.gyp:browser_ui_views', 'chrome_browser_ui_views.gyp:browser_ui_views',
], ],
...@@ -3126,6 +3124,7 @@ ...@@ -3126,6 +3124,7 @@
}], }],
['OS!="android" and OS!="ios"', { ['OS!="android" and OS!="ios"', {
'dependencies': [ 'dependencies': [
'../components/components.gyp:feedback_proto',
'../device/bluetooth/bluetooth.gyp:device_bluetooth', '../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../third_party/libusb/libusb.gyp:libusb', '../third_party/libusb/libusb.gyp:libusb',
], ],
......
...@@ -39,7 +39,6 @@ group("all_components") { ...@@ -39,7 +39,6 @@ group("all_components") {
"//components/enhanced_bookmarks", "//components/enhanced_bookmarks",
"//components/favicon/core", "//components/favicon/core",
"//components/favicon_base", "//components/favicon_base",
"//components/feedback",
"//components/gcm_driver", "//components/gcm_driver",
"//components/google/core/browser", "//components/google/core/browser",
"//components/history/content/browser", "//components/history/content/browser",
...@@ -157,7 +156,6 @@ group("all_components") { ...@@ -157,7 +156,6 @@ group("all_components") {
"//components/domain_reliability", # Blocked on content. "//components/domain_reliability", # Blocked on content.
"//components/favicon_base", # Should work, needs checking. "//components/favicon_base", # Should work, needs checking.
"//components/favicon/core", # Blocked on keyed service. "//components/favicon/core", # Blocked on keyed service.
"//components/feedback", # Blocked on content.
"//components/gcm_driver", # Should work, needs checking. "//components/gcm_driver", # Should work, needs checking.
"//components/google/core/browser", # Should work, needs checking. "//components/google/core/browser", # Should work, needs checking.
"//components/history/core/browser", # Should work, needs checking. "//components/history/core/browser", # Should work, needs checking.
...@@ -199,6 +197,7 @@ group("all_components") { ...@@ -199,6 +197,7 @@ group("all_components") {
if (!is_ios && !is_android) { if (!is_ios && !is_android) {
deps += [ deps += [
"//components/copresence", "//components/copresence",
"//components/feedback",
"//components/storage_monitor", "//components/storage_monitor",
] ]
} }
......
...@@ -88,15 +88,11 @@ ...@@ -88,15 +88,11 @@
'webp_transcode.gypi', 'webp_transcode.gypi',
], ],
}], }],
['OS != "android"', {
'includes': [
'feedback.gypi',
]
}],
['OS != "ios" and OS != "android"', { ['OS != "ios" and OS != "android"', {
'includes': [ 'includes': [
'audio_modem.gypi', 'audio_modem.gypi',
'copresence.gypi', 'copresence.gypi',
'feedback.gypi',
'proximity_auth.gypi', 'proximity_auth.gypi',
'storage_monitor.gypi', 'storage_monitor.gypi',
] ]
......
...@@ -164,10 +164,6 @@ ...@@ -164,10 +164,6 @@
'enhanced_bookmarks/image_store_ios_unittest.mm', 'enhanced_bookmarks/image_store_ios_unittest.mm',
'enhanced_bookmarks/image_store_unittest.cc', 'enhanced_bookmarks/image_store_unittest.cc',
'enhanced_bookmarks/item_position_unittest.cc', 'enhanced_bookmarks/item_position_unittest.cc',
'feedback/feedback_common_unittest.cc',
'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_chrome_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'gcm_driver/gcm_account_mapper_unittest.cc', 'gcm_driver/gcm_account_mapper_unittest.cc',
'gcm_driver/gcm_channel_status_request_unittest.cc', 'gcm_driver/gcm_channel_status_request_unittest.cc',
'gcm_driver/gcm_client_impl_unittest.cc', 'gcm_driver/gcm_client_impl_unittest.cc',
...@@ -401,7 +397,6 @@ ...@@ -401,7 +397,6 @@
'components.gyp:enhanced_bookmarks', 'components.gyp:enhanced_bookmarks',
'components.gyp:enhanced_bookmarks_test_support', 'components.gyp:enhanced_bookmarks_test_support',
'components.gyp:favicon_base', 'components.gyp:favicon_base',
'components.gyp:feedback_component',
'components.gyp:gcm_driver', 'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support', 'components.gyp:gcm_driver_test_support',
'components.gyp:google_core_browser', 'components.gyp:google_core_browser',
...@@ -639,10 +634,6 @@ ...@@ -639,10 +634,6 @@
'invalidation/invalidation_service_android_unittest.cc', 'invalidation/invalidation_service_android_unittest.cc',
], ],
'sources!': [ 'sources!': [
'feedback/feedback_common_unittest.cc',
'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_chrome_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'gcm_driver/gcm_account_mapper_unittest.cc', 'gcm_driver/gcm_account_mapper_unittest.cc',
'gcm_driver/gcm_channel_status_request_unittest.cc', 'gcm_driver/gcm_channel_status_request_unittest.cc',
'gcm_driver/gcm_client_impl_unittest.cc', 'gcm_driver/gcm_client_impl_unittest.cc',
...@@ -660,7 +651,6 @@ ...@@ -660,7 +651,6 @@
'../testing/android/native_test.gyp:native_test_native_code', '../testing/android/native_test.gyp:native_test_native_code',
], ],
'dependencies!': [ 'dependencies!': [
'components.gyp:feedback_component',
'components.gyp:storage_monitor', 'components.gyp:storage_monitor',
'components.gyp:storage_monitor_test_support', 'components.gyp:storage_monitor_test_support',
'components.gyp:web_modal', 'components.gyp:web_modal',
...@@ -698,6 +688,10 @@ ...@@ -698,6 +688,10 @@
'copresence/rpc/http_post_unittest.cc', 'copresence/rpc/http_post_unittest.cc',
'copresence/rpc/rpc_handler_unittest.cc', 'copresence/rpc/rpc_handler_unittest.cc',
'copresence/timed_map_unittest.cc', 'copresence/timed_map_unittest.cc',
'feedback/feedback_common_unittest.cc',
'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_chrome_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'proximity_auth/base64url_unittest.cc', 'proximity_auth/base64url_unittest.cc',
'proximity_auth/bluetooth_connection_finder_unittest.cc', 'proximity_auth/bluetooth_connection_finder_unittest.cc',
'proximity_auth/bluetooth_connection_unittest.cc', 'proximity_auth/bluetooth_connection_unittest.cc',
...@@ -719,6 +713,7 @@ ...@@ -719,6 +713,7 @@
'components.gyp:copresence', 'components.gyp:copresence',
'components.gyp:copresence_test_support', 'components.gyp:copresence_test_support',
'components.gyp:cryptauth', 'components.gyp:cryptauth',
'components.gyp:feedback_component',
'components.gyp:proximity_auth', 'components.gyp:proximity_auth',
], ],
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment