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

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

Issue 1216583003: Adding Hashed Address to BluetoothLowEnergyDeviceMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timeinfo
Patch Set: agl comments Created 5 years, 5 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/DEPS ('k') | device/bluetooth/DEPS » ('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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") # For generate_jni(). 6 import("//build/config/android/rules.gni") # For generate_jni().
7 } 7 }
8 8
9 config("bluetooth_config") { 9 config("bluetooth_config") {
10 if (is_win) { 10 if (is_win) {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ] 124 ]
125 125
126 defines = [ "DEVICE_BLUETOOTH_IMPLEMENTATION" ] 126 defines = [ "DEVICE_BLUETOOTH_IMPLEMENTATION" ]
127 127
128 all_dependent_configs = [ ":bluetooth_config" ] 128 all_dependent_configs = [ ":bluetooth_config" ]
129 129
130 deps = [ 130 deps = [
131 "strings", 131 "strings",
132 "uribeacon", 132 "uribeacon",
133 "//base", 133 "//base",
134 "//crypto",
134 "//net", 135 "//net",
135 "//ui/base", 136 "//ui/base",
136 ] 137 ]
137 138
138 if (is_android) { 139 if (is_android) {
139 deps += [ ":jni_headers" ] 140 deps += [ ":jni_headers" ]
140 } 141 }
141 142
142 if (is_chromeos) { 143 if (is_chromeos) {
143 deps += [ 144 deps += [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 jni_package = "bluetooth" 203 jni_package = "bluetooth"
203 } 204 }
204 205
205 android_library("java") { 206 android_library("java") {
206 java_files = java_sources_needing_jni 207 java_files = java_sources_needing_jni
207 deps = [ 208 deps = [
208 "//base:base_java", 209 "//base:base_java",
209 ] 210 ]
210 } 211 }
211 } 212 }
OLDNEW
« no previous file with comments | « device/DEPS ('k') | device/bluetooth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698