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

Unified Diff: remoting/remoting_test.gypi

Issue 1334253002: Fix running gyp with configuration_policy=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for GN Created 5 years, 3 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 | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index b1a02c71645f2be8a3bbf32b0efdd298ca05d365..e51c49679deb4c824d9a58aff6516b008e506720 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -114,6 +114,11 @@
['exclude', '^host/'],
]
}],
+ ['configuration_policy == 0', {
blundell 2015/09/14 07:54:23 Why did you do this one as a subtraction rather th
+ 'dependencies!': [
+ '../components/components.gyp:policy_component_test_support',
+ ],
+ }],
],
},
{
@@ -398,6 +403,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['configuration_policy == 0', {
+ 'dependencies!': [
+ '../components/components.gyp:policy',
+ ],
+ }],
], # end of 'conditions'
}, # end of target 'remoting_unittests'
{
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698