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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2486903002: DevTools: Add support for installing node and running eslint over devtools. (Closed)
Patch Set: fix node.py Created 4 years 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index afc584467c07fb80ec6dae4a361bc0acf3d5f4b4..5df790739d753b94c4c8437e0ff978ad4a2c9036 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -1176,10 +1176,25 @@ group("devtools_closure_compile") {
"scripts/compile_frontend.py",
"scripts/jsdoc_validator/",
"scripts/utils.py",
- "//testing/scripts/run_devtools_closure_compile.py",
"//testing/scripts/common.py",
+ "//testing/scripts/run_devtools_check.py",
"//testing/xvfb.py",
"//third_party/WebKit/Source/core/inspector/browser_protocol.json",
"//v8/src/inspector/js_protocol.json",
]
}
+
+group("devtools_eslint") {
+ data = [
+ # Needed for isolate script to execute.
+ ".eslintignore",
+ ".eslintrc.js",
+ "devtools-node-modules/",
+ "front_end/",
+ "scripts/buildbot/run_eslint.py",
+ "scripts/local_node/",
+ "//testing/scripts/common.py",
+ "//testing/scripts/run_devtools_check.py",
+ "//testing/xvfb.py",
+ ]
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/.gitignore ('k') | third_party/WebKit/Source/devtools/scripts/buildbot/run_eslint.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698