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

Side by Side Diff: gyp/skiaserve.gyp

Issue 1737643003: Move urlhandlers out of skiaserve.cpp (Closed) Base URL: https://skia.googlesource.com/skia@skiaserve-4
Patch Set: rebase Created 4 years, 9 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 | « no previous file | tools/skiaserve/skiaserve.cpp » ('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 ],
(...skipping 11 matching lines...) Expand all
22 # Stuff for the debug canvas 22 # Stuff for the debug canvas
23 '../tools/debugger/SkDrawCommand.h', 23 '../tools/debugger/SkDrawCommand.h',
24 '../tools/debugger/SkDrawCommand.cpp', 24 '../tools/debugger/SkDrawCommand.cpp',
25 '../tools/debugger/SkDebugCanvas.h', 25 '../tools/debugger/SkDebugCanvas.h',
26 '../tools/debugger/SkDebugCanvas.cpp', 26 '../tools/debugger/SkDebugCanvas.cpp',
27 '../tools/debugger/SkObjectParser.h', 27 '../tools/debugger/SkObjectParser.h',
28 '../tools/debugger/SkObjectParser.cpp', 28 '../tools/debugger/SkObjectParser.cpp',
29 '../tools/debugger/SkOverdrawMode.h', 29 '../tools/debugger/SkOverdrawMode.h',
30 '../tools/debugger/SkOverdrawMode.cpp', 30 '../tools/debugger/SkOverdrawMode.cpp',
31 '<!@(python find.py ../tools/skiaserve "*.cpp")', 31 '<!@(python find.py ../tools/skiaserve "*.cpp")',
32 '<!@(python find.py ../tools/skiaserve/urlhandlers "*.cpp")',
32 ], 33 ],
33 'dependencies': [ 34 'dependencies': [
34 'flags.gyp:flags', 35 'flags.gyp:flags',
35 'gputest.gyp:skgputest', 36 'gputest.gyp:skgputest',
36 'json.gyp:json', 37 'json.gyp:json',
37 'jsoncpp.gyp:jsoncpp', 38 'jsoncpp.gyp:jsoncpp',
38 'libpng.gyp:libpng', 39 'libpng.gyp:libpng',
39 'microhttpd.gyp:microhttpd', 40 'microhttpd.gyp:microhttpd',
40 'skia_lib.gyp:skia_lib', 41 'skia_lib.gyp:skia_lib',
41 'tools.gyp:crash_handler', 42 'tools.gyp:crash_handler',
42 'tools.gyp:proc_stats', 43 'tools.gyp:proc_stats',
43 'tools.gyp:resources', 44 'tools.gyp:resources',
44 'tools.gyp:url_data_manager', 45 'tools.gyp:url_data_manager',
45 ], 46 ],
46 }, 47 },
47 ], 48 ],
48 } 49 }
OLDNEW
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698