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

Unified Diff: device/BUILD.gn

Issue 1415783003: Add more test binaries to GN Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | mojo/package_manager/capability_filter_content_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 32adeccff93a2491ecc41fb0af45dc129fba3f4b..a7d91edb5bed1b0759a0e3d929be67225e19cdb1 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -65,6 +65,7 @@ test("device_unittests") {
"//device/battery",
"//device/battery:mojo_bindings",
"//device/bluetooth",
+ "//device/bluetooth:mocks",
"//device/nfc",
"//mojo/environment:chromium",
"//net",
@@ -168,7 +169,7 @@ test("device_unittests") {
# OSes older than OSX 10.10, the top level CoreBluetooth framework must be
# weakly linked.
if (mac_sdk_version == "10.10") {
- ldflags += [ "-weak_framework CoreBluetooth" ]
+ ldflags += [ "-weak_framework", "CoreBluetooth" ]
}
}
}
« no previous file with comments | « content/test/BUILD.gn ('k') | mojo/package_manager/capability_filter_content_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698