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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 '../ui/app_list/app_list.gyp:*', | 228 '../ui/app_list/app_list.gyp:*', |
229 ], | 229 ], |
230 }], | 230 }], |
231 ['OS!="android" and OS!="ios"', { | 231 ['OS!="android" and OS!="ios"', { |
232 'dependencies': [ | 232 'dependencies': [ |
233 '../google_apis/gcm/gcm.gyp:*', | 233 '../google_apis/gcm/gcm.gyp:*', |
234 ], | 234 ], |
235 }], | 235 }], |
236 ['chromeos==1 or (OS=="linux" and use_aura==1)', { | 236 ['chromeos==1 or (OS=="linux" and use_aura==1)', { |
237 'dependencies': [ | 237 'dependencies': [ |
238 '../apps/shell/app_shell.gyp:*', | 238 '../extensions/shell/app_shell.gyp:*', |
239 ], | 239 ], |
240 }], | 240 }], |
241 ['chromeos==1', { | 241 ['chromeos==1', { |
242 'dependencies': [ | 242 'dependencies': [ |
243 '../athena/main/athena_main.gyp:*', | 243 '../athena/main/athena_main.gyp:*', |
244 ], | 244 ], |
245 }], | 245 }], |
246 ], | 246 ], |
247 }, # target_name: All | 247 }, # target_name: All |
248 { | 248 { |
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1279 'dependencies': [ | 1279 'dependencies': [ |
1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1281 '../ui/views/views.gyp:views', | 1281 '../ui/views/views.gyp:views', |
1282 '../ui/views/views.gyp:views_unittests', | 1282 '../ui/views/views.gyp:views_unittests', |
1283 ], | 1283 ], |
1284 }, # target_name: macviews_builder | 1284 }, # target_name: macviews_builder |
1285 ], # targets | 1285 ], # targets |
1286 }], # os=='mac' and toolkit_views==1 | 1286 }], # os=='mac' and toolkit_views==1 |
1287 ], # conditions | 1287 ], # conditions |
1288 } | 1288 } |
OLD | NEW |