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

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

Issue 2872393002: Add layout-test-tidy to LayoutTests/webaudio/tools (Closed)
Patch Set: Remove indentation hack after l-g-t-m 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/tools/layout-test-tidy.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..03d3bb382bd4e5c57192fc24dbb2dd2e7659c3ab
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/tools/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "layout-test-tidy",
+ "version": "0.0.6",
+ "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"
+ }
+}
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/tools/layout-test-tidy.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698