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

Side by Side Diff: device/BUILD.gn

Issue 1948763003: Adding support for service scan on OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fixing comments Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | device/bluetooth/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 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 30 matching lines...) Expand all
41 "bluetooth/test/bluetooth_test.cc", 41 "bluetooth/test/bluetooth_test.cc",
42 "bluetooth/test/bluetooth_test.h", 42 "bluetooth/test/bluetooth_test.h",
43 "bluetooth/test/bluetooth_test_android.cc", 43 "bluetooth/test/bluetooth_test_android.cc",
44 "bluetooth/test/bluetooth_test_android.h", 44 "bluetooth/test/bluetooth_test_android.h",
45 "bluetooth/test/bluetooth_test_mac.h", 45 "bluetooth/test/bluetooth_test_mac.h",
46 "bluetooth/test/bluetooth_test_mac.mm", 46 "bluetooth/test/bluetooth_test_mac.mm",
47 "bluetooth/test/bluetooth_test_win.cc", 47 "bluetooth/test/bluetooth_test_win.cc",
48 "bluetooth/test/bluetooth_test_win.h", 48 "bluetooth/test/bluetooth_test_win.h",
49 "bluetooth/test/mock_bluetooth_cbperipheral_mac.h", 49 "bluetooth/test/mock_bluetooth_cbperipheral_mac.h",
50 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm", 50 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm",
51 "bluetooth/test/mock_bluetooth_cbservice_mac.h",
52 "bluetooth/test/mock_bluetooth_cbservice_mac.mm",
51 "bluetooth/test/mock_bluetooth_central_manager_mac.h", 53 "bluetooth/test/mock_bluetooth_central_manager_mac.h",
52 "bluetooth/test/mock_bluetooth_central_manager_mac.mm", 54 "bluetooth/test/mock_bluetooth_central_manager_mac.mm",
53 "bluetooth/test/test_bluetooth_adapter_observer.cc", 55 "bluetooth/test/test_bluetooth_adapter_observer.cc",
54 "bluetooth/test/test_bluetooth_adapter_observer.h", 56 "bluetooth/test/test_bluetooth_adapter_observer.h",
55 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", 57 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
56 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 58 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
57 "nfc/nfc_chromeos_unittest.cc", 59 "nfc/nfc_chromeos_unittest.cc",
58 "nfc/nfc_ndef_record_unittest.cc", 60 "nfc/nfc_ndef_record_unittest.cc",
59 "test/run_all_unittests.cc", 61 "test/run_all_unittests.cc",
60 ] 62 ]
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 } 215 }
214 216
215 android_library("bluetooth_test_java") { 217 android_library("bluetooth_test_java") {
216 java_files = bluetooth_java_sources_needing_jni 218 java_files = bluetooth_java_sources_needing_jni
217 deps = [ 219 deps = [
218 "//base:base_java", 220 "//base:base_java",
219 "//device/bluetooth:java", 221 "//device/bluetooth:java",
220 ] 222 ]
221 } 223 }
222 } 224 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698