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

Unified Diff: extensions/BUILD.gn

Issue 652313002: Enable the mojo-based serial API in the renderer behind a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-js-natives-registration
Patch Set: fix windows build Created 6 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
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 46001610c9ebfc7fcea5ad48ce3e56e9b5bff7b9..1c9602ea57963f06beee3595b61397e911ff527f 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -94,6 +94,8 @@ source_set("test_support") {
"test/test_extensions_client.h",
"test/test_permission_message_provider.cc",
"test/test_permission_message_provider.h",
+ "test/test_service_registration_manager.cc",
+ "test/test_service_registration_manager.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698