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

Side by Side Diff: ui/events/BUILD.gn

Issue 2510193002: Move use_xkbcommon from build to ui/base (Closed)
Patch Set: Typo Created 4 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 unified diff | Download patch
« no previous file with comments | « ui/base/ui_features.gni ('k') | ui/events/keycodes/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni")
8 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
9 10
10 if (is_android) { 11 if (is_android) {
11 import("//build/config/android/rules.gni") 12 import("//build/config/android/rules.gni")
12 } 13 }
13 14
14 if (is_ios) { 15 if (is_ios) {
15 import("//ios/build/config.gni") 16 import("//ios/build/config.gni")
16 } 17 }
17 18
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 generate_jar_jni("motionevent_jni_headers") { 486 generate_jar_jni("motionevent_jni_headers") {
486 jni_package = "ui" 487 jni_package = "ui"
487 classes = [ "android/view/MotionEvent.class" ] 488 classes = [ "android/view/MotionEvent.class" ]
488 } 489 }
489 490
490 generate_jar_jni("keyevent_jni_headers") { 491 generate_jar_jni("keyevent_jni_headers") {
491 jni_package = "ui" 492 jni_package = "ui"
492 classes = [ "android/view/KeyEvent.class" ] 493 classes = [ "android/view/KeyEvent.class" ]
493 } 494 }
494 } 495 }
OLDNEW
« no previous file with comments | « ui/base/ui_features.gni ('k') | ui/events/keycodes/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698