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

Unified Diff: extensions/browser/BUILD.gn

Issue 2819593003: Initialize BlueZ in app_shell on Linux (Closed)
Patch Set: include 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
« no previous file with comments | « no previous file | extensions/browser/api/app_apis_test.cc » ('j') | extensions/browser/api/app_apis_test.cc » ('J')
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 73d31fecb9c816e97f5410d8f2ceb822fc7e9222..a86a3e81e6e7fab27b1c6252e9b17e39bff41724 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -312,6 +312,7 @@ source_set("browser_sources") {
source_set("browser_tests") {
testonly = true
sources = [
+ "api/app_apis_test.cc",
rkc 2017/04/17 18:42:09 I presume this is only needed till crbug.com/65083
michaelpg 2017/04/21 20:27:00 Done.
"api/audio/audio_apitest.cc",
"api/bluetooth_socket/bluetooth_socket_apitest.cc",
"api/display_source/display_source_apitest.cc",
« no previous file with comments | « no previous file | extensions/browser/api/app_apis_test.cc » ('j') | extensions/browser/api/app_apis_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698