diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:12:59 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:12:59 +0000 |
commit | b7c82d74fc966922b046b53ea4ef1428cf616208 (patch) | |
tree | 512ba643745f7113686742d70e07119c36e6d036 /WATCHLISTS | |
parent | 5f56d196352243a42d86fe9324f608d0dc1105b7 (diff) | |
download | chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.zip chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.tar.gz chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.tar.bz2 |
Add the UI compositor to the Mac build
Move the bulk of the files in content/browser/aura to
content/browser/compositor, since they're not aura-specific.
Build all of those files in the Mac build, and add ui/compositor
to the dependencies of the Mac build. These files will soon only
be excluded from the Android build.
BUG=314190
Review URL: https://codereview.chromium.org/137893007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ 'aura_compositor': { 'filepath': 'ui/compositor/' \ - '|content/browser/aura/' \ + '|content/browser/compositor/' \ + '|content/browser/renderer_host/compositor_resize_lock_aura' \ '|content/browser/renderer_host/render_widget_host_view_aura' \ '|content/browser/renderer_host/render_widget_host_view_browsertest' \ '|content/common/gpu/client/' \ |