| Index: components/ui_zoom.gypi
|
| diff --git a/components/ui_zoom.gypi b/components/ui_zoom.gypi
|
| index ddab2cabb627c9e839b3763b40a69beafec60bfb..4615ff001d69878b67e602c20939dd82c1a658f4 100644
|
| --- a/components/ui_zoom.gypi
|
| +++ b/components/ui_zoom.gypi
|
| @@ -31,6 +31,23 @@
|
| 'ui/zoom/zoom_event_manager_observer.h',
|
| 'ui/zoom/zoom_observer.h'
|
| ],
|
| + },
|
| + {
|
| + 'target_name': 'ui_zoom_test_support',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../content/content.gyp:content_browser',
|
| + '../content/content.gyp:content_common',
|
| + '../components/components.gyp:ui_zoom',
|
| + ],
|
| + 'sources': [
|
| + 'ui/zoom/test/zoom_test_utils.cc',
|
| + 'ui/zoom/test/zoom_test_utils.h'
|
| + ],
|
| }
|
| ],
|
| }
|
|
|