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

Side by Side Diff: gyp/visualbench.gyp

Issue 1185303004: Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. (Closed) Base URL: https://skia.googlesource.com/skia.git@vb
Patch Set: Created 5 years, 6 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/SampleApp.gyp ('k') | include/views/SkOSWindow_Win.h » ('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 visual bench tool 5 # GYP file to build visual bench tool
6 { 6 {
7 'includes': [
8 'apptype_console.gypi',
9 ],
7 'targets': [ 10 'targets': [
8 { 11 {
9 'target_name': 'visualbench', 12 'target_name': 'visualbench',
10 'type': 'executable', 13 'type': 'executable',
11 'mac_bundle' : 1, 14 'mac_bundle' : 1,
12 'include_dirs' : [ 15 'include_dirs' : [
13 '../include/gpu', 16 '../include/gpu',
14 '../src/core', 17 '../src/core',
15 '../src/images', 18 '../src/images',
16 ], 19 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '-landroid', 67 '-landroid',
65 '-lGLESv2', 68 '-lGLESv2',
66 '-lEGL', 69 '-lEGL',
67 ], 70 ],
68 }, 71 },
69 }], 72 }],
70 ], 73 ],
71 }, 74 },
72 ], 75 ],
73 } 76 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/views/SkOSWindow_Win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698