summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorleviw <leviw@chromium.org>2015-01-16 15:08:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-16 23:08:58 +0000
commitf97853535ac2f128f15ae7f804edf255b84c4b02 (patch)
tree077cdf91a0d51fe653b79f7a4fbe5b814dc25632 /cc/cc.gyp
parent4a4f415efb72580d520da2a32b89eb5a6ca6a109 (diff)
downloadchromium_src-f97853535ac2f128f15ae7f804edf255b84c4b02.zip
chromium_src-f97853535ac2f128f15ae7f804edf255b84c4b02.tar.gz
chromium_src-f97853535ac2f128f15ae7f804edf255b84c4b02.tar.bz2
Pipe ClipPathDisplayItem down to CC
CC-side of ClipPath before I flip the switch in Blink with https://codereview.chromium.org/851363002. Review URL: https://codereview.chromium.org/855573002 Cr-Commit-Position: refs/heads/master@{#311975}
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index dfe632f..f77506e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -364,6 +364,8 @@
'resources/bitmap_skpicture_content_layer_updater.h',
'resources/clip_display_item.cc',
'resources/clip_display_item.h',
+ 'resources/clip_path_display_item.cc',
+ 'resources/clip_path_display_item.h',
'resources/content_layer_updater.cc',
'resources/content_layer_updater.h',
'resources/display_item.cc',