| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '../ui/aura/aura.gyp:*', | 232 '../ui/aura/aura.gyp:*', |
| 233 ], | 233 ], |
| 234 }], | 234 }], |
| 235 ['use_ash==1', { | 235 ['use_ash==1', { |
| 236 'dependencies': [ | 236 'dependencies': [ |
| 237 '../ash/ash.gyp:*', | 237 '../ash/ash.gyp:*', |
| 238 ], | 238 ], |
| 239 }], | 239 }], |
| 240 ['remoting==1', { | 240 ['remoting==1', { |
| 241 'dependencies': [ | 241 'dependencies': [ |
| 242 '../remoting/remoting.gyp:*', | 242 '../remoting/remoting_all.gyp:remoting_all', |
| 243 ], | 243 ], |
| 244 }], | 244 }], |
| 245 ['use_openssl==0', { | 245 ['use_openssl==0', { |
| 246 'dependencies': [ | 246 'dependencies': [ |
| 247 '../net/third_party/nss/ssl.gyp:*', | 247 '../net/third_party/nss/ssl.gyp:*', |
| 248 ], | 248 ], |
| 249 }], | 249 }], |
| 250 ['use_openssl==1', { | 250 ['use_openssl==1', { |
| 251 'dependencies': [ | 251 'dependencies': [ |
| 252 '../third_party/boringssl/boringssl.gyp:*', | 252 '../third_party/boringssl/boringssl.gyp:*', |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 'dependencies': [ | 1382 'dependencies': [ |
| 1383 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1383 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1384 '../ui/views/views.gyp:views', | 1384 '../ui/views/views.gyp:views', |
| 1385 '../ui/views/views.gyp:views_unittests', | 1385 '../ui/views/views.gyp:views_unittests', |
| 1386 ], | 1386 ], |
| 1387 }, # target_name: macviews_builder | 1387 }, # target_name: macviews_builder |
| 1388 ], # targets | 1388 ], # targets |
| 1389 }], # os=='mac' and toolkit_views==1 | 1389 }], # os=='mac' and toolkit_views==1 |
| 1390 ], # conditions | 1390 ], # conditions |
| 1391 } | 1391 } |
| OLD | NEW |