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

Unified Diff: components/components_tests.gyp

Issue 847703003: Refactor to move chrome_page_zoom functions to components/ui/zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac compile. Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ui/zoom/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 081ab7a6e0c06e8977d0166b43a6f7725e95477f..2d26739bf3e4ae860d3d29b3e5ac2fe15424048f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -279,6 +279,7 @@
'translate/ios/browser/js_translate_manager_unittest.mm',
'translate/ios/browser/language_detection_controller_unittest.mm',
'translate/ios/browser/translate_controller_unittest.mm',
+ 'ui/zoom/page_zoom_unittests.cc',
'update_client/update_query_params_unittest.cc',
'url_matcher/regex_set_matcher_unittest.cc',
'url_matcher/string_pattern_unittest.cc',
@@ -495,6 +496,9 @@
# Dependencies of wallpaper
'components.gyp:wallpaper',
+ # Dependencies of ui/zoom
+ 'components.gyp:ui_zoom',
+
# Dependencies of update_client
'components.gyp:update_client',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ui/zoom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698