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

Unified Diff: services/shell/public/cpp/BUILD.gn

Issue 2156203003: shell::ApplicationRunner -> shell::ServiceRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/shell/background/tests/test_service.cc ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/BUILD.gn
diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
index f3a9490c4d3410a94a83404916a09c0bbdf53413..3aa5269862a2135842c5312fd2b9f9ca664062c0 100644
--- a/services/shell/public/cpp/BUILD.gn
+++ b/services/shell/public/cpp/BUILD.gn
@@ -12,7 +12,6 @@ group("cpp") {
# TODO(rockot): Rename this to "cpp".
static_library("sources") {
sources = [
- "application_runner.h",
"capabilities.h",
"connect.h",
"connection.h",
@@ -23,7 +22,6 @@ static_library("sources") {
"interface_factory_impl.h",
"interface_provider.h",
"interface_registry.h",
- "lib/application_runner.cc",
"lib/callback_binder.cc",
"lib/callback_binder.h",
"lib/capabilities.cc",
@@ -39,10 +37,12 @@ static_library("sources") {
"lib/service.cc",
"lib/service_context.cc",
"lib/service_context_ref.cc",
+ "lib/service_runner.cc",
"names.h",
"service.h",
"service_context.h",
"service_context_ref.h",
+ "service_runner.h",
]
public_deps = [
« no previous file with comments | « services/shell/background/tests/test_service.cc ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698