diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 14:20:31 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 14:20:31 +0000 |
commit | 2d7b0872c81343917c37914863d47f429b3a5b68 (patch) | |
tree | 6d1f7cc551e53d2626ff522ec46adb18da6c991c /views/views.gyp | |
parent | 5c975ed62853fee34c8600cd47138816ee936fe0 (diff) | |
download | chromium_src-2d7b0872c81343917c37914863d47f429b3a5b68.zip chromium_src-2d7b0872c81343917c37914863d47f429b3a5b68.tar.gz chromium_src-2d7b0872c81343917c37914863d47f429b3a5b68.tar.bz2 |
Revert 107563 - Fix up compositor mocking.
Two changes:
a) detangle the mock compositor from compositor_test_support
a) pull in compositor when using a mock compositor
Rationale:
a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized
b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update
BUG=101477
TEST=bots stay green
Review URL: http://codereview.chromium.org/8395043
TBR=backer@chromium.org
Review URL: http://codereview.chromium.org/8404041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp index 2a5563d..467d196 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -555,8 +555,8 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../ui/base/strings/ui_strings.gyp:ui_strings', + '../ui/gfx/compositor/compositor.gyp:compositor', '../ui/gfx/compositor/compositor.gyp:compositor_test_support', - '../ui/gfx/compositor/compositor.gyp:test_compositor', '../ui/ui.gyp:gfx_resources', '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', |