summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 15:12:36 +0000
committerwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 15:12:36 +0000
commit6cdaff796bcacf7c07b6ce6d07f4136843d12da6 (patch)
tree68773794be723c7a12c93f52ebe07e32d05f4477 /cc/cc.gyp
parent28f8bcc92816083cc327052a647ee5ca8e76489b (diff)
downloadchromium_src-6cdaff796bcacf7c07b6ce6d07f4136843d12da6.zip
chromium_src-6cdaff796bcacf7c07b6ce6d07f4136843d12da6.tar.gz
chromium_src-6cdaff796bcacf7c07b6ce6d07f4136843d12da6.tar.bz2
Create abstract common base class for impl scrollbars.
BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11573015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c20cb5d..4133762 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -212,6 +212,7 @@
'scrollbar_layer.h',
'scrollbar_layer_impl.cc',
'scrollbar_layer_impl.h',
+ 'scrollbar_layer_impl_base.h',
'shader.cc',
'shader.h',
'shared_quad_state.cc',