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

Unified Diff: components/components_tests.gyp

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Fix compilation on Win32 Created 5 years, 1 month 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2d801ff397b043c3f9db59f9e2c4e62c844eb19c..6e68e0eb90179fed97b55380b88d777c78d06e65 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -205,6 +205,9 @@
'favicon/core/favicon_handler_unittest.cc',
'favicon/core/large_icon_service_unittest.cc',
],
+ 'flags_ui_unittest_sources': [
+ 'flags_ui/flags_state_unittest.cc',
+ ],
'undo_unittest_sources': [
'undo/bookmark_undo_service_test.cc',
'undo/undo_manager_test.cc',
@@ -881,6 +884,7 @@
'<@(enhanced_bookmarks_unittest_sources)',
'<@(favicon_base_unittest_sources)',
'<@(favicon_unittest_sources)',
+ '<@(flags_ui_unittest_sources)',
'<@(gcm_driver_crypto_unittest_sources)',
'<@(gcm_driver_unittest_sources)',
'<@(google_unittest_sources)',
@@ -990,6 +994,7 @@
'components.gyp:enhanced_bookmarks_test_support',
'components.gyp:favicon_base',
'components.gyp:favicon_core',
+ 'components.gyp:flags_ui',
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
'components.gyp:google_core_browser',

Powered by Google App Engine
This is Rietveld 408576698