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

Unified Diff: components/policy.gypi

Issue 1387633002: Update instrumentation tests to use PreTestHooks for policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index d032ace8f37f5c555af4fb2b0762410c3fa38fa7..1587d5b56428cbcd31daf8c523ea0eb7e79ed1ed 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -355,7 +355,7 @@
{
'target_name' : 'policy_jni_headers',
'type': 'none',
- 'sources': [
+ 'sources': [
'policy/android/java/src/org/chromium/policy/CombinedPolicyProvider.java',
'policy/android/java/src/org/chromium/policy/PolicyConverter.java',
],
@@ -422,6 +422,20 @@
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ # GN: //components/policy/android:policy_java_test_support
+ 'target_name': 'policy_java_test_support',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ '../base/base.gyp:base_java_test_support',
+ 'policy_java'
+ ],
+ 'variables': {
+ 'java_in_dir': 'policy/android/javatests',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
],
}],
['OS=="win" and target_arch=="ia32" and configuration_policy==1', {

Powered by Google App Engine
This is Rietveld 408576698