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

Unified Diff: gyp/most.gyp

Issue 152513007: Build Skia for a bare-bones embedded Linux system. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: again Created 6 years, 10 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
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index b914bc5f89440c7b861cb3b9181145355f95aec8..7c329416767b16d64c7771baeb7520adce475d7a 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -4,6 +4,9 @@
# - debugger: this requires QT to build
#
{
+ 'variables': {
+ 'skia_skip_gui%': 0,
+ },
'targets': [
{
'target_name': 'most',
@@ -29,6 +32,14 @@
['skia_gpu == 1', {
'dependencies': [ 'dm.gyp:dm' ],
}],
+ [ 'skia_skip_gui',
+ {
+ 'dependencies!': [
+ 'SampleApp.gyp:SampleApp',
+ 'skpskgr_test.gyp:*',
+ ]
+ }
+ ]
],
},
],

Powered by Google App Engine
This is Rietveld 408576698