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

Unified Diff: components/web_restriction.gypi

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to more comments Created 5 years 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/components_tests.gyp ('k') | components/web_restriction/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_restriction.gypi
diff --git a/testing/android/appurify_support.gyp b/components/web_restriction.gypi
similarity index 50%
copy from testing/android/appurify_support.gyp
copy to components/web_restriction.gypi
index 2904368e72debfd29981470f2c3ea4ff4f924f1a..01aa9bdeacb14d9469943649c2a54d8bdbc84533 100644
--- a/testing/android/appurify_support.gyp
+++ b/components/web_restriction.gypi
@@ -4,19 +4,20 @@
{
'conditions': [
- ['OS=="android"', {
+ ['OS == "android"', {
'targets': [
{
- 'target_name': 'appurify_support_java',
+ # GN: //components/web_restriction:web_restriction_java
+ 'target_name': 'web_restriction_java',
'type': 'none',
'variables': {
- 'java_in_dir': '../../testing/android/appurify_support/java',
+ 'java_in_dir': 'web_restriction/java',
},
- 'includes': [
- '../../build/java.gypi',
+ 'dependencies': [
+ '../base/base.gyp:base',
],
+ 'includes': [ '../build/java.gypi' ],
},
],
- }],
- ],
+ }]]
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/web_restriction/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698