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

Unified Diff: components/components_tests.gyp

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 years, 8 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 | « components/components.gyp ('k') | components/undo.gypi » ('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 fd200bf6066eca1a4f96e02eb7905a795d286fe5..6e31126bc70f545ed15bb89bcb7e7ee50e15237d 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -162,6 +162,10 @@
'favicon/content/content_favicon_driver_unittest.cc',
'favicon/core/favicon_handler_unittest.cc',
],
+ 'undo_unittest_sources': [
+ 'undo/bookmark_undo_service_test.cc',
+ 'undo/undo_manager_test.cc',
+ ],
# Note: GN tests converted to here, need to do the rest.
'audio_modem_unittest_sources': [
@@ -648,6 +652,7 @@
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
'<@(translate_unittest_sources)',
+ '<@(undo_unittest_sources)',
'<@(update_client_unittest_sources)',
'<@(url_fixer_unittest_sources)',
'<@(url_matcher_unittest_sources)',
@@ -758,6 +763,7 @@
'components.gyp:translate_core_common',
'components.gyp:translate_core_language_detection',
'components.gyp:ui_zoom',
+ 'components.gyp:undo_component',
'components.gyp:update_client',
'components.gyp:update_client_test_support',
'components.gyp:url_fixer',
« no previous file with comments | « components/components.gyp ('k') | components/undo.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698