| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 '<@(chromium_browser_dependencies)', | 123 '<@(chromium_browser_dependencies)', |
| 124 'chrome_features.gyp:chrome_common_features', | 124 'chrome_features.gyp:chrome_common_features', |
| 125 'policy_path_parser', | 125 'policy_path_parser', |
| 126 '../content/content.gyp:content_app_browser', | 126 '../content/content.gyp:content_app_browser', |
| 127 '../third_party/cld_2/cld_2.gyp:cld_2', | 127 '../third_party/cld_2/cld_2.gyp:cld_2', |
| 128 ], | 128 ], |
| 129 'conditions': [ | 129 'conditions': [ |
| 130 ['OS=="win"', { | 130 ['OS=="win"', { |
| 131 'dependencies': [ | 131 'dependencies': [ |
| 132 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', | 132 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
| 133 '<(DEPTH)/chrome/chrome.gyp:install_static_util', | |
| 134 '<(DEPTH)/components/components.gyp:policy', | 133 '<(DEPTH)/components/components.gyp:policy', |
| 135 ], | 134 ], |
| 136 }], | 135 }], |
| 137 ['use_aura==1', { | 136 ['use_aura==1', { |
| 138 'dependencies': [ | 137 'dependencies': [ |
| 139 '../ui/compositor/compositor.gyp:compositor', | 138 '../ui/compositor/compositor.gyp:compositor', |
| 140 ], | 139 ], |
| 141 }], | 140 }], |
| 142 ['OS=="win" and target_arch=="ia32"', { | 141 ['OS=="win" and target_arch=="ia32"', { |
| 143 # Add a dependency to custom import library for user32 delay | 142 # Add a dependency to custom import library for user32 delay |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 'dependencies': [ | 394 'dependencies': [ |
| 396 '../pdf/pdf.gyp:pdf', | 395 '../pdf/pdf.gyp:pdf', |
| 397 ], | 396 ], |
| 398 }], | 397 }], |
| 399 ], | 398 ], |
| 400 }, # target chrome_child_dll | 399 }, # target chrome_child_dll |
| 401 ], | 400 ], |
| 402 }], | 401 }], |
| 403 ], | 402 ], |
| 404 } | 403 } |
| OLD | NEW |