| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index a3fc1bcbdd203bde93e2c2b9389e88ff436b7b7a..d83ffccefd6b3500bb02e981e0ee99e8b210db09 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -2693,7 +2693,6 @@
|
| '../components/components.gyp:device_event_log_component',
|
| '../components/components.gyp:dom_distiller_core',
|
| '../components/components.gyp:dom_distiller_webui',
|
| - '../components/components.gyp:feedback_proto',
|
| '../components/components.gyp:invalidation',
|
| '../components/components.gyp:onc_component',
|
| '../components/components.gyp:password_manager_core_browser',
|
| @@ -2973,7 +2972,6 @@
|
| 'chrome_browser_jni_headers',
|
| ],
|
| 'dependencies!': [
|
| - '../components/components.gyp:feedback_proto',
|
| '../ui/events/events.gyp:events',
|
| 'chrome_browser_ui_views.gyp:browser_ui_views',
|
| ],
|
| @@ -3167,6 +3165,7 @@
|
| }],
|
| ['OS!="android" and OS!="ios"', {
|
| 'dependencies': [
|
| + '../components/components.gyp:feedback_proto',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| ],
|
|
|