| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 '../chrome/chrome.gyp:chrome', | 149 '../chrome/chrome.gyp:chrome', |
| 150 '../chrome/chrome.gyp:browser_tests', | 150 '../chrome/chrome.gyp:browser_tests', |
| 151 ] | 151 ] |
| 152 }, { | 152 }, { |
| 153 'dependencies': [ | 153 'dependencies': [ |
| 154 '../chrome/chrome.gyp:*', | 154 '../chrome/chrome.gyp:*', |
| 155 ], | 155 ], |
| 156 }], | 156 }], |
| 157 ], | 157 ], |
| 158 }], | 158 }], |
| 159 ['OS=="mac" or OS=="ios" or OS=="win"', { | 159 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { |
| 160 'dependencies': [ | 160 'dependencies': [ |
| 161 '../third_party/nss/nss.gyp:*', | 161 '../third_party/nss/nss.gyp:*', |
| 162 ], | 162 ], |
| 163 }], | 163 }], |
| 164 ['OS=="win" or OS=="ios" or OS=="linux"', { | 164 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| 165 'dependencies': [ | 165 'dependencies': [ |
| 166 '../breakpad/breakpad.gyp:*', | 166 '../breakpad/breakpad.gyp:*', |
| 167 ], | 167 ], |
| 168 }], | 168 }], |
| 169 ['OS=="mac"', { | 169 ['OS=="mac"', { |
| (...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 'dependencies': [ | 1361 'dependencies': [ |
| 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1363 '../ui/views/views.gyp:views', | 1363 '../ui/views/views.gyp:views', |
| 1364 '../ui/views/views.gyp:views_unittests', | 1364 '../ui/views/views.gyp:views_unittests', |
| 1365 ], | 1365 ], |
| 1366 }, # target_name: macviews_builder | 1366 }, # target_name: macviews_builder |
| 1367 ], # targets | 1367 ], # targets |
| 1368 }], # os=='mac' and toolkit_views==1 | 1368 }], # os=='mac' and toolkit_views==1 |
| 1369 ], # conditions | 1369 ], # conditions |
| 1370 } | 1370 } |
| OLD | NEW |