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

Unified Diff: cc/cc.gyp

Issue 10963056: [cc] Add window decoration layers (NinePatch) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 62cd798411a2744e9ea63a36479526090dcae4c4..78702d0d139b23c8858451d1bbca6d871fc7abf5 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -26,6 +26,8 @@
'CCDebugBorderDrawQuad.h',
'CCDebugRectHistory.cpp',
'CCDebugRectHistory.h',
+ 'CCDecorationLayerImpl.cpp',
+ 'CCDecorationLayerImpl.h',
'CCDelayBasedTimeSource.cpp',
'CCDelayBasedTimeSource.h',
'CCDelegatedRendererLayerImpl.cpp',
@@ -166,6 +168,8 @@
'ContentLayerChromium.cpp',
'ContentLayerChromium.h',
'ContentLayerChromiumClient.h',
+ 'DecorationLayerChromium.h',
+ 'DecorationLayerChromium.cpp',
'DelegatedRendererLayerChromium.cpp',
'DelegatedRendererLayerChromium.h',
'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp',

Powered by Google App Engine
This is Rietveld 408576698