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

Unified Diff: components/supervised_user_error_page.gypi

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 years, 4 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
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/supervised_user_error_page/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/supervised_user_error_page.gypi
diff --git a/components/supervised_user_error_page.gypi b/components/supervised_user_error_page.gypi
index a405aa973fbf8acf6b4174254f626a0718345ad1..b6f00051f4bd9705d43e3eeae9d6a20c808cc37e 100644
--- a/components/supervised_user_error_page.gypi
+++ b/components/supervised_user_error_page.gypi
@@ -1,7 +1,7 @@
{
'targets': [
{
- # GN version: //components/supervused_user_error_page
+ # GN version: //components/supervised_user_error_page
'target_name': 'supervised_user_error_page',
'type': 'static_library',
'dependencies': [
@@ -19,4 +19,23 @@
],
},
],
+ 'conditions': [
+ ['OS == "android"', {
+ 'targets': [
+ {
+ # GN version: //components/supervised_user_error_page:gin
+ 'target_name': 'supervised_user_error_page_gin',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'components.gyp:web_restrictions_interfaces',
+ '../content/content.gyp:content_renderer',
+ ],
+ 'sources': [
+ 'supervised_user_error_page/supervised_user_gin_wrapper.cc',
+ 'supervised_user_error_page/supervised_user_gin_wrapper.h',
+ ],
+ }
+ ],
+ }],
+ ],
}
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/supervised_user_error_page/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698