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

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 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 8981a2af07c17e32ad119ba525ceaaafd184eedd..17380a3bd98f4d40dc07c09e772e085da6d2ad7d 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -1184,3 +1184,18 @@ group("devtools_closure_compile") {
"//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/run_devtools_eslint.py",
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698