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

Unified Diff: components/toolbar.gypi

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.gypi
diff --git a/components/toolbar.gypi b/components/toolbar.gypi
index 4a94c602a037da93611235a586309a9387bd1d8f..110b6bd4ae22d0f4e7068e8ee2f92950ee59f6a1 100644
--- a/components/toolbar.gypi
+++ b/components/toolbar.gypi
@@ -22,5 +22,23 @@
'toolbar/toolbar_model.h',
],
},
+ {
+ # GN version: //components/toolbar:test_support
+ 'target_name': 'toolbar_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/gfx/gfx.gyp:gfx',
+ 'components_resources.gyp:components_resources',
+ 'toolbar',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'toolbar/test_toolbar_model.cc',
+ 'toolbar/test_toolbar_model.h',
+ ],
+ },
],
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/toolbar/BUILD.gn » ('j') | components/toolbar/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698