Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 31672beee8ec795f0aad8394cca88ff04b6b0710..59b19dceac5fec273305cbebadff81b6b0dc59af 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -51,9 +51,9 @@ |
'target_name': 'bitmap_region_decoder', |
'type': 'static_library', |
'sources': [ |
- '../tools/SkBitmapRegionCanvas.cpp', |
- '../tools/SkBitmapRegionCodec.cpp', |
- '../tools/SkBitmapRegionDecoder.cpp', |
+ '../tools/android/SkBitmapRegionCanvas.cpp', |
+ '../tools/android/SkBitmapRegionCodec.cpp', |
+ '../tools/android/SkBitmapRegionDecoder.cpp', |
], |
'include_dirs': [ |
'../include/private', |
@@ -64,7 +64,7 @@ |
], |
'direct_dependent_settings': { |
'include_dirs': [ |
- '../tools', |
+ '../tools/android', |
], |
}, |
}, |