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

Unified Diff: chrome/test/chromedriver/BUILD.gn

Issue 2743013002: Add webdriver endpoint to send custom debugger commands (Closed)
Patch Set: Adding e2e test Created 3 years, 8 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: chrome/test/chromedriver/BUILD.gn
diff --git a/chrome/test/chromedriver/BUILD.gn b/chrome/test/chromedriver/BUILD.gn
index 935f034dda585192f591a1461d19f59545056c65..1fd21f02ad204f7c6e0b8687cf1fc03fdc129f6b 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -232,6 +232,8 @@ source_set("lib") {
"command_listener_proxy.h",
"commands.cc",
"commands.h",
+ "devtools_events_logger.cc",
+ "devtools_events_logger.h",
"element_commands.cc",
"element_commands.h",
"element_util.cc",

Powered by Google App Engine
This is Rietveld 408576698