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

Unified Diff: components/BUILD.gn

Issue 1440703003: Remove dependency on //components/bitmap_uploader on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | 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 5f68cdd9b24941cb74b94343348c8be16c93d222..ec8e569f6202df25b9e06f2e5384f72ec2a48a5c 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -18,7 +18,6 @@ group("all_components") {
visibility = [ "//:*" ] # Only for the root targets to bring in.
deps = [
- "//components/bitmap_uploader",
"//components/bookmarks/browser",
"//components/bookmarks/common",
"//components/bookmarks/managed",
@@ -49,6 +48,7 @@ group("all_components") {
if (!is_ios) {
deps += [
+ "//components/bitmap_uploader",
"//components/dom_distiller/core",
"//components/enhanced_bookmarks",
"//components/certificate_reporting",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698