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 22 matching lines...) Expand all Loading... |
33 '../ui/base/ui_base.gyp:*', | 33 '../ui/base/ui_base.gyp:*', |
34 '../ui/display/display.gyp:display_unittests', | 34 '../ui/display/display.gyp:display_unittests', |
35 '../ui/snapshot/snapshot.gyp:*', | 35 '../ui/snapshot/snapshot.gyp:*', |
36 '../url/url.gyp:*', | 36 '../url/url.gyp:*', |
37 ], | 37 ], |
38 'conditions': [ | 38 'conditions': [ |
39 ['OS=="ios"', { | 39 ['OS=="ios"', { |
40 'dependencies': [ | 40 'dependencies': [ |
41 '../ios/ios.gyp:*', | 41 '../ios/ios.gyp:*', |
42 '../ui/base/ui_base_tests.gyp:ui_unittests', | 42 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 43 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
43 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 44 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
44 ], | 45 ], |
45 }], | 46 }], |
46 ['OS=="android"', { | 47 ['OS=="android"', { |
47 'dependencies': [ | 48 'dependencies': [ |
48 '../content/content_shell_and_tests.gyp:content_shell_apk', | 49 '../content/content_shell_and_tests.gyp:content_shell_apk', |
49 '../mojo/mojo.gyp:mojo_shell_apk', | 50 '../mojo/mojo.gyp:mojo_shell_apk', |
50 '../mojo/mojo_base.gyp:mojo_test_apk', | 51 '../mojo/mojo_base.gyp:mojo_test_apk', |
51 '<@(android_app_targets)', | 52 '<@(android_app_targets)', |
52 'android_builder_tests', | 53 'android_builder_tests', |
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 'dependencies': [ | 1289 'dependencies': [ |
1289 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1290 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1290 '../ui/views/views.gyp:views', | 1291 '../ui/views/views.gyp:views', |
1291 '../ui/views/views.gyp:views_unittests', | 1292 '../ui/views/views.gyp:views_unittests', |
1292 ], | 1293 ], |
1293 }, # target_name: macviews_builder | 1294 }, # target_name: macviews_builder |
1294 ], # targets | 1295 ], # targets |
1295 }], # os=='mac' and toolkit_views==1 | 1296 }], # os=='mac' and toolkit_views==1 |
1296 ], # conditions | 1297 ], # conditions |
1297 } | 1298 } |
OLD | NEW |