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

Unified Diff: content/public/test/DEPS

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version that doesn't expose RenderViewImpl in public API Created 8 years, 1 month 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
Index: content/public/test/DEPS
diff --git a/content/public/test/DEPS b/content/public/test/DEPS
index 8589b782b9f2611b5a8189207c6841bc6a7e27c6..e82b1fdeb7b6bd9304fb4d71f6e634220c858f00 100644
--- a/content/public/test/DEPS
+++ b/content/public/test/DEPS
@@ -12,4 +12,8 @@ specific_include_rules = {
"+third_party/iaccessible2",
"+ui/base/resource/resource_bundle.h",
],
+ "content_layouttest_support.h": [
+ # In a component build, we need to compile this into the content library.
+ "+content/common/content_export.h",
jam 2012/11/08 20:37:06 this is fine for all files, so it should be like c
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698