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

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

Issue 940613002: Add more targets to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos Created 5 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 | « dbus/BUILD.gn ('k') | device/core/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 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 config("bluetooth_config") { 7 config("bluetooth_config") {
8 if (is_win) { 8 if (is_win) {
9 ldflags = [ 9 ldflags = [
10 "/DELAYLOAD:BluetoothApis.dll", 10 "/DELAYLOAD:BluetoothApis.dll",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "test/mock_bluetooth_gatt_notify_session.cc", 207 "test/mock_bluetooth_gatt_notify_session.cc",
208 "test/mock_bluetooth_gatt_notify_session.h", 208 "test/mock_bluetooth_gatt_notify_session.h",
209 "test/mock_bluetooth_gatt_service.cc", 209 "test/mock_bluetooth_gatt_service.cc",
210 "test/mock_bluetooth_gatt_service.h", 210 "test/mock_bluetooth_gatt_service.h",
211 "test/mock_bluetooth_socket.cc", 211 "test/mock_bluetooth_socket.cc",
212 "test/mock_bluetooth_socket.h", 212 "test/mock_bluetooth_socket.h",
213 ] 213 ]
214 214
215 deps = [ 215 deps = [
216 ":bluetooth", 216 ":bluetooth",
217 "//net",
217 "//testing/gmock", 218 "//testing/gmock",
218 ] 219 ]
220 public_deps = [
221 "//base",
222 ]
219 } 223 }
OLDNEW
« no previous file with comments | « dbus/BUILD.gn ('k') | device/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698