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

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: Rebase 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
« no previous file with comments | « components/BUILD.gn ('k') | components/flags_ui.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 289aaf47652f43f83a71e0d07d2c94a7f4bb5925..1452d4426e208d02fb294e22abd48617f14b692e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -206,6 +206,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',
@@ -890,6 +893,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)',
@@ -999,6 +1003,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',
« no previous file with comments | « components/BUILD.gn ('k') | components/flags_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698