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

Unified Diff: gpu/skia_runner/BUILD.gn

Issue 1183513006: Revert of gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | gpu/skia_runner/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/skia_runner/BUILD.gn
diff --git a/gpu/skia_runner/BUILD.gn b/gpu/skia_runner/BUILD.gn
deleted file mode 100644
index b275091d8e748388d5fe8e566ee81480e0be47b3..0000000000000000000000000000000000000000
--- a/gpu/skia_runner/BUILD.gn
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2015 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.
-
-import("//build/config/ui.gni")
-
-# GYP version: //gpu/skia_runner/skia_runner.gyp:skia_runner
-executable("skia_runner") {
- sources = [
- "in_process_graphics_system.cc",
- "sk_picture_rasterizer.cc",
- "skia_runner.cc",
- ]
-
- deps = [
- "//base",
- "//gpu/command_buffer/common",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gl_in_process_context",
- "//gpu/skia_bindings",
- "//skia",
- "//third_party/WebKit/public:blink",
- "//ui/gfx",
- "//ui/gl",
- ]
-
- configs -= [ "//build/config/compiler:chromium_code" ]
- configs += [ "//build/config/compiler:no_chromium_code" ]
-}
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | gpu/skia_runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698