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

Unified Diff: content/shell/BUILD.gn

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone Created 6 years, 1 month 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 | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 8a9f4b580f8c633b440b8de6180730821c846f41..f3f9ca7f970f6e024eb90b255fb392dfd1404383 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -289,6 +289,8 @@ static_library("content_shell_lib") {
# Some tests rely on this tool at runtime. Note: it might be better if
# the tests that needed it had this as a dep instead of adding it here.
datadeps = [ "//tools/xdisplaycheck" ]
+
+ deps += [ "//ui/events/devices" ]
}
if (is_android) {
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698