Chromium Code Reviews| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 237 }], | 237 }], |
| 238 ['toolkit_views==1', { | 238 ['toolkit_views==1', { |
| 239 'dependencies': [ | 239 'dependencies': [ |
| 240 '../ui/views/controls/webview/webview.gyp:*', | 240 '../ui/views/controls/webview/webview.gyp:*', |
| 241 '../ui/views/views.gyp:*', | 241 '../ui/views/views.gyp:*', |
| 242 ], | 242 ], |
| 243 }], | 243 }], |
| 244 ['use_aura==1', { | 244 ['use_aura==1', { |
| 245 'dependencies': [ | 245 'dependencies': [ |
| 246 '../ash/ash.gyp:*', | 246 '../ash/ash.gyp:*', |
| 247 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests ', | |
|
mfomitchev
2016/04/08 21:49:08
This is a unit tests target, I don't think it shou
| |
| 247 '../ui/aura/aura.gyp:*', | 248 '../ui/aura/aura.gyp:*', |
| 248 '../ui/aura_extra/aura_extra.gyp:*', | 249 '../ui/aura_extra/aura_extra.gyp:*', |
| 249 ], | 250 ], |
| 250 }], | 251 }], |
| 251 ['remoting==1', { | 252 ['remoting==1', { |
| 252 'dependencies': [ | 253 'dependencies': [ |
| 253 '../remoting/remoting_all.gyp:remoting_all', | 254 '../remoting/remoting_all.gyp:remoting_all', |
| 254 ], | 255 ], |
| 255 }], | 256 }], |
| 256 ['use_openssl==0', { | 257 ['use_openssl==0', { |
| (...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1402 'dependencies': [ | 1403 'dependencies': [ |
| 1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1404 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1404 '../ui/views/views.gyp:views', | 1405 '../ui/views/views.gyp:views', |
| 1405 '../ui/views/views.gyp:views_unittests', | 1406 '../ui/views/views.gyp:views_unittests', |
| 1406 ], | 1407 ], |
| 1407 }, # target_name: macviews_builder | 1408 }, # target_name: macviews_builder |
| 1408 ], # targets | 1409 ], # targets |
| 1409 }], # os=='mac' and toolkit_views==1 | 1410 }], # os=='mac' and toolkit_views==1 |
| 1410 ], # conditions | 1411 ], # conditions |
| 1411 } | 1412 } |
| OLD | NEW |