OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 | 908 |
909 test("content_gl_tests") { | 909 test("content_gl_tests") { |
910 # See comment at the top of //content/BUILD.gn for why this is disabled in | 910 # See comment at the top of //content/BUILD.gn for why this is disabled in |
911 # component builds. | 911 # component builds. |
912 if (is_component_build) { | 912 if (is_component_build) { |
913 check_includes = false | 913 check_includes = false |
914 } | 914 } |
915 | 915 |
916 sources = [ | 916 sources = [ |
917 "../browser/compositor/gl_helper_unittest.cc", | 917 "../browser/compositor/gl_helper_unittest.cc", |
| 918 "../common/gpu/client/gpu_context_tests.h", |
918 "../common/gpu/client/gpu_in_process_context_tests.cc", | 919 "../common/gpu/client/gpu_in_process_context_tests.cc", |
919 "run_all_gl_tests.cc", | 920 "run_all_gl_tests.cc", |
920 ] | 921 ] |
921 | 922 |
922 deps = [ | 923 deps = [ |
923 ":test_support", | 924 ":test_support", |
924 "//base/test:test_support", | 925 "//base/test:test_support", |
925 "//content/browser:for_content_tests", | 926 "//content/browser:for_content_tests", |
926 "//content/public/common", | 927 "//content/public/common", |
927 "//gpu/blink", | 928 "//gpu/blink", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 "//gpu:test_support", | 1018 "//gpu:test_support", |
1018 "//media/base/android", | 1019 "//media/base/android", |
1019 "//media/base/android:media_java", | 1020 "//media/base/android:media_java", |
1020 "//media/capture/video/android:capture_java", | 1021 "//media/capture/video/android:capture_java", |
1021 "//testing/gmock", | 1022 "//testing/gmock", |
1022 "//ui/android:ui_java", | 1023 "//ui/android:ui_java", |
1023 ] | 1024 ] |
1024 } | 1025 } |
1025 } | 1026 } |
1026 } | 1027 } |
OLD | NEW |