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

Side by Side Diff: gyp/pathops_unittest.gyp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: fix windows and android? 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/kilobench.gyp ('k') | gyp/skiaserve.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 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 file to build pathops unit tests. 5 # GYP file to build pathops unit tests.
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 19 matching lines...) Expand all
30 'conditions': [ 30 'conditions': [
31 [ 'skia_android_framework == 1', { 31 [ 'skia_android_framework == 1', {
32 'libraries': [ 32 'libraries': [
33 '-lskia', 33 '-lskia',
34 ], 34 ],
35 'libraries!': [ 35 'libraries!': [
36 '-lz', 36 '-lz',
37 '-llog', 37 '-llog',
38 ], 38 ],
39 }], 39 }],
40 [ 'skia_gpu == 1', {
41 'include_dirs': [
42 '../src/gpu',
43 ],
44 'sources': [
45 '../src/gpu/GrContextFactory.cpp',
46 '../src/gpu/GrContextFactory.h',
47 ]
48 }],
49 ], 40 ],
50 }, 41 },
51 ], 42 ],
52 } 43 }
OLDNEW
« no previous file with comments | « gyp/kilobench.gyp ('k') | gyp/skiaserve.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698