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

Unified Diff: extensions/browser/BUILD.gn

Issue 2819593003: Initialize BlueZ in app_shell on Linux (Closed)
Patch Set: feedback Created 3 years, 8 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
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 1185fbd3782c476ce02a0d8b289ff2030adf9056..aa65f0d1f5edc3379247e228153dbda1cd07d928 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -313,6 +313,11 @@ source_set("browser_tests") {
testonly = true
sources = [
"api/audio/audio_apitest.cc",
+
+ # TODO(michaelpg): bluetooth_appshell_test.cc is a crutch until we have a
+ # better system for testing APIs in both app_shell and chrome. See
+ # crbug.com/650835.
+ "api/bluetooth/bluetooth_appshell_test.cc",
"api/bluetooth_socket/bluetooth_socket_apitest.cc",
"api/display_source/display_source_apitest.cc",
"api/display_source/display_source_apitestbase.cc",

Powered by Google App Engine
This is Rietveld 408576698