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

Side by Side Diff: gyp/dm.gyp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: Address comments 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
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 'includes': [ 'apptype_console.gypi' ], 7 'includes': [ 'apptype_console.gypi' ],
8 8
9 'targets': [{ 9 'targets': [{
10 'target_name': 'dm', 10 'target_name': 'dm',
11 'type': 'executable', 11 'type': 'executable',
12 'includes': [ 12 'includes': [
13 'dm.gypi', 13 'dm.gypi',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['skia_android_framework', { 16 ['skia_android_framework', {
17 'libraries': [ 17 'libraries': [
18 'skia_static.a', 18 'skia_static.a',
19 'hwui_static.a', 19 'hwui_static.a',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 '../dm/DMSrcSinkAndroid.cpp', 22 '../dm/DMSrcSinkAndroid.cpp',
23 ], 23 ],
24 'dependencies': [ 24 'dependencies': [
25 'tools.gyp:android_utils', 25 'tools.gyp:android_utils',
26 ], 26 ],
27 }], 27 }],
28 ['skia_gpu', {
29 'dependencies': [
30 'gputest.gyp:skgputest',
31 ],
32 }],
28 ], 33 ],
29 }] 34 }]
30 } 35 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/flags.gyp » ('j') | samplecode/SampleApp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698