| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 296f1bc4092b5edf52219abd0b4b4115e5820b99..2cf08ae5c6595a4148f1ad96af4d406a9d0b4218 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Copyright 2012 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -37,6 +37,7 @@
|
| 'layers/content_layer_client.h',
|
| 'resources/content_layer_updater.cc',
|
| 'resources/content_layer_updater.h',
|
| + 'resources/graphic_buffer.h',
|
| 'layers/contents_scaling_layer.cc',
|
| 'layers/contents_scaling_layer.h',
|
| 'output/context_provider.h',
|
|
|