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

Unified Diff: content/public/common/content_paths.h

Issue 9820005: Move PathService's DIR_LAYOUT_TESTS from chrome to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove indexed_db_uitest changes Created 8 years, 9 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 | « content/common/content_paths.cc ('k') | content/test/data/layout_tests/clear_dom_storage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_paths.h
diff --git a/content/public/common/content_paths.h b/content/public/common/content_paths.h
index 0039b360271e6830ce9d122ade92788ef627780c..749c9acbe3c14b111debc8475f1da4b0fed3b381 100644
--- a/content/public/common/content_paths.h
+++ b/content/public/common/content_paths.h
@@ -24,6 +24,14 @@ enum {
// Directory where the Media libraries reside.
DIR_MEDIA_LIBS,
+ // Returns the LayoutTests path for layout tests. For the current git
+ // workflow, it returns
+ // third_party/WebKit/LayoutTests
+ // On svn workflow (including build machines) and older git workflow, it
+ // returns
+ // content/test/data/layout_tests/LayoutTests
+ // See http://crbug.com/105104.
+ DIR_LAYOUT_TESTS,
PATH_END
};
« no previous file with comments | « content/common/content_paths.cc ('k') | content/test/data/layout_tests/clear_dom_storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698