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

Unified Diff: third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt

Issue 1369063002: DevTools: merge excluded folder manager into isolated file system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
index b4a093c4d9cc8c7acd056d0c552079a469d2fe8f..88a41b9a44b3a2173396262fb85b46312561d563 100644
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
@@ -46,3 +46,21 @@ Removing second file system.
Removing first file system.
number of uiSourceCodes in workspace after removing first file system: 0
+Running: testFileSystems
+
+-- Default excludes --
+Dumping uiSourceCodes origin URLs:
+ - file:///var/www/html/foo.js
+ - file:///var/www/bar.js
+ - file:///var/www/html2/foo.js
+
+-- Excluded /html/ --
+Dumping uiSourceCodes origin URLs:
+ - file:///var/www2/bar.js
+ - file:///var/www2/html2/foo.js
+
+-- Excluded /html2/ --
+Dumping uiSourceCodes origin URLs:
+ - file:///var/www3/html/foo.js
+ - file:///var/www3/bar.js
+

Powered by Google App Engine
This is Rietveld 408576698