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

Unified Diff: LayoutTests/inspector/tracing/fix_all

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « LayoutTests/inspector/tracing/decode-resize-expected.txt ('k') | LayoutTests/inspector/tracing/fix_path » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/fix_all
diff --git a/LayoutTests/inspector/tracing/fix_all b/LayoutTests/inspector/tracing/fix_all
new file mode 100755
index 0000000000000000000000000000000000000000..511303fd048c35449114ac775dcfd315a2bead01
--- /dev/null
+++ b/LayoutTests/inspector/tracing/fix_all
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+
+for f in $*
+do
+ echo "Fixing $f"
+ sed -i -f fix_path $f
+done
+
« no previous file with comments | « LayoutTests/inspector/tracing/decode-resize-expected.txt ('k') | LayoutTests/inspector/tracing/fix_path » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698