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

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: Rebase to fix compile problem 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 44959ef57dab7384b9d525d3031e7f2f7c569778..0d546c6ccdab7ad6bbb41e628ad15e779ab2e24c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -740,6 +740,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',
],
@@ -995,6 +998,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)',
@@ -1122,6 +1126,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