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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 ], | 47 ], |
48 }], | 48 }], |
49 ['OS=="ios"', { | 49 ['OS=="ios"', { |
50 'dependencies': [ | 50 'dependencies': [ |
51 '../ios/ios.gyp:*', | 51 '../ios/ios.gyp:*', |
52 # NOTE: This list of targets is present because | 52 # NOTE: This list of targets is present because |
53 # mojo_base.gyp:mojo_base cannot be built on iOS, as | 53 # mojo_base.gyp:mojo_base cannot be built on iOS, as |
54 # javascript-related targets cause v8 to be built. | 54 # javascript-related targets cause v8 to be built. |
55 '../mojo/mojo_base.gyp:mojo_common_lib', | 55 '../mojo/mojo_base.gyp:mojo_common_lib', |
56 '../mojo/mojo_base.gyp:mojo_common_unittests', | 56 '../mojo/mojo_base.gyp:mojo_common_unittests', |
57 '../mojo/mojo_base.gyp:mojo_environment_chromium', | |
58 '../mojo/mojo_edk.gyp:mojo_system_impl', | 57 '../mojo/mojo_edk.gyp:mojo_system_impl', |
59 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', | 58 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', |
60 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests', | |
61 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', | 59 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', |
62 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', | 60 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', |
63 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests', | 61 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests', |
64 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 62 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
65 '../mojo/mojo_public.gyp:mojo_public_test_utils', | 63 '../mojo/mojo_public.gyp:mojo_public_test_utils', |
66 '../mojo/mojo_public.gyp:mojo_system', | 64 '../mojo/mojo_public.gyp:mojo_system', |
67 '../google_apis/google_apis.gyp:google_apis_unittests', | 65 '../google_apis/google_apis.gyp:google_apis_unittests', |
68 '../skia/skia_tests.gyp:skia_unittests', | 66 '../skia/skia_tests.gyp:skia_unittests', |
69 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 67 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
70 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 68 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1436 'dependencies': [ | 1434 'dependencies': [ |
1437 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1435 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1438 '../ui/views/views.gyp:views', | 1436 '../ui/views/views.gyp:views', |
1439 '../ui/views/views.gyp:views_unittests', | 1437 '../ui/views/views.gyp:views_unittests', |
1440 ], | 1438 ], |
1441 }, # target_name: macviews_builder | 1439 }, # target_name: macviews_builder |
1442 ], # targets | 1440 ], # targets |
1443 }], # os=='mac' and toolkit_views==1 | 1441 }], # os=='mac' and toolkit_views==1 |
1444 ], # conditions | 1442 ], # conditions |
1445 } | 1443 } |
OLD | NEW |