Add missing gyp dependencies for debugger
git-svn-id: http://skia.googlecode.com/svn/trunk@4405 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
902ebe5eb4
commit
b6789115b7
4
Makefile
4
Makefile
@ -35,6 +35,10 @@ ifneq (,$(findstring skia_os=android, $(GYP_DEFINES)))
|
||||
ALL_TARGETS += SkiaAndroidApp
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring skia_debugger=on, $(GYP_DEFINES)))
|
||||
ALL_TARGETS += debugger
|
||||
endif
|
||||
|
||||
# Default target. This must be listed before all other targets.
|
||||
.PHONY: default
|
||||
default: all
|
||||
|
@ -66,6 +66,7 @@
|
||||
'skia_angle%': 0,
|
||||
'skia_arch_type%': 'x86',
|
||||
'skia_arch_width%': 32,
|
||||
'skia_debugger%': 'off',
|
||||
},
|
||||
|
||||
# Re-define all variables defined within the level-2 'variables' dict,
|
||||
@ -78,6 +79,7 @@
|
||||
'skia_angle%': '<(skia_angle)',
|
||||
'skia_arch_type%': '<(skia_arch_type)',
|
||||
'skia_arch_width%': '<(skia_arch_width)',
|
||||
'skia_debugger%': '<(skia_debugger)',
|
||||
},
|
||||
}
|
||||
# Local Variables:
|
||||
|
Loading…
Reference in New Issue
Block a user