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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 '../google_apis/google_apis.gyp:google_apis_unittests', | 57 '../google_apis/google_apis.gyp:google_apis_unittests', |
58 '../skia/skia_tests.gyp:skia_unittests', | 58 '../skia/skia_tests.gyp:skia_unittests', |
59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts', | 60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts', |
61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', | 61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', |
62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests ', | |
jam
2015/02/10 17:47:08
I don't know why this is needed, see error in patc
jam
2015/02/10 17:47:42
it does seem superfluous to add these targets thou
| |
63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', | 62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', |
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', | 63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', |
65 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', | 64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', |
66 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
67 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', | 66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', |
68 '../third_party/mojo/mojo_public.gyp:mojo_system', | 67 '../third_party/mojo/mojo_public.gyp:mojo_system', |
69 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 68 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
70 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 69 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
71 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 70 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
72 ], | 71 ], |
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1383 'dependencies': [ | 1382 'dependencies': [ |
1384 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1383 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1385 '../ui/views/views.gyp:views', | 1384 '../ui/views/views.gyp:views', |
1386 '../ui/views/views.gyp:views_unittests', | 1385 '../ui/views/views.gyp:views_unittests', |
1387 ], | 1386 ], |
1388 }, # target_name: macviews_builder | 1387 }, # target_name: macviews_builder |
1389 ], # targets | 1388 ], # targets |
1390 }], # os=='mac' and toolkit_views==1 | 1389 }], # os=='mac' and toolkit_views==1 |
1391 ], # conditions | 1390 ], # conditions |
1392 } | 1391 } |
OLD | NEW |