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

Unified Diff: chrome/browser/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 | « chrome/BUILD.gn ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b82ef98aea9edb6f0c69bd1b4bcb2624e9c7b5fb..a2218245c4cee602ac206be1edebe56d6ad8e8c7 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -623,6 +623,9 @@ source_set("browser") {
if (is_android) {
sources +=
rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
+ sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources,
+ ".",
+ "//chrome")
deps += [
":client_discourse_context_proto",
":delta_file_proto",
@@ -630,6 +633,7 @@ source_set("browser") {
"//components/cdm/browser",
"//components/enhanced_bookmarks",
"//components/resources:components_resources",
+ "//components/resources/enhanced_bookmarks:enhanced_bookmarks_resources",
"//components/service_tab_launcher",
"//components/web_contents_delegate_android",
"//third_party/android_opengl/etc1",
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698