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

Unified Diff: gyp/visualbench.gyp

Issue 1151333004: CL to add setFullscreen and setVsync to SkWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 7 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/most.gyp ('k') | include/views/SkOSWindow_Unix.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/example.gyp b/gyp/visualbench.gyp
similarity index 81%
copy from gyp/example.gyp
copy to gyp/visualbench.gyp
index 9582b4dd7403e64c88fb2286cde025e2f1beecec..ee0321a937dec760c956290d39b028093578ae46 100644
--- a/gyp/example.gyp
+++ b/gyp/visualbench.gyp
@@ -2,22 +2,27 @@
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP file to build hello world example.
+# GYP file to build visual bench tool
{
'targets': [
{
- 'target_name': 'HelloWorld',
+ 'target_name': 'visualbench',
'type': 'executable',
'mac_bundle' : 1,
'include_dirs' : [
'../include/gpu',
+ '../src/images',
],
'sources': [
- '../example/HelloWorld.h',
- '../example/HelloWorld.cpp',
+ '../tools/VisualBench.h',
+ '../tools/VisualBench.cpp',
+ '../src/images/SkForceLinking.cpp',
],
'dependencies': [
+ 'flags.gyp:flags_common',
+ 'images.gyp:images',
'skia_lib.gyp:skia_lib',
+ 'tools.gyp:timer',
'views.gyp:views',
],
'conditions' : [
« no previous file with comments | « gyp/most.gyp ('k') | include/views/SkOSWindow_Unix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698