Chromium Code Reviews

Side by Side Diff: gyp/dm.gypi

Issue 1644043003: SkMojo: test linking Skia against the Mojo SDK (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more replies to mtklein@ Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 33 matching lines...)
44 '../src/utils/debugger/SkDebugCanvas.cpp', 44 '../src/utils/debugger/SkDebugCanvas.cpp',
45 '../src/utils/debugger/SkDrawCommand.cpp', 45 '../src/utils/debugger/SkDrawCommand.cpp',
46 '../src/utils/debugger/SkObjectParser.cpp', 46 '../src/utils/debugger/SkObjectParser.cpp',
47 '../src/utils/debugger/SkOverdrawMode.h', 47 '../src/utils/debugger/SkOverdrawMode.h',
48 '../src/utils/debugger/SkOverdrawMode.cpp', 48 '../src/utils/debugger/SkOverdrawMode.cpp',
49 ], 49 ],
50 'conditions': [ 50 'conditions': [
51 [ 'skia_gpu == 1', { 51 [ 'skia_gpu == 1', {
52 'dependencies': [ 'gputest.gyp:skgputest' ], 52 'dependencies': [ 'gputest.gyp:skgputest' ],
53 }], 53 }],
54 [ 'skia_mojo', { 'dependencies': [ 'skmojo.gyp:skmojo' ], } ],
54 ], 55 ],
55 } 56 }
OLDNEW

Powered by Google App Engine