OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
6 # Dummy target to allow chrome to require chrome_dll to build | 6 # Dummy target to allow chrome to require chrome_dll to build |
7 # without actually linking to the library | 7 # without actually linking to the library |
8 ['OS=="mac"', { | 8 ['OS=="mac"', { |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 }, | 398 }, |
399 }, | 399 }, |
400 }], | 400 }], |
401 ] | 401 ] |
402 }], | 402 }], |
403 ['OS=="win" and configuration_policy==1', { | 403 ['OS=="win" and configuration_policy==1', { |
404 'dependencies': [ | 404 'dependencies': [ |
405 '<(DEPTH)/components/components.gyp:policy', | 405 '<(DEPTH)/components/components.gyp:policy', |
406 ], | 406 ], |
407 }], | 407 }], |
| 408 ['configuration_policy==1', { |
| 409 'dependencies': [ |
| 410 'policy_path_parser', |
| 411 ], |
| 412 }], |
408 ['enable_plugins==1', { | 413 ['enable_plugins==1', { |
409 'dependencies': [ | 414 'dependencies': [ |
410 '../pdf/pdf.gyp:pdf', | 415 '../pdf/pdf.gyp:pdf', |
411 ], | 416 ], |
412 }], | 417 }], |
413 ], | 418 ], |
414 }, # target chrome_child_dll | 419 }, # target chrome_child_dll |
415 ], | 420 ], |
416 }], | 421 }], |
417 ], | 422 ], |
418 } | 423 } |
OLD | NEW |