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

Unified Diff: components/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/chrome_browser_ui.gypi ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 974099983123421b8b5d3900d2afdd21cf195752..7312e2807d312cdec9f9ba7c29cbf19a74fa1021 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -39,6 +39,7 @@
"//components/enhanced_bookmarks",
"//components/favicon/core",
"//components/favicon_base",
+ "//components/feedback",
"//components/gcm_driver",
"//components/google/core/browser",
"//components/history/content/browser",
@@ -156,6 +157,7 @@
"//components/domain_reliability", # Blocked on content.
"//components/favicon_base", # Should work, needs checking.
"//components/favicon/core", # Blocked on keyed service.
+ "//components/feedback", # Blocked on content.
"//components/gcm_driver", # Should work, needs checking.
"//components/google/core/browser", # Should work, needs checking.
"//components/history/core/browser", # Should work, needs checking.
@@ -197,7 +199,6 @@
if (!is_ios && !is_android) {
deps += [
"//components/copresence",
- "//components/feedback",
"//components/storage_monitor",
]
}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698