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

Unified Diff: skia/skia.gyp

Issue 125109: Refactor the PlatformContext layer to have only one class. (Closed)
Patch Set: Created 11 years, 6 months 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 | « skia/ext/vector_platform_device_win.cc ('k') | views/controls/tree/tree_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
old mode 100644
new mode 100755
index b9b0714e7f23b760a44a8a4fb5a1025dfe2f5dc4..4158b2b09262e2f30b3f3a4c435fe90f0f48c43d
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -511,12 +511,10 @@
'ext/image_operations.cc',
'ext/image_operations.h',
'ext/platform_canvas.h',
+ 'ext/platform_canvas.cc',
'ext/platform_canvas_linux.cc',
- 'ext/platform_canvas_linux.h',
'ext/platform_canvas_mac.cc',
- 'ext/platform_canvas_mac.h',
'ext/platform_canvas_win.cc',
- 'ext/platform_canvas_win.h',
'ext/platform_device.h',
'ext/platform_device_linux.cc',
'ext/platform_device_linux.h',
@@ -534,8 +532,8 @@
'ext/skia_utils_win.h',
'ext/vector_canvas.cc',
'ext/vector_canvas.h',
- 'ext/vector_device.cc',
- 'ext/vector_device.h',
+ 'ext/vector_platform_device_win.cc',
+ 'ext/vector_platform_device_win.h',
],
'include_dirs': [
'..',
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('k') | views/controls/tree/tree_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698