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

Unified Diff: webkit/common/gpu/BUILD.gn

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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 | « webkit/OWNERS ('k') | webkit/common/gpu/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/BUILD.gn
diff --git a/webkit/common/gpu/BUILD.gn b/webkit/common/gpu/BUILD.gn
deleted file mode 100644
index 7af6867da6b3dd3661a8a7569df436047797d73b..0000000000000000000000000000000000000000
--- a/webkit/common/gpu/BUILD.gn
+++ /dev/null
@@ -1,42 +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: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu
-component("gpu") {
- output_name = "webkit_gpu"
-
- sources = [
- "context_provider_in_process.cc",
- "context_provider_in_process.h",
- "grcontext_for_webgraphicscontext3d.cc",
- "grcontext_for_webgraphicscontext3d.h",
- ]
-
- defines = [ "WEBKIT_GPU_IMPLEMENTATION" ]
- configs += [
- "//build/config/compiler:wexit_time_destructors",
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- "//build/config/compiler:no_size_t_to_int_warning",
- ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//cc",
- "//gpu/blink",
- "//gpu/command_buffer/common",
- "//gpu/command_buffer/service",
- "//gpu/command_buffer/client:gles2_c_lib",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gl_in_process_context",
- "//gpu/skia_bindings",
- "//skia",
- "//third_party/WebKit/public:blink_minimal",
- "//third_party/angle:translator",
- "//ui/gl",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-}
« no previous file with comments | « webkit/OWNERS ('k') | webkit/common/gpu/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698