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

Unified Diff: gpu/skia_runner/skia_runner.gyp

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/skia_runner/skia_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/skia_runner/skia_runner.gyp
diff --git a/gpu/skia_runner/skia_runner.gyp b/gpu/skia_runner/skia_runner.gyp
deleted file mode 100644
index 1a07caae94b521413d4040804cb640cd8691f72b..0000000000000000000000000000000000000000
--- a/gpu/skia_runner/skia_runner.gyp
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright (c) 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //gpu:skia_runner
- 'target_name': 'skia_runner',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../gpu/command_buffer/command_buffer.gyp:gles2_utils',
- '../../gpu/gpu.gyp:command_buffer_service',
- '../../gpu/gpu.gyp:gles2_implementation',
- '../../gpu/gpu.gyp:gl_in_process_context',
- '../../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
- '../../skia/skia.gyp:skia',
- '../../third_party/WebKit/public/blink.gyp:blink',
- '../../ui/gfx/gfx.gyp:gfx',
- '../../ui/gl/gl.gyp:gl',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'in_process_graphics_system.cc',
- 'in_process_graphics_system.h',
- 'sk_picture_rasterizer.cc',
- 'sk_picture_rasterizer.h',
- 'skia_runner.cc',
- ],
- },
- ],
-}
« no previous file with comments | « gpu/skia_runner/skia_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698