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

Unified Diff: components/sessions/BUILD.gn

Issue 1242973003: Reland "components: Fix 'gn check' errors for omnibox." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: public_deps fixes it Created 5 years, 5 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 | « components/omnibox/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/BUILD.gn
diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
index bcc736699dacbf8a9324a9ab7d003aa3e8ebd1b4..8d6006414c54013f7087e397e44d3cbcfe9c3b28 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -22,6 +22,10 @@ if (!is_ios) {
configs += [ ":implementation" ]
+ public_deps = [
+ ":shared",
+ ]
+
deps = [
":shared",
"//base",
@@ -40,6 +44,10 @@ if (!is_ios) {
"ios/ios_serialized_navigation_driver.h",
]
+ public_deps = [
+ ":shared",
+ ]
+
deps = [
":shared",
"//base",
« no previous file with comments | « components/omnibox/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698