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

Unified Diff: components/ui_zoom.gypi

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete defines in build files. Created 6 years 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/ui/zoom/zoom_observer.h ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_zoom.gypi
diff --git a/components/url_fixer.gypi b/components/ui_zoom.gypi
similarity index 50%
copy from components/url_fixer.gypi
copy to components/ui_zoom.gypi
index 917e9d77d743ca4563f5cb00d0624dc4f56f9232..2b0e1537d84aa17a7f87789a9d56319366f46016 100644
--- a/components/url_fixer.gypi
+++ b/components/ui_zoom.gypi
@@ -5,23 +5,26 @@
{
'targets': [
{
- # GN version: //components/url_fixer
- 'target_name': 'url_fixer',
+ 'target_name': 'ui_zoom',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
+ '../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
],
'sources': [
- # Note: sources list duplicated in GN build.
- 'url_fixer/url_fixer.cc',
- 'url_fixer/url_fixer.h',
+ 'ui/zoom/zoom_controller.cc',
+ 'ui/zoom/zoom_controller.h',
+ 'ui/zoom/zoom_event_manager.cc',
+ 'ui/zoom/zoom_event_manager.h',
+ 'ui/zoom/zoom_observer.h'
],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [4267, ],
- },
+ }
],
}
« no previous file with comments | « components/ui/zoom/zoom_observer.h ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698