| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 ['enable_app_list==1', { | 246 ['enable_app_list==1', { |
| 247 'dependencies': [ | 247 'dependencies': [ |
| 248 '../ui/app_list/app_list.gyp:*', | 248 '../ui/app_list/app_list.gyp:*', |
| 249 ], | 249 ], |
| 250 }], | 250 }], |
| 251 ['OS!="android" and OS!="ios"', { | 251 ['OS!="android" and OS!="ios"', { |
| 252 'dependencies': [ | 252 'dependencies': [ |
| 253 '../google_apis/gcm/gcm.gyp:*', | 253 '../google_apis/gcm/gcm.gyp:*', |
| 254 ], | 254 ], |
| 255 }], | 255 }], |
| 256 ['chromeos==1 or (OS=="linux" and use_aura==1)', { | 256 ['chromeos==1 or (OS=="linux" and use_aura==1) or OS=="win"', { |
| 257 'dependencies': [ | 257 'dependencies': [ |
| 258 '../extensions/shell/app_shell.gyp:*', | 258 '../extensions/shell/app_shell.gyp:*', |
| 259 ], | 259 ], |
| 260 }], | 260 }], |
| 261 ['chromeos==1', { | 261 ['chromeos==1', { |
| 262 'dependencies': [ | 262 'dependencies': [ |
| 263 '../athena/main/athena_main.gyp:*', | 263 '../athena/main/athena_main.gyp:*', |
| 264 ], | 264 ], |
| 265 }], | 265 }], |
| 266 ], | 266 ], |
| (...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1309 'dependencies': [ | 1309 'dependencies': [ |
| 1310 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1310 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1311 '../ui/views/views.gyp:views', | 1311 '../ui/views/views.gyp:views', |
| 1312 '../ui/views/views.gyp:views_unittests', | 1312 '../ui/views/views.gyp:views_unittests', |
| 1313 ], | 1313 ], |
| 1314 }, # target_name: macviews_builder | 1314 }, # target_name: macviews_builder |
| 1315 ], # targets | 1315 ], # targets |
| 1316 }], # os=='mac' and toolkit_views==1 | 1316 }], # os=='mac' and toolkit_views==1 |
| 1317 ], # conditions | 1317 ], # conditions |
| 1318 } | 1318 } |
| OLD | NEW |