Index: gyp/views.gyp |
diff --git a/gyp/views.gyp b/gyp/views.gyp |
index a69d40eedf4fcd19817321df4e169d5145994298..06b5fcc42c2c2ce70b0f556606b4e2db2a6dfbb3 100644 |
--- a/gyp/views.gyp |
+++ b/gyp/views.gyp |
@@ -32,7 +32,6 @@ |
'../include/views/SkKey.h', |
'../include/views/SkOSMenu.h', |
'../include/views/SkOSWindow_Mac.h', |
- '../include/views/SkOSWindow_NaCl.h', |
'../include/views/SkOSWindow_SDL.h', |
'../include/views/SkOSWindow_Unix.h', |
'../include/views/SkOSWindow_Win.h', |
@@ -122,17 +121,6 @@ |
'../src/views/win/skia_win.cpp', |
], |
}], |
- [ 'skia_os == "nacl"', { |
- 'sources!': [ |
- '../src/views/unix/SkOSWindow_Unix.cpp', |
- '../src/views/unix/keysym2ucs.c', |
- '../src/views/unix/skia_unix.cpp', |
- ], |
- }, { |
- 'sources!': [ |
- '../src/views/nacl/SkOSWindow_NaCl.cpp', |
- ], |
- }], |
[ 'skia_gpu == 1', { |
'include_dirs': [ |
'../include/gpu', |