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

Side by Side Diff: gyp/dm.gypi

Issue 1920423002: Prototype code that turns any/every flattenable into JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix copyright dates in new files Created 4 years, 7 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/debugger.gyp ('k') | gyp/gmslides.gypi » ('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 2015 Google Inc. 1 # Copyright 2015 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 for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../dm', 8 '../dm',
9 '../gm', 9 '../gm',
10 '../include/private', 10 '../include/private',
(...skipping 27 matching lines...) Expand all
38 'tests.gypi', 38 'tests.gypi',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 '../dm/DM.cpp', 41 '../dm/DM.cpp',
42 '../dm/DMSrcSink.cpp', 42 '../dm/DMSrcSink.cpp',
43 '../dm/DMJsonWriter.cpp', 43 '../dm/DMJsonWriter.cpp',
44 '../gm/gm.cpp', 44 '../gm/gm.cpp',
45 45
46 '../tools/debugger/SkDebugCanvas.cpp', 46 '../tools/debugger/SkDebugCanvas.cpp',
47 '../tools/debugger/SkDrawCommand.cpp', 47 '../tools/debugger/SkDrawCommand.cpp',
48 '../tools/debugger/SkJsonWriteBuffer.cpp',
48 '../tools/debugger/SkObjectParser.cpp', 49 '../tools/debugger/SkObjectParser.cpp',
49 '../tools/debugger/SkOverdrawMode.h', 50 '../tools/debugger/SkOverdrawMode.h',
50 '../tools/debugger/SkOverdrawMode.cpp', 51 '../tools/debugger/SkOverdrawMode.cpp',
51 ], 52 ],
52 'conditions': [ 53 'conditions': [
53 [ 'skia_gpu == 1', { 54 [ 'skia_gpu == 1', {
54 'dependencies': [ 'gputest.gyp:skgputest' ], 55 'dependencies': [ 'gputest.gyp:skgputest' ],
55 }], 56 }],
56 ], 57 ],
57 } 58 }
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698