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

Unified Diff: extensions/browser/BUILD.gn

Issue 652793002: Add service registration for apps APIs implemented as mojo services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | extensions/browser/DEPS » ('j') | extensions/browser/extension_web_contents_observer.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 3358c6a5e485ba8f934b7fc51a4709ae5839b23a..f18ce81d9438300fa3022acb71b549caab3fd88f 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -418,6 +418,8 @@ source_set("browser") {
"script_execution_observer.h",
"script_executor.cc",
"script_executor.h",
+ "service_registration_manager.cc",
+ "service_registration_manager.h",
"stash_backend.cc",
"stash_backend.h",
"state_store.cc",
« no previous file with comments | « no previous file | extensions/browser/DEPS » ('j') | extensions/browser/extension_web_contents_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698