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

Unified Diff: third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh

Issue 2419943003: DevTools: allow handing over the raw protocol connection to external clients and back. (Closed)
Patch Set: rebaselined 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.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/Source/devtools/scripts/run_inspector_tests.sh
diff --git a/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh b/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
index 6a91d4e0896bc707d71b2243aa4ff9ce0bd3b109..8482cb763f4908b90a19b55cdeda54c3041ffaac 100755
--- a/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
+++ b/third_party/WebKit/Source/devtools/scripts/run_inspector_tests.sh
@@ -15,7 +15,7 @@ DEBUG_FLAG=" --additional-driver-flag='--debug-devtools'"
COMMAND=${RUN_LAYOUT_TEST_PATH}
-#ninja -C ${OUT_PATH} devtools_frontend_resources
+ninja -C ${OUT_PATH} devtools_frontend_resources
if [ $1 == "-d" ]
then
shift
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698