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

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

Issue 2853433002: bluetooth: Implement simulateCentral (Closed)
Patch Set: Address dcheng's comments Created 3 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/public/interfaces/test/fake_bluetooth.mojom » ('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 27 matching lines...) Expand all
38 ":bluetooth", 38 ":bluetooth",
39 "//device/bluetooth/public/interfaces:experimental_interfaces", 39 "//device/bluetooth/public/interfaces:experimental_interfaces",
40 "//mojo/public/cpp/bindings", 40 "//mojo/public/cpp/bindings",
41 ] 41 ]
42 } 42 }
43 43
44 source_set("fake_bluetooth") { 44 source_set("fake_bluetooth") {
45 sources = [ 45 sources = [
46 "test/fake_bluetooth.cc", 46 "test/fake_bluetooth.cc",
47 "test/fake_bluetooth.h", 47 "test/fake_bluetooth.h",
48 "test/fake_central.cc",
49 "test/fake_central.h",
48 ] 50 ]
49 51
50 deps = [ 52 deps = [
51 ":bluetooth", 53 ":bluetooth",
52 "//device/bluetooth/public/interfaces:fake_bluetooth_interfaces", 54 "//device/bluetooth/public/interfaces:fake_bluetooth_interfaces",
53 "//mojo/public/cpp/bindings", 55 "//mojo/public/cpp/bindings",
54 ] 56 ]
55 } 57 }
56 58
57 component("bluetooth") { 59 component("bluetooth") {
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 } 428 }
427 429
428 android_library("java") { 430 android_library("java") {
429 java_files = java_sources_needing_jni 431 java_files = java_sources_needing_jni
430 deps = [ 432 deps = [
431 "//base:base_java", 433 "//base:base_java",
432 "//components/location/android:location_java", 434 "//components/location/android:location_java",
433 ] 435 ]
434 } 436 }
435 } 437 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/public/interfaces/test/fake_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698