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

Unified Diff: chrome/browser/ui/BUILD.gn

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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 5e6bc88b6bb93699a2e2b2709bfb72f539fa21da..fdc5342b7075972b39e48359805e326c6d532f55 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -47,6 +47,7 @@
"//components/app_modal",
"//components/auto_login_parser",
"//components/dom_distiller/webui",
+ "//components/feedback/proto",
"//components/history/core/browser:proto",
"//components/invalidation",
"//components/onc",
@@ -134,7 +135,6 @@
"//chrome")
deps += [
"//components/copresence",
- "//components/feedback/proto",
"//device/bluetooth",
"//third_party/libusb",
]
@@ -316,6 +316,7 @@
]
deps -= [
"//chrome/browser/ui/views",
+ "//components/feedback/proto",
"//ui/events",
]
sources += rebase_path(gypi_values.chrome_browser_ui_android_sources,
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698