Chromium Code Reviews

Unified Diff: trunk/gyp/everything.gyp

Issue 12544011: Gyp changes for NaCl debugger (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: trunk/gyp/everything.gyp
===================================================================
--- trunk/gyp/everything.gyp (revision 7896)
+++ trunk/gyp/everything.gyp (working copy)
@@ -14,7 +14,7 @@
'type': 'none',
'dependencies': ['most.gyp:most'],
'conditions': [
- ['skia_os in ("ios", "android", "nacl") or (skia_os == "mac" and skia_arch_width == 32)', {
+ ['skia_os in ("ios", "android") or (skia_os == "mac" and skia_arch_width == 32)', {
# debugger is not supported on this platform
}, {
'dependencies': [ 'debugger.gyp:debugger' ],

Powered by Google App Engine