OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 ], | 754 ], |
755 'content_unittests_android_sources': [ | 755 'content_unittests_android_sources': [ |
756 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', | 756 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', |
757 'browser/android/java/java_type_unittest.cc', | 757 'browser/android/java/java_type_unittest.cc', |
758 'browser/android/java/jni_helper_unittest.cc', | 758 'browser/android/java/jni_helper_unittest.cc', |
759 'browser/android/overscroll_refresh_unittest.cc', | 759 'browser/android/overscroll_refresh_unittest.cc', |
760 'browser/android/url_request_content_job_unittest.cc', | 760 'browser/android/url_request_content_job_unittest.cc', |
761 'browser/renderer_host/input/motion_event_android_unittest.cc', | 761 'browser/renderer_host/input/motion_event_android_unittest.cc', |
762 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 762 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
763 ], | 763 ], |
764 'content_unittests_webvr_sources': [ | |
765 'browser/vr/vr_transform_util_unittest.cc', | |
766 ], | |
767 }, | 764 }, |
768 'targets': [ | 765 'targets': [ |
769 { | 766 { |
770 # GN version: //content/test:layouttest_support | 767 # GN version: //content/test:layouttest_support |
771 'target_name': 'layouttest_support_content', | 768 'target_name': 'layouttest_support_content', |
772 'type': 'static_library', | 769 'type': 'static_library', |
773 'conditions': [ | 770 'conditions': [ |
774 ['OS=="android"', { | 771 ['OS=="android"', { |
775 'dependencies': [ | 772 'dependencies': [ |
776 'test_support_content_jni_headers', | 773 'test_support_content_jni_headers', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 'dependencies': [ | 1186 'dependencies': [ |
1190 '../ui/ozone/ozone.gyp:ozone', | 1187 '../ui/ozone/ozone.gyp:ozone', |
1191 '../ui/ozone/ozone.gyp:ozone_base', | 1188 '../ui/ozone/ozone.gyp:ozone_base', |
1192 ], | 1189 ], |
1193 }], | 1190 }], |
1194 ['OS == "mac" and use_openssl==1', { | 1191 ['OS == "mac" and use_openssl==1', { |
1195 'dependencies': [ | 1192 'dependencies': [ |
1196 '../third_party/boringssl/boringssl.gyp:boringssl', | 1193 '../third_party/boringssl/boringssl.gyp:boringssl', |
1197 ], | 1194 ], |
1198 }], | 1195 }], |
1199 ['enable_webvr==1', { | |
1200 'sources': [ '<@(content_unittests_webvr_sources)' ], | |
1201 }], | |
1202 ], | 1196 ], |
1203 }, | 1197 }, |
1204 ], | 1198 ], |
1205 'conditions': [ | 1199 'conditions': [ |
1206 ['test_isolation_mode != "noop"', { | 1200 ['test_isolation_mode != "noop"', { |
1207 'targets': [ | 1201 'targets': [ |
1208 { | 1202 { |
1209 'target_name': 'content_browsertests_run', | 1203 'target_name': 'content_browsertests_run', |
1210 'type': 'none', | 1204 'type': 'none', |
1211 'dependencies': [ | 1205 'dependencies': [ |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2108 ], | 2102 ], |
2109 }, | 2103 }, |
2110 'includes': [ | 2104 'includes': [ |
2111 '../build/host_jar.gypi', | 2105 '../build/host_jar.gypi', |
2112 ], | 2106 ], |
2113 }, | 2107 }, |
2114 ], | 2108 ], |
2115 }], | 2109 }], |
2116 ], | 2110 ], |
2117 } | 2111 } |
OLD | NEW |