diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 20:58:27 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 20:58:27 +0000 |
commit | 7081f9ffee03cad17be0ab5ad20bda69a30dd8fe (patch) | |
tree | aaface38c8a889d3ad9685399dfbb0ca3b28b997 /webkit/DEPS | |
parent | a313db565907985c49d189bd9f051721e1dfe994 (diff) | |
download | chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.zip chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.tar.gz chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.tar.bz2 |
Enable webkit_compositor_bindings_unittests in component builds
This shares the compositor setup code from cc_unittests so we can run
webkit_compositor_bindings_unittests in component builds.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10918281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index bb36883..0f66417 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -8,6 +8,7 @@ skip_child_includes = [ include_rules = [ # For bridge/c/c_utility.h in npruntime_util.cc "+bridge", + "+cc", "+grit", # For generated headers "+skia", "+third_party/angle", |