diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 23:05:19 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 23:05:19 +0000 |
commit | aa7f5e4d195b23bc491acd5a924a5e4b5e541377 (patch) | |
tree | 68b438e3492dc48446a5eac14ac739e74e3c7cf8 /cc/DEPS | |
parent | 31bb5ee6567a11d87e4cc6563cb311c9f97c64fa (diff) | |
download | chromium_src-aa7f5e4d195b23bc491acd5a924a5e4b5e541377.zip chromium_src-aa7f5e4d195b23bc491acd5a924a5e4b5e541377.tar.gz chromium_src-aa7f5e4d195b23bc491acd5a924a5e4b5e541377.tar.bz2 |
Enable cc_unittests in component build
BUG=148610
Review URL: https://chromiumcodereview.appspot.com/10905231
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r-- | cc/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,4 +15,9 @@ include_rules = [ # TODO(jamesr): Resolve these "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", +# TODO(jamesr): We depend on these things just to do test setup. We should be +# able to run unit tests without these dependencies. + "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", + "+webkit/compositor_bindings/web_compositor_support_impl.h", + "+webkit/glue/webthread_impl.h" ] |