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

Unified Diff: components/supervised_user_error_page.gypi

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/supervised_user_error_page.gypi
diff --git a/components/supervised_user_error_page.gypi b/components/supervised_user_error_page.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..a405aa973fbf8acf6b4174254f626a0718345ad1
--- /dev/null
+++ b/components/supervised_user_error_page.gypi
@@ -0,0 +1,22 @@
+{
+ 'targets': [
+ {
+ # GN version: //components/supervused_user_error_page
+ 'target_name': 'supervised_user_error_page',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
+ '../base/base.gyp:base',
+ '../ui/base/ui_base.gyp:ui_base'
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'supervised_user_error_page/supervised_user_error_page.cc',
+ 'supervised_user_error_page/supervised_user_error_page.h',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698