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

Unified Diff: components/toolbar/BUILD.gn

Issue 1634743003: Componentize TestToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 11 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
Index: components/toolbar/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
index 098f41de151d93690b30c2207ae52a4891371e68..decc25de4bd629e3783762a73eeb285d24293d3b 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/toolbar/BUILD.gn
@@ -14,3 +14,19 @@ source_set("toolbar") {
"//url",
]
}
+
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "test_toolbar_model.cc",
+ "test_toolbar_model.h",
+ ]
+
+ deps = [
+ ":toolbar",
+ "//base",
+ "//components/resources",
+ "//ui/gfx",
+ ]
+}
« no previous file with comments | « components/toolbar.gypi ('k') | components/toolbar/DEPS » ('j') | components/toolbar/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698