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

Unified Diff: third_party/WebKit/Source/web/tests/DEPS

Issue 2045603002: Handle the "key" field as opposed to keyIdentifier field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chromeos Created 4 years, 6 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: third_party/WebKit/Source/web/tests/DEPS
diff --git a/third_party/WebKit/Source/web/tests/DEPS b/third_party/WebKit/Source/web/tests/DEPS
index 5c7bc7f44a5a7db893afeb2d3963b53acf817ce7..433d92f545bf6c33c49701721092bfe2bd24a98a 100644
--- a/third_party/WebKit/Source/web/tests/DEPS
+++ b/third_party/WebKit/Source/web/tests/DEPS
@@ -9,4 +9,5 @@ include_rules = [
"+content/test/blink_test_environment.h",
"+mojo/edk/embedder/embedder.h",
"+mojo/public/cpp/bindings",
+ "+ui/events/keycodes/dom/dom_key.h"
bokan 2016/06/09 15:51:56 This looks out of place here. Did you confirm with
dtapuska 2016/06/09 18:20:33 Actually I think I can do it a different way; will
]

Powered by Google App Engine
This is Rietveld 408576698