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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 # please also add it to build/android/pylib/gtest/gtest_config.py, | 748 # please also add it to build/android/pylib/gtest/gtest_config.py, |
749 # else the test is not run. | 749 # else the test is not run. |
750 # | 750 # |
751 # WARNING: | 751 # WARNING: |
752 # Do not add targets here without communicating the implications | 752 # Do not add targets here without communicating the implications |
753 # on tryserver triggers and load. Discuss with | 753 # on tryserver triggers and load. Discuss with |
754 # chrome-infrastructure-team please. | 754 # chrome-infrastructure-team please. |
755 'target_name': 'android_builder_tests', | 755 'target_name': 'android_builder_tests', |
756 'type': 'none', | 756 'type': 'none', |
757 'dependencies': [ | 757 'dependencies': [ |
| 758 'android/build_android.gyp:build_android_python_unittests', |
758 '../android_webview/android_webview.gyp:android_webview_unittests', | 759 '../android_webview/android_webview.gyp:android_webview_unittests', |
759 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', | 760 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', |
760 '../base/base.gyp:base_unittests', | 761 '../base/base.gyp:base_unittests', |
761 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', | 762 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', |
762 # Also compile the tools needed to deal with minidumps, they are | 763 # Also compile the tools needed to deal with minidumps, they are |
763 # needed to run minidump tests upstream. | 764 # needed to run minidump tests upstream. |
764 '../breakpad/breakpad.gyp:dump_syms#host', | 765 '../breakpad/breakpad.gyp:dump_syms#host', |
765 '../breakpad/breakpad.gyp:symupload#host', | 766 '../breakpad/breakpad.gyp:symupload#host', |
766 '../breakpad/breakpad.gyp:minidump_dump#host', | 767 '../breakpad/breakpad.gyp:minidump_dump#host', |
767 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 768 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 'dependencies': [ | 1331 'dependencies': [ |
1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1332 '../ui/views/views.gyp:views', | 1333 '../ui/views/views.gyp:views', |
1333 '../ui/views/views.gyp:views_unittests', | 1334 '../ui/views/views.gyp:views_unittests', |
1334 ], | 1335 ], |
1335 }, # target_name: macviews_builder | 1336 }, # target_name: macviews_builder |
1336 ], # targets | 1337 ], # targets |
1337 }], # os=='mac' and toolkit_views==1 | 1338 }], # os=='mac' and toolkit_views==1 |
1338 ], # conditions | 1339 ], # conditions |
1339 } | 1340 } |
OLD | NEW |