diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 06:30:59 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 06:30:59 +0000 |
commit | 6eb6bb601716161c58f0ed647a705856df0a03ec (patch) | |
tree | 07b8c5ee25b52b94a2b94f2b14b2af0d5a0d78fb /cc/test | |
parent | 35fadaa2b8a451042bcef22b6f2993cbc6855d94 (diff) | |
download | chromium_src-6eb6bb601716161c58f0ed647a705856df0a03ec.zip chromium_src-6eb6bb601716161c58f0ed647a705856df0a03ec.tar.gz chromium_src-6eb6bb601716161c58f0ed647a705856df0a03ec.tar.bz2 |
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
Ding, dong...
BUG=154451
Review URL: https://chromiumcodereview.appspot.com/11410021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test')
-rw-r--r-- | cc/test/animation_test_common.cc | 2 | ||||
-rw-r--r-- | cc/test/fake_content_layer_client.cc | 2 | ||||
-rw-r--r-- | cc/test/fake_content_layer_client.h | 1 | ||||
-rw-r--r-- | cc/test/fake_graphics_context_3d_unittest.cc | 2 | ||||
-rw-r--r-- | cc/test/fake_layer_tree_host_client.cc | 2 | ||||
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 2 | ||||
-rw-r--r-- | cc/test/fake_proxy.cc | 2 | ||||
-rw-r--r-- | cc/test/fake_proxy.h | 2 | ||||
-rw-r--r-- | cc/test/geometry_test_utils.cc | 3 | ||||
-rw-r--r-- | cc/test/layer_test_common.cc | 2 | ||||
-rw-r--r-- | cc/test/layer_tree_test_common.cc | 2 | ||||
-rw-r--r-- | cc/test/mock_quad_culler.cc | 2 | ||||
-rw-r--r-- | cc/test/scheduler_test_common.cc | 2 | ||||
-rw-r--r-- | cc/test/tiled_layer_test_common.cc | 2 |
14 files changed, 1 insertions, 27 deletions
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc index 9b8bff0..f728818 100644 --- a/cc/test/animation_test_common.cc +++ b/cc/test/animation_test_common.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/animation_test_common.h" #include "cc/keyframed_animation_curve.h" diff --git a/cc/test/fake_content_layer_client.cc b/cc/test/fake_content_layer_client.cc index 69b4d96..8f91663 100644 --- a/cc/test/fake_content_layer_client.cc +++ b/cc/test/fake_content_layer_client.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/fake_content_layer_client.h" #include "ui/gfx/rect.h" diff --git a/cc/test/fake_content_layer_client.h b/cc/test/fake_content_layer_client.h index cc6cf35..1cf4646 100644 --- a/cc/test/fake_content_layer_client.h +++ b/cc/test/fake_content_layer_client.h @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/compiler_specific.h" #include "cc/content_layer_client.h" namespace WebKitTests { diff --git a/cc/test/fake_graphics_context_3d_unittest.cc b/cc/test/fake_graphics_context_3d_unittest.cc index 57912295..bea0bdf 100644 --- a/cc/test/fake_graphics_context_3d_unittest.cc +++ b/cc/test/fake_graphics_context_3d_unittest.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "cc/test/fake_web_graphics_context_3d.h" diff --git a/cc/test/fake_layer_tree_host_client.cc b/cc/test/fake_layer_tree_host_client.cc index 542f4bc..cddece1 100644 --- a/cc/test/fake_layer_tree_host_client.cc +++ b/cc/test/fake_layer_tree_host_client.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/fake_layer_tree_host_client.h" namespace cc { diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 78e7a8f..5ca8168 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -4,8 +4,6 @@ #ifndef CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ #define CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ -#include "config.h" - #include "base/memory/scoped_ptr.h" #include "cc/input_handler.h" #include "cc/layer_tree_host.h" diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc index fad6c69..d6dbb40 100644 --- a/cc/test/fake_proxy.cc +++ b/cc/test/fake_proxy.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/fake_proxy.h" namespace cc { diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h index 3a00204..5a77f69 100644 --- a/cc/test/fake_proxy.h +++ b/cc/test/fake_proxy.h @@ -5,8 +5,6 @@ #ifndef FakeCCProxy_h #define FakeCCProxy_h -#include "config.h" - #include "cc/layer_tree_host.h" #include "cc/proxy.h" #include "cc/thread.h" diff --git a/cc/test/geometry_test_utils.cc b/cc/test/geometry_test_utils.cc index a76517c..68afd4b 100644 --- a/cc/test/geometry_test_utils.cc +++ b/cc/test/geometry_test_utils.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/geometry_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" @@ -33,4 +31,3 @@ void ExpectTransformationMatrixEq(const WebKit::WebTransformationMatrix& expecte } } // namespace WebKitTests - diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc index d26cfc3..ba8bc14 100644 --- a/cc/test/layer_test_common.cc +++ b/cc/test/layer_test_common.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/layer_test_common.h" #include "cc/draw_quad.h" diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc index db46e18..3fe084f 100644 --- a/cc/test/layer_tree_test_common.cc +++ b/cc/test/layer_tree_test_common.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/layer_tree_test_common.h" #include "base/stl_util.h" diff --git a/cc/test/mock_quad_culler.cc b/cc/test/mock_quad_culler.cc index 36c4071..beb8d67 100644 --- a/cc/test/mock_quad_culler.cc +++ b/cc/test/mock_quad_culler.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/mock_quad_culler.h" namespace cc { diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc index 4d2c13c..547124e 100644 --- a/cc/test/scheduler_test_common.cc +++ b/cc/test/scheduler_test_common.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/scheduler_test_common.h" #include "base/logging.h" diff --git a/cc/test/tiled_layer_test_common.cc b/cc/test/tiled_layer_test_common.cc index 12172f1..f8db177 100644 --- a/cc/test/tiled_layer_test_common.cc +++ b/cc/test/tiled_layer_test_common.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - #include "cc/test/tiled_layer_test_common.h" using namespace cc; |