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

Unified Diff: components/toolbar/BUILD.gn

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Add static_cast<int> to fix compilation warning on Win Created 4 years, 10 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/toolbar.gypi ('k') | components/toolbar/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
index 4e2ac01b694cc165518371244d98e5eb6f8e79e9..67cee0f04194e755a55e2f071e58fad8aa1522bd 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/toolbar/BUILD.gn
@@ -8,11 +8,22 @@ source_set("toolbar") {
sources = [
"toolbar_model.cc",
"toolbar_model.h",
+ "toolbar_model_delegate.h",
+ "toolbar_model_impl.cc",
+ "toolbar_model_impl.h",
]
deps = [
"//base",
+ "//components/google/core/browser",
+ "//components/prefs",
+ "//components/resources",
"//components/security_state",
+ "//components/strings",
+ "//components/url_formatter",
+ "//net",
+ "//ui/base",
+ "//ui/gfx",
"//url",
]
}
« no previous file with comments | « components/toolbar.gypi ('k') | components/toolbar/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698