diff options
Diffstat (limited to 'chrome/browser/renderer_host/test/README.txt')
-rw-r--r-- | chrome/browser/renderer_host/test/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/renderer_host/test/README.txt b/chrome/browser/renderer_host/test/README.txt new file mode 100644 index 0000000..bf230e5 --- /dev/null +++ b/chrome/browser/renderer_host/test/README.txt @@ -0,0 +1,4 @@ +These test files would normally go in the parent directory next to the
+corresponding implementation files. However, they depend on the tab_contents
+directory which we don't want the normal code to use. So we put them in this
+separate directory with the tab_contents includes allowed by DEPS from here only.
|