Chromium Code Reviews| 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' |
| { |