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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 '../base/base.gyp:base_unittests', | 312 '../base/base.gyp:base_unittests', |
313 '../components/components_tests.gyp:components_unittests', | 313 '../components/components_tests.gyp:components_unittests', |
314 '../crypto/crypto.gyp:crypto_unittests', | 314 '../crypto/crypto.gyp:crypto_unittests', |
315 '../net/net.gyp:net_unittests', | 315 '../net/net.gyp:net_unittests', |
316 '../skia/skia_tests.gyp:skia_unittests', | 316 '../skia/skia_tests.gyp:skia_unittests', |
317 '../sql/sql.gyp:sql_unittests', | 317 '../sql/sql.gyp:sql_unittests', |
318 '../sync/sync.gyp:sync_unit_tests', | 318 '../sync/sync.gyp:sync_unit_tests', |
319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
320 '../ui/display/display.gyp:display_unittests', | 320 '../ui/display/display.gyp:display_unittests', |
321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
322 '../ui/gl/gl_tests.gyp:gl_unittests', | |
323 '../url/url.gyp:url_unittests', | 322 '../url/url.gyp:url_unittests', |
324 ], | 323 ], |
325 'conditions': [ | 324 'conditions': [ |
| 325 ['OS!="ios"', { |
| 326 'dependencies': [ |
| 327 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 328 ], |
| 329 }], |
326 ['OS!="ios" and OS!="mac"', { | 330 ['OS!="ios" and OS!="mac"', { |
327 'dependencies': [ | 331 'dependencies': [ |
328 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 332 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
329 ], | 333 ], |
330 }], | 334 }], |
331 ['OS!="ios" and OS!="android"', { | 335 ['OS!="ios" and OS!="android"', { |
332 'dependencies': [ | 336 'dependencies': [ |
333 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 337 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
334 '../cc/cc_tests.gyp:cc_unittests', | 338 '../cc/cc_tests.gyp:cc_unittests', |
335 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 339 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1400 'dependencies': [ | 1404 'dependencies': [ |
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1402 '../ui/views/views.gyp:views', | 1406 '../ui/views/views.gyp:views', |
1403 '../ui/views/views.gyp:views_unittests', | 1407 '../ui/views/views.gyp:views_unittests', |
1404 ], | 1408 ], |
1405 }, # target_name: macviews_builder | 1409 }, # target_name: macviews_builder |
1406 ], # targets | 1410 ], # targets |
1407 }], # os=='mac' and toolkit_views==1 | 1411 }], # os=='mac' and toolkit_views==1 |
1408 ], # conditions | 1412 ], # conditions |
1409 } | 1413 } |
OLD | NEW |