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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/tools/package.json

Issue 2872393002: Add layout-test-tidy to LayoutTests/webaudio/tools (Closed)
Patch Set: Created 3 years, 7 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/webaudio/tools/package.json
diff --git a/third_party/WebKit/LayoutTests/webaudio/tools/package.json b/third_party/WebKit/LayoutTests/webaudio/tools/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..f4a6c8afcf15c2339c3371edf8fa1c44ef698121
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/tools/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "layout-test-tidy",
+ "version": "0.0.5",
+ "description": "Chromium/Blink layout test clean up tool",
+ "devDependencies": {
+ "clang-format": "^1.0.49",
+ "jsdom": "^10.0.0",
+ "libtidy": "^0.3.2",
+ "node-glob": "^1.2.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698