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

Unified Diff: chrome/BUILD.gn

Issue 1202713002: Replace enhanced bookmarks salient images with favicons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Line wraps in EnhanacedBookmarkItem.java Created 5 years, 6 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 | « no previous file | chrome/android/java/res/layout/eb_item.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e33713bf94c745c2767db64c1421567aae53ea12..271893686394b1b45985565852129fa2f6c810eb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -566,11 +566,6 @@ repack("packed_extra_resources") {
} else {
output = "$root_out_dir/resources.pak"
}
-
- if (is_android) {
- sources += [ "$root_gen_dir/components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.pak" ]
- deps += [ "//components/resources/enhanced_bookmarks:enhanced_bookmarks_resources" ]
- }
}
# GYP version: chrome/chrome_resources.gyp:browser_tests_pak
« no previous file with comments | « no previous file | chrome/android/java/res/layout/eb_item.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698