OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |