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

Unified Diff: components/components_tests.gyp

Issue 1808653003: Move the supervised user error page to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update OWNERS files Created 4 years, 9 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a5412bf2c39c4d95df76ff62ff780299102ca314..fb09796a685e8c57fc8099c11b08947069a031f3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -738,6 +738,9 @@
'suggestions/suggestions_service_unittest.cc',
'suggestions/suggestions_store_unittest.cc',
],
+ 'supervised_user_error_page_unittest_sources': [
+ 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
+ ],
'sync_bookmarks_unittest_sources': [
'sync_bookmarks/bookmark_data_type_controller_unittest.cc',
],
@@ -993,6 +996,7 @@
'<@(ssl_config_unittest_sources)',
'<@(ssl_errors_unittest_sources)',
'<@(suggestions_unittest_sources)',
+ '<@(supervised_user_error_page_unittest_sources)',
'<@(sync_bookmarks_unittest_sources)',
'<@(sync_driver_unittest_sources)',
'<@(sync_sessions_unittest_sources)',
@@ -1120,6 +1124,7 @@
'components.gyp:ssl_config',
'components.gyp:ssl_errors',
'components.gyp:suggestions',
+ 'components.gyp:supervised_user_error_page',
'components.gyp:sync_bookmarks',
'components.gyp:sync_driver',
'components.gyp:sync_driver_test_support',

Powered by Google App Engine
This is Rietveld 408576698