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

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: noflush 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | gpu/blink/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "//content/public/renderer", 455 "//content/public/renderer",
456 "//content/renderer:for_content_tests", 456 "//content/renderer:for_content_tests",
457 "//content/shell:content_shell_lib", 457 "//content/shell:content_shell_lib",
458 "//content/shell:pak", 458 "//content/shell:pak",
459 "//content/test:test_support", 459 "//content/test:test_support",
460 "//device/battery", 460 "//device/battery",
461 "//device/battery:mojo_bindings", 461 "//device/battery:mojo_bindings",
462 "//device/vibration:mojo_bindings", 462 "//device/vibration:mojo_bindings",
463 "//gin", 463 "//gin",
464 "//gpu", 464 "//gpu",
465 "//gpu/blink",
466 "//ipc:test_support", 465 "//ipc:test_support",
467 "//media", 466 "//media",
468 "//media:test_support", 467 "//media:test_support",
469 "//media/audio:test_support", 468 "//media/audio:test_support",
470 "//media/base:test_support", 469 "//media/base:test_support",
471 "//mojo/edk/system", 470 "//mojo/edk/system",
472 "//mojo/edk/test:test_support", 471 "//mojo/edk/test:test_support",
473 "//mojo/public/cpp/bindings", 472 "//mojo/public/cpp/bindings",
474 "//mojo/public/js", 473 "//mojo/public/js",
475 "//mojo/test:test_support", 474 "//mojo/test:test_support",
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "../common/gpu/client/gpu_context_tests.h", 919 "../common/gpu/client/gpu_context_tests.h",
921 "../common/gpu/client/gpu_in_process_context_tests.cc", 920 "../common/gpu/client/gpu_in_process_context_tests.cc",
922 "run_all_gl_tests.cc", 921 "run_all_gl_tests.cc",
923 ] 922 ]
924 923
925 deps = [ 924 deps = [
926 ":test_support", 925 ":test_support",
927 "//base/test:test_support", 926 "//base/test:test_support",
928 "//content/browser:for_content_tests", 927 "//content/browser:for_content_tests",
929 "//content/public/common", 928 "//content/public/common",
930 "//gpu/blink",
931 "//gpu/command_buffer/client:gl_in_process_context", 929 "//gpu/command_buffer/client:gl_in_process_context",
932 "//gpu/command_buffer/client:gles2_implementation", 930 "//gpu/command_buffer/client:gles2_implementation",
933 "//gpu/command_buffer/common", 931 "//gpu/command_buffer/common",
934 "//media", 932 "//media",
935 "//testing/gtest", 933 "//testing/gtest",
936 "//third_party/WebKit/public:blink", 934 "//third_party/WebKit/public:blink",
937 "//ui/base", 935 "//ui/base",
938 "//ui/gfx", 936 "//ui/gfx",
939 "//ui/gfx:test_support", 937 "//ui/gfx:test_support",
940 "//ui/gfx/geometry", 938 "//ui/gfx/geometry",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 "//gpu:test_support", 988 "//gpu:test_support",
991 "//media/base/android", 989 "//media/base/android",
992 "//media/base/android:media_java", 990 "//media/base/android:media_java",
993 "//media/capture/video/android:capture_java", 991 "//media/capture/video/android:capture_java",
994 "//testing/gmock", 992 "//testing/gmock",
995 "//ui/android:ui_java", 993 "//ui/android:ui_java",
996 ] 994 ]
997 } 995 }
998 } 996 }
999 } 997 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | gpu/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698