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

Unified Diff: chrome/BUILD.gn

Issue 1153283005: Revert "Revert of Refactor get_salient_image_url.js to use DocumentImageExtractor" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add closure_out_dir var to components/resources/enhanced_bookmarks/BUILD.gn Created 5 years, 7 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/browser/BUILD.gn » ('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 21c2dabe78d49e1dabe770e36eeaf51eaeea0db8..ba6b789a4550f948f40cd24e161c15600e17651b 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -568,6 +568,11 @@ 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/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698