| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'conditions': [ | 6 'conditions': [ |
| 7 ['chromeos==1', { | 7 ['chromeos==1', { |
| 8 'targets': [{ | 8 'targets': [{ |
| 9 'target_name': 'ownership', | 9 'target_name': 'ownership', |
| 10 'type': '<(component)', | 10 'type': '<(component)', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 ], | 32 ], |
| 33 'conditions': [ | 33 'conditions': [ |
| 34 ['configuration_policy==1', { | 34 ['configuration_policy==1', { |
| 35 'dependencies': [ | 35 'dependencies': [ |
| 36 '<(DEPTH)/components/components.gyp:cloud_policy_proto', | 36 '<(DEPTH)/components/components.gyp:cloud_policy_proto', |
| 37 '<(DEPTH)/components/components.gyp:policy', | 37 '<(DEPTH)/components/components.gyp:policy', |
| 38 ], | 38 ], |
| 39 }], | 39 }], |
| 40 ['use_nss_certs==1', { | 40 ['use_nss_certs==1', { |
| 41 'dependencies': [ | 41 'dependencies': [ |
| 42 '../build/linux/system.gyp:ssl', | 42 '../build/linux/system.gyp:nss', |
| 43 ], | 43 ], |
| 44 }], | 44 }], |
| 45 ], | 45 ], |
| 46 }], | 46 }], |
| 47 }], | 47 }], |
| 48 ], | 48 ], |
| 49 } | 49 } |
| OLD | NEW |