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

Unified Diff: gyp/most.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 | « no previous file | gyp/visualbench.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 27ce0f168908392fb03daf9e731b00acaab18e72..d674802238f6160d118a89dc3a4e94f8b19ef45a 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -27,11 +27,13 @@
'pathops_skpclip.gyp:*',
# 'pdfviewer.gyp:pdfviewer',
'dm.gyp:dm',
+ 'visualbench.gyp:visualbench',
],
'conditions': [
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',
+ 'visualbench.gyp:visualbench',
],
}],
['skia_os == "android"', {
@@ -41,6 +43,7 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
+ 'visualbench.gyp:visualbench',
],
'dependencies': ['iOSShell.gyp:iOSShell' ],
}],
@@ -52,6 +55,7 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
+ 'visualbench.gyp:visualbench',
]
}
]
« no previous file with comments | « no previous file | gyp/visualbench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698