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

Unified Diff: ui/wm/BUILD.gn

Issue 1403293003: Introduce AndroidFocusRules and NativeWidgetAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 15d39cd785c6d5ddeee0af3085f8f4e18ee565ae..e4694cf2af7202af5dded68989fb5dd8a123f06a 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -7,6 +7,10 @@ import("//testing/test.gni")
component("wm") {
sources = [
+ "android/android_focus_rules.cc",
+ "android/android_focus_rules.h",
+ "android/window_tree_host_manager.cc",
+ "android/window_tree_host_manager.h",
"core/accelerator_delegate.h",
"core/accelerator_filter.cc",
"core/accelerator_filter.h",
@@ -169,5 +173,7 @@ test("wm_unittests") {
"//ui/gl",
]
- data_deps = [ "//ui/resources:ui_test_pak_data" ]
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698