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

Unified Diff: gyp/tools.gyp

Issue 1417393004: Reorganize BRD code in new tools directory (Closed) Base URL: https://skia.googlesource.com/skia.git@delete-imdec
Patch Set: tools/android Created 5 years, 1 month 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
« no previous file with comments | « gyp/dm.gypi ('k') | tools/SkBitmapRegionCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
},
« no previous file with comments | « gyp/dm.gypi ('k') | tools/SkBitmapRegionCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698