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

Side by Side Diff: device/bluetooth/BUILD.gn

Issue 1668233004: Refactor bluetooth_task_manager_win to prepare for new Bluetooth test fixture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 10 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 | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('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 import("//build/config/features.gni") 4 import("//build/config/features.gni")
5 5
6 if (is_android) { 6 if (is_android) {
7 import("//build/config/android/rules.gni") # For generate_jni(). 7 import("//build/config/android/rules.gni") # For generate_jni().
8 } 8 }
9 9
10 config("bluetooth_config") { 10 config("bluetooth_config") {
(...skipping 26 matching lines...) Expand all
37 "bluetooth_adapter_win.cc", 37 "bluetooth_adapter_win.cc",
38 "bluetooth_adapter_win.h", 38 "bluetooth_adapter_win.h",
39 "bluetooth_advertisement.cc", 39 "bluetooth_advertisement.cc",
40 "bluetooth_advertisement.h", 40 "bluetooth_advertisement.h",
41 "bluetooth_audio_sink.cc", 41 "bluetooth_audio_sink.cc",
42 "bluetooth_audio_sink.h", 42 "bluetooth_audio_sink.h",
43 "bluetooth_channel_mac.h", 43 "bluetooth_channel_mac.h",
44 "bluetooth_channel_mac.mm", 44 "bluetooth_channel_mac.mm",
45 "bluetooth_classic_device_mac.h", 45 "bluetooth_classic_device_mac.h",
46 "bluetooth_classic_device_mac.mm", 46 "bluetooth_classic_device_mac.mm",
47 "bluetooth_classic_win.cc",
48 "bluetooth_classic_win.h",
47 "bluetooth_device.cc", 49 "bluetooth_device.cc",
48 "bluetooth_device.h", 50 "bluetooth_device.h",
49 "bluetooth_device_android.cc", 51 "bluetooth_device_android.cc",
50 "bluetooth_device_android.h", 52 "bluetooth_device_android.h",
51 "bluetooth_device_mac.h", 53 "bluetooth_device_mac.h",
52 "bluetooth_device_mac.mm", 54 "bluetooth_device_mac.mm",
53 "bluetooth_device_win.cc", 55 "bluetooth_device_win.cc",
54 "bluetooth_device_win.h", 56 "bluetooth_device_win.h",
55 "bluetooth_discovery_filter.cc", 57 "bluetooth_discovery_filter.cc",
56 "bluetooth_discovery_filter.h", 58 "bluetooth_discovery_filter.h",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 jni_package = "bluetooth" 323 jni_package = "bluetooth"
322 } 324 }
323 325
324 android_library("java") { 326 android_library("java") {
325 java_files = java_sources_needing_jni 327 java_files = java_sources_needing_jni
326 deps = [ 328 deps = [
327 "//base:base_java", 329 "//base:base_java",
328 ] 330 ]
329 } 331 }
330 } 332 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698