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

Unified Diff: components/toolbar.gypi

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: Rebase 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 a690d696f4e0ecc3f0cbef10265d9770cb570620..e09b5f292943bc3110df02e8b312d6d94e254d47 100644
--- a/components/toolbar.gypi
+++ b/components/toolbar.gypi
@@ -10,8 +10,16 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
+ '../ui/base/ui_base.gyp:ui_base',
+ '../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
+ 'google_core_browser',
+ 'prefs/prefs.gyp:prefs',
'security_state',
+ 'url_formatter/url_formatter.gyp:url_formatter',
],
'include_dirs': [
'..',
@@ -20,6 +28,9 @@
# Note: sources list duplicated in GN build.
'toolbar/toolbar_model.cc',
'toolbar/toolbar_model.h',
+ 'toolbar/toolbar_model_delegate.h',
+ 'toolbar/toolbar_model_impl.cc',
+ 'toolbar/toolbar_model_impl.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698