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

Unified Diff: chrome/test/BUILD.gn

Issue 2353483002: Disable chrome.bluetoothLowEnergy on non linux platforms (Closed)
Patch Set: Address steel@ feedback Created 4 years, 3 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 | « no previous file | extensions/common/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c5c91d355727decf5c24b473cdca1be50cfd776d..e37951026e7b38d0efb1e7caf53c8abdfcccb7c2 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1345,7 +1345,6 @@ test("browser_tests") {
"../browser/extensions/api/autofill_private/autofill_private_apitest.cc",
"../browser/extensions/api/automation/automation_apitest.cc",
"../browser/extensions/api/autotest_private/autotest_private_apitest.cc",
- "../browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc",
"../browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc",
"../browser/extensions/api/bookmark_manager_private/bookmark_manager_private_apitest.cc",
"../browser/extensions/api/bookmarks/bookmark_apitest.cc",
@@ -2635,6 +2634,10 @@ test("browser_tests") {
]
}
}
+
+ if (is_chromeos || (is_linux && use_dbus)) {
+ sources += [ "../browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc" ]
+ }
}
}
« no previous file with comments | « no previous file | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698