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

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
« no previous file with comments | « no previous file | ui/wm/android/android_focus_rules.h » ('j') | ui/wm/android/android_focus_rules.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 15d39cd785c6d5ddeee0af3085f8f4e18ee565ae..95b7e5fae7e4ee5c5279c2b32dc33a16ebf303db 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -7,6 +7,8 @@ import("//testing/test.gni")
component("wm") {
sources = [
+ "android/android_focus_rules.cc",
+ "android/android_focus_rules.h",
"core/accelerator_delegate.h",
"core/accelerator_filter.cc",
"core/accelerator_filter.h",
@@ -169,5 +171,7 @@ test("wm_unittests") {
"//ui/gl",
]
- data_deps = [ "//ui/resources:ui_test_pak_data" ]
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
}
« no previous file with comments | « no previous file | ui/wm/android/android_focus_rules.h » ('j') | ui/wm/android/android_focus_rules.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698