| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index 59fc404fb963b7611f6e153ec0a180b4c27a83b8..461c0860c862ca3ffb4b0d5612a30e1d410e4a0d 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -2666,6 +2666,7 @@
|
| '../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:history_core_browser_proto',
|
| '../components/components.gyp:invalidation',
|
| '../components/components.gyp:onc_component',
|
| @@ -2926,6 +2927,7 @@
|
| 'chrome_browser_jni_headers',
|
| ],
|
| 'dependencies!': [
|
| + '../components/components.gyp:feedback_proto',
|
| '../ui/events/events.gyp:events',
|
| 'chrome_browser_ui_views.gyp:browser_ui_views',
|
| ],
|
| @@ -3122,7 +3124,6 @@
|
| }],
|
| ['OS!="android" and OS!="ios"', {
|
| 'dependencies': [
|
| - '../components/components.gyp:feedback_proto',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| ],
|
|
|