| Index: components/ui_zoom.gypi
|
| diff --git a/components/ui_zoom.gypi b/components/ui_zoom.gypi
|
| index 5048357f73354028ea2bf570e1f5346966557cdf..4615ff001d69878b67e602c20939dd82c1a658f4 100644
|
| --- a/components/ui_zoom.gypi
|
| +++ b/components/ui_zoom.gypi
|
| @@ -33,7 +33,7 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'ui_zoom_test_utils',
|
| + 'target_name': 'ui_zoom_test_support',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| '..',
|
| @@ -45,8 +45,8 @@
|
| '../components/components.gyp:ui_zoom',
|
| ],
|
| 'sources': [
|
| - 'ui/zoom/zoom_test_utils.cc',
|
| - 'ui/zoom/zoom_test_utils.h'
|
| + 'ui/zoom/test/zoom_test_utils.cc',
|
| + 'ui/zoom/test/zoom_test_utils.h'
|
| ],
|
| }
|
| ],
|
|
|