Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2028)

Unified Diff: cc/DEPS

Issue 10905231: Enable cc_unittests in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark WebThreadImplForMessageLoop ctor/dtor as exported Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCThreadedTest.cpp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/DEPS
diff --git a/cc/DEPS b/cc/DEPS
index adf880ba52c9dcb994f1caa1590e1461c4c65d2f..c24f5f8ff581b9e4fa1dd647e546068259bd52dc 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -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"
]
« no previous file with comments | « cc/CCThreadedTest.cpp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698