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

Unified Diff: content/browser/BUILD.gn

Issue 2656903005: ChromeDriver: Handle key events properly on Mac (Closed)
Patch Set: fixes Created 3 years, 5 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8f609b8fc87bcfe6a77c8d4048aedaae382e6c49..307a1e76a449496531238b390ae77ea6d1c7aa06 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -539,6 +539,8 @@ source_set("browser") {
"devtools/protocol/io_handler.h",
"devtools/protocol/memory_handler.cc",
"devtools/protocol/memory_handler.h",
+ "devtools/protocol/native_input_event_builder.h",
+ "devtools/protocol/native_input_event_builder_mac.mm",
"devtools/protocol/network_handler.cc",
"devtools/protocol/network_handler.h",
"devtools/protocol/page_handler.cc",
« no previous file with comments | « chrome/test/data/devtools/dispatch_key_event_shows_auto_fill.html ('k') | content/browser/devtools/protocol/input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698