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

Side by Side Diff: gyp/skiaserve.gyp

Issue 1845473004: Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: 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 | « gyp/pathops_unittest.gyp ('k') | gyp/visualbench.gyp » ('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 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build performance testbench. 5 # GYP file to build performance testbench.
6 # 6 #
7 { 7 {
8 'includes': [ 8 'includes': [
9 'apptype_console.gypi', 9 'apptype_console.gypi',
10 ], 10 ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'skiaserve', 13 'target_name': 'skiaserve',
14 'type': 'executable', 14 'type': 'executable',
15 'include_dirs': [ 15 'include_dirs': [
16 '../src/core', 16 '../src/core',
17 '../src/gpu',
18 '../src/ports', 17 '../src/ports',
19 '../tools/debugger', 18 '../tools/debugger',
20 '../tools/json', 19 '../tools/json',
21 ], 20 ],
22 'sources': [ 21 'sources': [
23 # Stuff for the debug canvas 22 # Stuff for the debug canvas
24 '../tools/debugger/SkDrawCommand.h', 23 '../tools/debugger/SkDrawCommand.h',
25 '../tools/debugger/SkDrawCommand.cpp', 24 '../tools/debugger/SkDrawCommand.cpp',
26 '../tools/debugger/SkDebugCanvas.h', 25 '../tools/debugger/SkDebugCanvas.h',
27 '../tools/debugger/SkDebugCanvas.cpp', 26 '../tools/debugger/SkDebugCanvas.cpp',
(...skipping 12 matching lines...) Expand all
40 'microhttpd.gyp:microhttpd', 39 'microhttpd.gyp:microhttpd',
41 'skia_lib.gyp:skia_lib', 40 'skia_lib.gyp:skia_lib',
42 'tools.gyp:crash_handler', 41 'tools.gyp:crash_handler',
43 'tools.gyp:proc_stats', 42 'tools.gyp:proc_stats',
44 'tools.gyp:resources', 43 'tools.gyp:resources',
45 'tools.gyp:url_data_manager', 44 'tools.gyp:url_data_manager',
46 ], 45 ],
47 }, 46 },
48 ], 47 ],
49 } 48 }
OLDNEW
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/visualbench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698