| 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'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 149 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 150 '../tools/telemetry/telemetry.gyp:*', | 150 '../tools/telemetry/telemetry.gyp:*', |
| 151 '../v8/tools/gyp/v8.gyp:*', | 151 '../v8/tools/gyp/v8.gyp:*', |
| 152 '<(libjpeg_gyp_path):*', | 152 '<(libjpeg_gyp_path):*', |
| 153 ], | 153 ], |
| 154 }], | 154 }], |
| 155 ['OS!="ios"', { | 155 ['OS!="ios"', { |
| 156 'dependencies': [ | 156 'dependencies': [ |
| 157 '../device/bluetooth/bluetooth.gyp:*', | 157 '../device/bluetooth/bluetooth.gyp:*', |
| 158 '../device/device_tests.gyp:*', | 158 '../device/device_tests.gyp:*', |
| 159 '../services/services_tests.gyp:*', |
| 159 ], | 160 ], |
| 160 }], | 161 }], |
| 161 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { | 162 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { |
| 162 'dependencies': [ | 163 'dependencies': [ |
| 163 '../third_party/nss/nss.gyp:*', | 164 '../third_party/nss/nss.gyp:*', |
| 164 ], | 165 ], |
| 165 }], | 166 }], |
| 166 ['OS=="win" or OS=="ios" or OS=="linux"', { | 167 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| 167 'dependencies': [ | 168 'dependencies': [ |
| 168 '../breakpad/breakpad.gyp:*', | 169 '../breakpad/breakpad.gyp:*', |
| (...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 'dependencies': [ | 1373 'dependencies': [ |
| 1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1374 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1374 '../ui/views/views.gyp:views', | 1375 '../ui/views/views.gyp:views', |
| 1375 '../ui/views/views.gyp:views_unittests', | 1376 '../ui/views/views.gyp:views_unittests', |
| 1376 ], | 1377 ], |
| 1377 }, # target_name: macviews_builder | 1378 }, # target_name: macviews_builder |
| 1378 ], # targets | 1379 ], # targets |
| 1379 }], # os=='mac' and toolkit_views==1 | 1380 }], # os=='mac' and toolkit_views==1 |
| 1380 ], # conditions | 1381 ], # conditions |
| 1381 } | 1382 } |
| OLD | NEW |