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

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

Issue 2743013002: Add webdriver endpoint to send custom debugger commands (Closed)
Patch Set: New DevToolsEventsLogger Created 3 years, 9 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..5345bbeb8dbf8672e50eefc1727c2910ee5c4f84 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -218,6 +218,8 @@ source_set("lib") {
"//third_party/webdriver/atoms.h",
"alert_commands.cc",
"alert_commands.h",
+ "base_logger.cc",
+ "base_logger.h",
"basic_types.cc",
"basic_types.h",
"capabilities.cc",
@@ -232,6 +234,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