| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 }], | 201 }], |
| 202 ['toolkit_views==1', { | 202 ['toolkit_views==1', { |
| 203 'dependencies': [ | 203 'dependencies': [ |
| 204 '../ui/views/controls/webview/webview.gyp:*', | 204 '../ui/views/controls/webview/webview.gyp:*', |
| 205 '../ui/views/views.gyp:*', | 205 '../ui/views/views.gyp:*', |
| 206 ], | 206 ], |
| 207 }], | 207 }], |
| 208 ['use_aura==1', { | 208 ['use_aura==1', { |
| 209 'dependencies': [ | 209 'dependencies': [ |
| 210 '../ui/aura/aura.gyp:*', | 210 '../ui/aura/aura.gyp:*', |
| 211 '../ui/oak/oak.gyp:*', | |
| 212 ], | 211 ], |
| 213 }], | 212 }], |
| 214 ['use_ash==1', { | 213 ['use_ash==1', { |
| 215 'dependencies': [ | 214 'dependencies': [ |
| 216 '../ash/ash.gyp:*', | 215 '../ash/ash.gyp:*', |
| 217 ], | 216 ], |
| 218 }], | 217 }], |
| 219 ['remoting==1', { | 218 ['remoting==1', { |
| 220 'dependencies': [ | 219 'dependencies': [ |
| 221 '../remoting/remoting.gyp:*', | 220 '../remoting/remoting.gyp:*', |
| (...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 # http://crbug.com/157234 | 1233 # http://crbug.com/157234 |
| 1235 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1234 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1236 '../chrome/chrome.gyp:unit_tests_run', | 1235 '../chrome/chrome.gyp:unit_tests_run', |
| 1237 '../net/net.gyp:net_unittests_run', | 1236 '../net/net.gyp:net_unittests_run', |
| 1238 ], | 1237 ], |
| 1239 }, # target_name: chromium_swarm_tests | 1238 }, # target_name: chromium_swarm_tests |
| 1240 ], | 1239 ], |
| 1241 }], | 1240 }], |
| 1242 ], # conditions | 1241 ], # conditions |
| 1243 } | 1242 } |
| OLD | NEW |