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

Unified Diff: ui/base/BUILD.gn

Issue 694533010: [NOT FOR REVIEW] Working cpp enum example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ui/android/ui_android.gyp ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index dbef91dd79441948d0d38407b87041ba2fba754a..40dd645ea9461a1e6eecee9478180f8f7210e3a1 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -697,8 +697,19 @@ if (is_android) {
"../android/java/src/org/chromium/ui/base/ViewAndroid.java",
"../android/java/src/org/chromium/ui/base/WindowAndroid.java",
]
+ deps = [
+ ":ui_base_touch_device_java_enums",
+ ]
jni_package = "base"
}
+ java_cpp_enum("ui_base_touch_device_java_enums") {
+ sources = [
+ "touch/touch_device.h",
+ ]
+ outputs = [
+ "org/chromium/ui/base/PointerType.java",
+ ]
+ }
}
# TODO(GYP): Make this work on Android and reenable it.
« no previous file with comments | « ui/android/ui_android.gyp ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698