summaryrefslogtreecommitdiffstats
path: root/build/features_override.gypi
Commit message (Collapse)AuthorAgeFilesLines
* IndexedDB: add ENABLE_LEVELDB=1 to features_override.gypihans@chromium.org2011-04-121-0/+1
| | | | | | | | | TEST=none BUG=64078 Review URL: http://codereview.chromium.org/6824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81248 0039d316-1c4b-4281-b951-d872f2087c98
* Enable dynamic annotations in WebKit if release_valgrind_build is 1.timurrrr@chromium.org2011-04-051-0/+3
| | | | | | | | | TEST=build with Valgrind flags, then `nm out/Release/chrome | grep WTFAnnotate` BUG=70085 Review URL: http://codereview.chromium.org/6792018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80423 0039d316-1c4b-4281-b951-d872f2087c98
* Removed obsolete ENABLE_3D_CANVAS=1 build flag.kbr@google.com2011-03-181-2/+0
| | | | | | | | TEST=built and ran WebGL content on Mac OS X BUG=none Review URL: http://codereview.chromium.org/6712041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78770 0039d316-1c4b-4281-b951-d872f2087c98
* Add use_threaded_compositing as gypi variable and bind to ↵nduca@chromium.org2011-03-091-0/+8
| | | | | | | | | | | WTF_USE_THREADED_COMPOSITING. Defaults off. BUG= TEST= Review URL: http://codereview.chromium.org/6609046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77388 0039d316-1c4b-4281-b951-d872f2087c98
* Enable data transfer items so WebKit layout tests can pass.dcheng@chromium.org2011-03-081-0/+1
| | | | | | | | | | | | The actual feature is guarded by a run-time flag, so it's not yet available to web pages. BUG=75243 TEST=none Review URL: http://codereview.chromium.org/6628077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77266 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-041-0/+1
| | | | | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). Fullscreen tests are temporarily until expectations can be updated. (Deleted test video-play-suspend.html is removed from test_expectations to fix lint errors.) BUG=16735 TEST=fullscreen layout tests Review URL: http://codereview.chromium.org/6627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76979 0039d316-1c4b-4281-b951-d872f2087c98
* This is the final step to turn on the experimental webkit media statistics ↵sjl@chromium.org2011-03-041-0/+1
| | | | | | | | | | | support. BUG=71255 TEST=media_unittests media layout tests Review URL: http://codereview.chromium.org/6613023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76924 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-021-1/+0
| | | | | | | | | | | | | | | | | | | | | Re-applying r76324, which was reverted during a WebKit rollback. Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6591126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76646 0039d316-1c4b-4281-b951-d872f2087c98
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-021-0/+1
| | | | | | | | | | | | | | | | Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76631 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ↵jamesr@chromium.org2011-03-011-1/+0
| | | | | | | | | | | | | | | | enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6602023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76335 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-011-0/+1
| | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76324 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation for V8 roll and turn builtin utf8 codec on by default to ↵jamesr@chromium.org2011-02-251-0/+1
| | | | | | | | | | | match upstream BUG= TEST= Review URL: http://codereview.chromium.org/6576066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76008 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for JavaScript internationalization API as V8 extension. See ↵cira@chromium.org2011-02-101-0/+1
| | | | | | | | | | | | | | | | | proposal at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. V8 hosts the actual extension code under src/extensions/experimental/i18n-extension.{cc,h}. This CL passes command line switches to WebKit (disabled by default) and test shell (enabled by default), using WebRuntimeFeatures. It also sets some gyp variables to point to ICU source path, and defines a guard for a new feature. It should be submitted only after corresponding WebKit CL (https://bugs.webkit.org/show_bug.cgi?id=49414) lands. BUG=28604 TEST=LayoutTests/fast/js/i18n-bindings-locale.html Review URL: http://codereview.chromium.org/6366021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74491 0039d316-1c4b-4281-b951-d872f2087c98
* add enable flag for SKIA_GPU, set to 0 by default (set to 1 for local testing)reed@google.com2011-02-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/6461016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74276 0039d316-1c4b-4281-b951-d872f2087c98
* Add ENABLE_WEBGL=1 definition to handle renaming of ENABLE_3D_CANVASkbr@chromium.org2011-01-241-0/+2
| | | | | | | | | | | | | flag in https://bugs.webkit.org/show_bug.cgi?id=53041 . ENABLE_3D_CANVAS will be removed once we roll WebKit past the landing of the upstream patch. BUG=none TEST=none Review URL: http://codereview.chromium.org/6256013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72423 0039d316-1c4b-4281-b951-d872f2087c98
* Conditionally add compile-time enable for the web audio API only on Mac OS Xcrogers@google.com2011-01-241-0/+5
| | | | | | | | | | This is effectively a pared-down version of the already reviewed: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally for Mac OS X which is the only platform this affects) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72308 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72306 - Conditionally add compile-time enable for web audio API on ↵crogers@google.com2011-01-241-5/+0
| | | | | | | | | | | | | | | | Mac OS X This is a more limited version of the patch already reviewed here: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally on Mac OS X to verify build and that the feature could be enabled) Review URL: http://codereview.chromium.org/6388002 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6271014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72307 0039d316-1c4b-4281-b951-d872f2087c98
* Conditionally add compile-time enable for web audio API on Mac OS Xcrogers@google.com2011-01-231-0/+5
| | | | | | | | | | | This is a more limited version of the patch already reviewed here: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally on Mac OS X to verify build and that the feature could be enabled) Review URL: http://codereview.chromium.org/6388002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72306 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72282 - Enable web audio compile-time flagcrogers@google.com2011-01-221-1/+0
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6308014 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6322007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72283 0039d316-1c4b-4281-b951-d872f2087c98
* Enable web audio compile-time flagcrogers@google.com2011-01-221-0/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6308014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72282 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-211-0/+1
| | | | | | | | | | | | | This is a very simple scheduler that targets 100fps. BUG=64848 TEST=layout tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71909 Review URL: http://codereview.chromium.org/6136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72230 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-171-1/+2
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
* Enable client-based geolocation.jknotten@chromium.org2010-12-311-1/+1
| | | | | | | | | | | BUG=59907 TEST=BrowserTest:Geolocation*, LayoutTests:fast/dom/Geolocation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69545 Review URL: http://codereview.chromium.org/5860008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70340 0039d316-1c4b-4281-b951-d872f2087c98
* Revert revision 69545 "Enable client-based geolocation."jknotten@chromium.org2010-12-171-1/+1
| | | | | | | | | | | | Need to fix WebKit client-based geolocation for NULL client on page destruction. BUG=None TEST=None Review URL: http://codereview.chromium.org/6010001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69550 0039d316-1c4b-4281-b951-d872f2087c98
* Enable client-based geolocation.jknotten@chromium.org2010-12-171-1/+1
| | | | | | | | | BUG=59907 TEST=BrowserTest:Geolocation*, LayoutTests:fast/dom/Geolocation Review URL: http://codereview.chromium.org/5860008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69545 0039d316-1c4b-4281-b951-d872f2087c98
* Client-based geolocation support.jknotten@chromium.org2010-12-141-0/+1
| | | | | | | | | | | | | | Add in support for client-based geolocation in WebKit. Default to disabled (ENABLE_CLIENT_BASED_GEOLOCATION=0) in features_override.gypi until all the WebKit patches (see https://bugs.webkit.org/show_bug.cgi?id=45752) have landed. When we switch over to client-based geolocation, we should remove the old non-client-based geolocation code. BUG=55907 Review URL: http://codereview.chromium.org/5612005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69156 0039d316-1c4b-4281-b951-d872f2087c98
* Revert rev 69137 due to incorrect change log.jknotten@chromium.org2010-12-141-1/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/5744005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69152 0039d316-1c4b-4281-b951-d872f2087c98
* Merge branch 'GeolocationClientChange1' of ../../chromium-ro/src into ↵jknotten@chromium.org2010-12-141-0/+1
| | | | | | issue-5612005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69137 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-0/+1
| | | | | | | | | | | Original review URL: http://codereview.chromium.org/3531008 TEST=try, ui_tests BUG=none Review URL: http://codereview.chromium.org/4545003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65283 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-1/+0
| | | | | | | | | | | | | | | | | | | - It now uses GGL instead of a child window. - Fixed a bug where GLES2 decoder set texture state without updating TextureInfo. - Fixed Pepper3D demos and added awesome 3D CSS programmer art. - Removed ggl::GetCurrentContext to prevent further abuse. Fixed said abuse :) - GGL exposes GLES2Implementation to allow issue of GL calls on a particular context without making that context globally current. - Removed redundant "this context" argument from GGL SwapBuffers completion callback. - Temporarily removed context lost notification. I need to figure out the best semantics. TEST=Run Pepper3D and WebGL demos and YouTube videos on Windows and Mac. BUG=none Review URL: http://codereview.chromium.org/3531008 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/4561001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65169 0039d316-1c4b-4281-b951-d872f2087c98
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+1
| | | | | | | | | | | | | | | | - It now uses GGL instead of a child window. - Fixed a bug where GLES2 decoder set texture state without updating TextureInfo. - Fixed Pepper3D demos and added awesome 3D CSS programmer art. - Removed ggl::GetCurrentContext to prevent further abuse. Fixed said abuse :) - GGL exposes GLES2Implementation to allow issue of GL calls on a particular context without making that context globally current. - Removed redundant "this context" argument from GGL SwapBuffers completion callback. - Temporarily removed context lost notification. I need to figure out the best semantics. TEST=Run Pepper3D and WebGL demos and YouTube videos on Windows and Mac. BUG=none Review URL: http://codereview.chromium.org/3531008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65152 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled WebKit image decoders. This should fix the canary build and have noabarth@chromium.org2010-10-291-0/+2
| | | | | | | effect on the main build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64379 0039d316-1c4b-4281-b951-d872f2087c98
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-031-1/+1
| | | | | | | | | | | This doesn't set the flag for workers. BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3240006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58453 0039d316-1c4b-4281-b951-d872f2087c98
* Define XHR_RESPONSE_BLOB when building.michaeln@chromium.org2010-08-251-0/+1
| | | | | | | | | TEST=none BUG=52486 Review URL: http://codereview.chromium.org/3185027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57376 0039d316-1c4b-4281-b951-d872f2087c98
* Let use_accelerated_compositing be usable for both enabling and disabling ↵thakis@chromium.org2010-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | compositing. With this, Chromium can be built on 10.5 again with the following ~/.gyp/include.gypi: { 'variables': { 'build_ffmpegsumo': 0, 'use_system_ffmpeg': 0, 'disable_nacl': 1, 'enable_svg': 0, 'use_accelerated_compositing': 0, } } Review URL: http://codereview.chromium.org/3173033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56871 0039d316-1c4b-4281-b951-d872f2087c98
* Enable accelerated 2D canvas at compile time (still protected by a runtime ↵senorblanco@google.com2010-08-181-9/+3
| | | | | | | | | | | flag). This enables compilation on all platforms, but it's only hooked up internally on Win and Linux. BUG=none TEST=if it compiles, you're happy Review URL: http://codereview.chromium.org/3117023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56562 0039d316-1c4b-4281-b951-d872f2087c98
* Build accelerated compositor by default on Mac OS X to ensure nokbr@google.com2010-08-111-1/+1
| | | | | | | | | | | compilation regressions in the associated code. BUG=38969 TEST=none Review URL: http://codereview.chromium.org/3012048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55763 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new feature define ENABLE_BLOB.jianli@chromium.org2010-08-031-0/+1
| | | | | | | | | | | | | | We need to replace all blob related feature defines ENABLE_BLOB_SLICE and ENABLE_FILE_READER. This patch only adds the new feature define in order to be prepared for the corresponding WebKit patch to land. After it is brought down, we will then remove 2 obsolete feature defines. BUG=none TEST=none Review URL: http://codereview.chromium.org/3082001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54770 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on prefetching in webkit buildsgavinp@google.com2010-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | After http://codereview.chromium.org/2847093/show lands, I'll land this CL which modifies our build controls for webkit to turn on prefetching. This change might require builders to be clobbered, and by making it so small, I'm sure a sherriff will see what's up. However, I don't believe it will actually require a clobber, since there's no unit tests for prefetching (only functional tests and dumprendertree tests in webkit). TBR=tonyg@chromium.org BUG=none TEST=http://gemal.dk/browserspy/prefetching.php Review URL: http://codereview.chromium.org/3080015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54509 0039d316-1c4b-4281-b951-d872f2087c98
* Implement prefetching in chromegavinp@google.com2010-07-311-0/+1
| | | | | | | | | | | | | | | | | | With this CL (see also issue 2910009), chrome will support basic prefetching. You can optionally deactivate prefetching with the command line argument --disable-prefetch. A new RequestPriority was created as well, IDLE, which is lower than LOWEST. Unfortunately, SPDY has only two bits for priority, so as a temporary measure (pending SPDY v3 which will have three), we have a mapping in SPDY that folds net::LOWEST and net::IDLE together. BUG=13505 TEST=http://gemal.dk/browserspy/prefetch.php Review URL: http://codereview.chromium.org/3050016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54421 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+1
| | | | | | | | | | | | | | | | | | Flip the compile-time enable switch for speech input to on and add a command-line switch to put the functionality behind. The command-line flag will be used both on the Chromium side and in WebKit via WebRuntimeFeatures. This CL depends on the webkit patch https://bugs.webkit.org/show_bug.cgi?id=43146 BUG=none TEST=browser_tests --gtest_filter=SpeechInputEnableSwitchTest.* Originally Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54235, but reverted due to tests failure. Review URL: http://codereview.chromium.org/3064017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54389 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1"evan@chromium.org2010-07-301-1/+0
| | | | | | This reverts commit r54235. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54249 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+1
| | | | | | | | | | | | | | | | Flip the compile-time enable switch for speech input to on and add a command-line switch to put the functionality behind. The command-line flag will be used both on the Chromium side and in WebKit via WebRuntimeFeatures. This CL depends on the webkit patch https://bugs.webkit.org/show_bug.cgi?id=43146 BUG=none TEST=browser_tests --gtest_filter=SpeechInputEnableSwitchTest.* Review URL: http://codereview.chromium.org/3064017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54235 0039d316-1c4b-4281-b951-d872f2087c98
* Add a gyp variable to turn on accelerated 2d canvas build time flagsjamesr@chromium.org2010-07-281-0/+7
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3028029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54025 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-device-orientation switch and set ENABLE_DEVICE_ORIENTATION=1hans@chromium.org2010-07-221-0/+1
| | | | | | | | | | | | | | | Flip the compile-time enable switch for device orientation to on, and add a command-line switch to put the functionality behind. The command-line flag will be used both on the Chromium side, and in WebKit via WebRuntimeFeatures. BUG=44654 TEST=browser_tests --gtest_filter=DeviceOrientationEnableSwitchTest.* Review URL: http://codereview.chromium.org/3042009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53317 0039d316-1c4b-4281-b951-d872f2087c98
* Enable WEB_TIMING to match WebKit r63559.tonyg@chromium.org2010-07-161-0/+1
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3034009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52698 0039d316-1c4b-4281-b951-d872f2087c98
* set ENABLE_DIRECTORY_UPLOAD=1 in features_override.gypi. This is now ↵johnnyg@chromium.org2010-07-151-0/+1
| | | | | | | | | | | | available in webkit, switch is required to pass the layout tests. BUG=none TEST=none TBR=ojan Review URL: http://codereview.chromium.org/3033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52539 0039d316-1c4b-4281-b951-d872f2087c98
* linux: enable compiling of hardware compositingpiman@chromium.org2010-07-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2865030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51418 0039d316-1c4b-4281-b951-d872f2087c98
* - Webkit Roll 61360:61384tkent@google.com2010-06-181-10/+12
| | | | | | | | | | | - Enable PROGRESS_TAG and METER_TAG BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2818015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50216 0039d316-1c4b-4281-b951-d872f2087c98
* Set use_accelerated_compositing gyp variable to 1 whenever the gpu ↵vangelis@chromium.org2010-06-171-0/+1
| | | | | | | | | | | compositor code is compiled in. This will allows us to conditionaly link in the appropriate dependencies that the compositor code needs. BUG=46834 Review URL: http://codereview.chromium.org/2806013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50163 0039d316-1c4b-4281-b951-d872f2087c98