diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-25 02:40:20 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-25 02:40:20 +0000 |
commit | dbff3c2ddce98bc2d40ee5fcb4929a5cd0a28fa6 (patch) | |
tree | 75d40b9b3159d13f4e665e494454abd825940263 /content | |
parent | f48462904c893f72d493e490bf518fa507373ce0 (diff) | |
download | chromium_src-dbff3c2ddce98bc2d40ee5fcb4929a5cd0a28fa6.zip chromium_src-dbff3c2ddce98bc2d40ee5fcb4929a5cd0a28fa6.tar.gz chromium_src-dbff3c2ddce98bc2d40ee5fcb4929a5cd0a28fa6.tar.bz2 |
Always use webkit compositor
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/9141034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/content_tests.gypi | 2 | ||||
-rw-r--r-- | content/test/content_test_suite.cc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 8208507..8870015 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -137,7 +137,7 @@ '../build/linux/system.gyp:glib', ], }], - ['use_webkit_compositor==1', { + ['use_webkit_compositor==1 and views_compositor==1', { 'dependencies': [ '../ui/gfx/compositor/compositor.gyp:compositor', ], diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc index ef67f6d..e1cecd9 100644 --- a/content/test/content_test_suite.cc +++ b/content/test/content_test_suite.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 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. @@ -89,3 +89,4 @@ void ContentTestSuite::Initialize() { testing::UnitTest::GetInstance()->listeners(); listeners.Append(new TestContentClientInitializer); } + |