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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 ['enable_app_list==1', { | 258 ['enable_app_list==1', { |
259 'dependencies': [ | 259 'dependencies': [ |
260 '../ui/app_list/app_list.gyp:*', | 260 '../ui/app_list/app_list.gyp:*', |
261 ], | 261 ], |
262 }], | 262 }], |
263 ['OS!="android" and OS!="ios"', { | 263 ['OS!="android" and OS!="ios"', { |
264 'dependencies': [ | 264 'dependencies': [ |
265 '../google_apis/gcm/gcm.gyp:*', | 265 '../google_apis/gcm/gcm.gyp:*', |
266 ], | 266 ], |
267 }], | 267 }], |
268 ['chromeos==1 or OS=="linux" or OS=="win"', { | 268 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { |
269 'dependencies': [ | 269 'dependencies': [ |
270 '../extensions/shell/app_shell.gyp:*', | 270 '../extensions/shell/app_shell.gyp:*', |
271 ], | 271 ], |
272 }], | 272 }], |
273 ['chromeos==1', { | 273 ['chromeos==1', { |
274 'dependencies': [ | 274 'dependencies': [ |
275 '../athena/main/athena_main.gyp:*', | 275 '../athena/main/athena_main.gyp:*', |
276 ], | 276 ], |
277 }], | 277 }], |
278 ['envoy==1', { | 278 ['envoy==1', { |
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 'dependencies': [ | 1380 'dependencies': [ |
1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1382 '../ui/views/views.gyp:views', | 1382 '../ui/views/views.gyp:views', |
1383 '../ui/views/views.gyp:views_unittests', | 1383 '../ui/views/views.gyp:views_unittests', |
1384 ], | 1384 ], |
1385 }, # target_name: macviews_builder | 1385 }, # target_name: macviews_builder |
1386 ], # targets | 1386 ], # targets |
1387 }], # os=='mac' and toolkit_views==1 | 1387 }], # os=='mac' and toolkit_views==1 |
1388 ], # conditions | 1388 ], # conditions |
1389 } | 1389 } |
OLD | NEW |