| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("vr/features.gni") |
| 5 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 6 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 7 | 8 |
| 8 if (is_android) { | 9 if (is_android) { |
| 9 import("//build/config/android/rules.gni") # For generate_jni(). | 10 import("//build/config/android/rules.gni") # For generate_jni(). |
| 10 } | 11 } |
| 11 | 12 |
| 12 if (is_mac) { | 13 if (is_mac) { |
| 13 import("//build/config/mac/mac_sdk.gni") | 14 import("//build/config/mac/mac_sdk.gni") |
| 14 } | 15 } |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 ] | 307 ] |
| 307 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] | 308 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] |
| 308 } | 309 } |
| 309 | 310 |
| 310 java_cpp_enum("bluetooth_test_javagen") { | 311 java_cpp_enum("bluetooth_test_javagen") { |
| 311 sources = [ | 312 sources = [ |
| 312 "bluetooth/test/bluetooth_test.h", | 313 "bluetooth/test/bluetooth_test.h", |
| 313 ] | 314 ] |
| 314 } | 315 } |
| 315 } | 316 } |
| OLD | NEW |