Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: content/test/BUILD.gn

Issue 1907783002: Delete //gpu/blink/ and WebGraphicsContext3DImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-webgraphicscontext3dimpl: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "//content/public/renderer", 454 "//content/public/renderer",
455 "//content/renderer:for_content_tests", 455 "//content/renderer:for_content_tests",
456 "//content/shell:content_shell_lib", 456 "//content/shell:content_shell_lib",
457 "//content/shell:pak", 457 "//content/shell:pak",
458 "//content/test:test_support", 458 "//content/test:test_support",
459 "//device/battery", 459 "//device/battery",
460 "//device/battery:mojo_bindings", 460 "//device/battery:mojo_bindings",
461 "//device/vibration:mojo_bindings", 461 "//device/vibration:mojo_bindings",
462 "//gin", 462 "//gin",
463 "//gpu", 463 "//gpu",
464 "//gpu/blink",
465 "//ipc:test_support", 464 "//ipc:test_support",
466 "//media", 465 "//media",
467 "//media:test_support", 466 "//media:test_support",
468 "//media/audio:test_support", 467 "//media/audio:test_support",
469 "//media/base:test_support", 468 "//media/base:test_support",
470 "//mojo/edk/system", 469 "//mojo/edk/system",
471 "//mojo/edk/test:test_support", 470 "//mojo/edk/test:test_support",
472 "//mojo/public/cpp/bindings", 471 "//mojo/public/cpp/bindings",
473 "//mojo/public/js", 472 "//mojo/public/js",
474 "//mojo/test:test_support", 473 "//mojo/test:test_support",
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 "../common/gpu/client/gpu_context_tests.h", 920 "../common/gpu/client/gpu_context_tests.h",
922 "../common/gpu/client/gpu_in_process_context_tests.cc", 921 "../common/gpu/client/gpu_in_process_context_tests.cc",
923 "run_all_gl_tests.cc", 922 "run_all_gl_tests.cc",
924 ] 923 ]
925 924
926 deps = [ 925 deps = [
927 ":test_support", 926 ":test_support",
928 "//base/test:test_support", 927 "//base/test:test_support",
929 "//content/browser:for_content_tests", 928 "//content/browser:for_content_tests",
930 "//content/public/common", 929 "//content/public/common",
931 "//gpu/blink",
932 "//gpu/command_buffer/client:gl_in_process_context", 930 "//gpu/command_buffer/client:gl_in_process_context",
933 "//gpu/command_buffer/client:gles2_implementation", 931 "//gpu/command_buffer/client:gles2_implementation",
934 "//gpu/command_buffer/common", 932 "//gpu/command_buffer/common",
935 "//media", 933 "//media",
936 "//testing/gtest", 934 "//testing/gtest",
937 "//third_party/WebKit/public:blink", 935 "//third_party/WebKit/public:blink",
938 "//ui/base", 936 "//ui/base",
939 "//ui/gfx", 937 "//ui/gfx",
940 "//ui/gfx:test_support", 938 "//ui/gfx:test_support",
941 "//ui/gfx/geometry", 939 "//ui/gfx/geometry",
(...skipping 25 matching lines...) Expand all
967 sources = [ 965 sources = [
968 "../browser/compositor/gl_helper_benchmark.cc", 966 "../browser/compositor/gl_helper_benchmark.cc",
969 "run_gl_benchmark.cc", 967 "run_gl_benchmark.cc",
970 ] 968 ]
971 969
972 deps = [ 970 deps = [
973 ":test_support", 971 ":test_support",
974 "//base/test:test_support", 972 "//base/test:test_support",
975 "//content/browser:for_content_tests", 973 "//content/browser:for_content_tests",
976 "//content/public/common", 974 "//content/public/common",
977 "//gpu/blink",
978 "//gpu/command_buffer/client:gl_in_process_context", 975 "//gpu/command_buffer/client:gl_in_process_context",
979 "//gpu/command_buffer/client:gles2_implementation", 976 "//gpu/command_buffer/client:gles2_implementation",
980 "//testing/gtest", 977 "//testing/gtest",
981 "//third_party/WebKit/public:blink", 978 "//third_party/WebKit/public:blink",
982 "//ui/base", 979 "//ui/base",
983 "//ui/gfx", 980 "//ui/gfx",
984 "//ui/gfx/geometry", 981 "//ui/gfx/geometry",
985 "//ui/gl", 982 "//ui/gl",
986 "//ui/gl:test_support", 983 "//ui/gl:test_support",
987 ] 984 ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "//gpu:test_support", 1018 "//gpu:test_support",
1022 "//media/base/android", 1019 "//media/base/android",
1023 "//media/base/android:media_java", 1020 "//media/base/android:media_java",
1024 "//media/capture/video/android:capture_java", 1021 "//media/capture/video/android:capture_java",
1025 "//testing/gmock", 1022 "//testing/gmock",
1026 "//ui/android:ui_java", 1023 "//ui/android:ui_java",
1027 ] 1024 ]
1028 } 1025 }
1029 } 1026 }
1030 } 1027 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698