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 |
}; |