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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/views/SkOSWindow_Win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index 94c9b7339ae940a17d25ebeaf8f3f11da13724a0..2f99d1e528f876d272296136984890ce08db302c 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -4,6 +4,9 @@
# found in the LICENSE file.
# GYP file to build visual bench tool
{
+ 'includes': [
+ 'apptype_console.gypi',
+ ],
'targets': [
{
'target_name': 'visualbench',
« 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