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

Unified Diff: third_party/WebKit/Source/devtools/scripts/gulp/package.json

Issue 2464463002: Revert of DevTools: clean up scripts folder (Closed)
Patch Set: Created 4 years, 2 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/Source/devtools/scripts/gulp/package.json
diff --git a/third_party/WebKit/Source/devtools/scripts/gulp/package.json b/third_party/WebKit/Source/devtools/scripts/gulp/package.json
deleted file mode 100644
index 01697dbc2f5184eb10886381438ca5f77f82a4b1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/scripts/gulp/package.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "chrome-devtools-build",
- "description": "Build scripts for Chrome DevTools",
- "scripts": {
- "build": "npm run gulp -- build",
- "gulp": "gulp"
- },
- "version": "0.1.0",
- "author": "The Chromium Authors",
- "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/master/LICENSE",
- "bugs": {
- "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:Platform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modified%20Opened"
- },
- "devDependencies": {
- "del": "2.2.2",
- "fs-promise": "0.5.0",
- "gulp": "3.9.1",
- "jsonfile": "2.4.0"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698