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

Unified Diff: third_party/WebKit/Source/devtools/scripts/README.md

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/README.md
diff --git a/third_party/WebKit/Source/devtools/scripts/README.md b/third_party/WebKit/Source/devtools/scripts/README.md
index 3f4a28329e878ebbc77c821b8034ebc2ecd73ae4..5a6b39d5b74f74530b504498b752a8e4065ab59f 100644
--- a/third_party/WebKit/Source/devtools/scripts/README.md
+++ b/third_party/WebKit/Source/devtools/scripts/README.md
@@ -1,35 +1,12 @@
# DevTools Scripts
-## Development workflow scripts
+## Python build scripts
-These are scripts that can be useful to run independently as you're working on Chrome DevTools front-end.
-
-The newer scripts such as for testing and hosted mode are written in Node.js, which has become the standard toolchain for web apps. The older scripts such as building (e.g. bundling and minifying) are written in Python, which has first-class support in Chromium's infrastructure.
-
-## Overview
-
-### Folders
-
-- build - Python package for generating DevTools debug and release mode
-- chrome_debug_launcher - automagically finds Chrome Canary and launches it with debugging flags (e.g. remote debugging port)
-- closure - see section on Closure Compiler below
-- gulp - experimental build process written in node.js & gulp to remove the dependency on Chromium-specific build tools (i.e. gn and ninja)
-- hosted_mode - run DevTools on a localhost development server
-- jsdoc_validator - enforces the use of Closure type annotations
-- local_node - installs a local runtime of node.js
-
-### Python Scripts
-- convert_svg_images_to_png.py - manually run when adding svg images
- compile_frontend.py - runs closure compiler to do static type analysis
- Note: the compiled outputs are not actually used to run DevTools
-- install_node_deps.py - installs node.js & npm modules
-- lint_javascript.py - run eslint
- optimize_png_images.py - manually run when adding png images
-
-### Node.js scripts
-
-The easiest way to run the node.js scripts is to use `npm run` which displays all the commands. For more information on the specific `npm run` commands, take a look at the primary devtools front-end readme (`../readme.md`).
+- convert_svg_images_to_png.py - manually run when adding svg images
## Closure
-DevTools manually rolls the closure compiler to ./closure. If you manually roll closure compiler, you will need to re-generate the closure_runner (in ./closure) and jsdoc_validator custom jars using the python scripts in their respective directory. Make sure you use JDK 7 to compile these jars, otherwise they won't run on buildbot. If you compile with JDK 7, anyone with Java 7 or Java 8 should be able to run the jar.
+DevTools manually rolls the closure compiler to ./closure. If you manually roll closure compiler, you will need to re-generate the compiler-runner and jsdoc-validator custom jars using the python scripts in their respective directory. Make sure you use JDK 7 to compile these jars, otherwise they won't run on buildbot. If you compile with JDK 7, anyone with Java 7 or Java 8 should be able to run the jar.

Powered by Google App Engine
This is Rietveld 408576698