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

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

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/battery/BUILD.gn ('k') | device/hid/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 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//base", 135 "//base",
136 "//crypto", 136 "//crypto",
137 "//net", 137 "//net",
138 "//ui/base", 138 "//ui/base",
139 ] 139 ]
140 140
141 if (is_android) { 141 if (is_android) {
142 deps += [ ":jni_headers" ] 142 deps += [ ":jni_headers" ]
143 } 143 }
144 144
145 if (is_chromeos) { 145 if (is_chromeos_ui) {
146 deps += [ 146 deps += [
147 "//chromeos", 147 "//chromeos",
148 "//dbus", 148 "//dbus",
149 ] 149 ]
150 } 150 }
151 151
152 if (is_mac) { 152 if (is_mac) {
153 libs = [ "IOBluetooth.framework" ] 153 libs = [ "IOBluetooth.framework" ]
154 } 154 }
155 155
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 jni_package = "bluetooth" 205 jni_package = "bluetooth"
206 } 206 }
207 207
208 android_library("java") { 208 android_library("java") {
209 java_files = java_sources_needing_jni 209 java_files = java_sources_needing_jni
210 deps = [ 210 deps = [
211 "//base:base_java", 211 "//base:base_java",
212 ] 212 ]
213 } 213 }
214 } 214 }
OLDNEW
« no previous file with comments | « device/battery/BUILD.gn ('k') | device/hid/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698