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

Unified Diff: components/bookmarks/common/android/BUILD.gn

Issue 1211303010: Fix gn check errors for bookmarks component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn1
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/common/android/BUILD.gn
diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
index 4c7f0805c959096769dcf2899779c97a113bd818..11bcef43d03a993589f471a76055c9cc3e2347fe 100644
--- a/components/bookmarks/common/android/BUILD.gn
+++ b/components/bookmarks/common/android/BUILD.gn
@@ -9,12 +9,13 @@ source_set("android") {
sources = [
"bookmark_id.cc",
"bookmark_id.h",
- "bookmark_type_list.h",
+ "bookmark_type.h",
"component_jni_registrar.cc",
"component_jni_registrar.h",
]
deps = [
":bookmarks_jni_headers",
+ "//base:base",
]
}
« 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