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

Unified Diff: extensions/browser/BUILD.gn

Issue 2819593003: Initialize BlueZ in app_shell on Linux (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | extensions/browser/api/bluetooth/bluetooth_appshell_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | extensions/browser/api/bluetooth/bluetooth_appshell_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698