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

Unified Diff: gpu/blink/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/blink/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/BUILD.gn
diff --git a/gpu/blink/BUILD.gn b/gpu/blink/BUILD.gn
deleted file mode 100644
index 1c446c9e68331ac31c4a515eaeff49dcc94143e2..0000000000000000000000000000000000000000
--- a/gpu/blink/BUILD.gn
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# GYP version: gpu/blink/gpu_blink.gyp:gpu_blink
-component("blink") {
- output_name = "gpu_blink"
-
- sources = [
- "gpu_blink_export.h",
- "webgraphicscontext3d_impl.cc",
- "webgraphicscontext3d_impl.h",
- ]
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
- defines = [ "GPU_BLINK_IMPLEMENTATION" ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//cc",
- "//gpu/command_buffer/client:gl_in_process_context",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/common",
- "//gpu/command_buffer/common:gles2_utils",
- "//gpu/command_buffer/service",
- "//gpu/skia_bindings",
- "//skia",
- "//third_party/WebKit/public:blink_minimal",
- "//third_party/angle:translator",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
-}
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/blink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698