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

Unified Diff: shell/application_manager/BUILD.gn

Issue 961053005: More shell cleanup: Move NativeRunner(Factory) to native_runner.h. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 10 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 | shell/application_manager/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/BUILD.gn
diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
index b53e473bd762e509a6528a5111d74c431873fda2..c63eee09303ada0fe59eacdbfccfa348774956aa 100644
--- a/shell/application_manager/BUILD.gn
+++ b/shell/application_manager/BUILD.gn
@@ -5,7 +5,7 @@
import("//mojo/public/tools/bindings/mojom.gni")
import("//testing/test.gni")
-component("application_manager") {
+source_set("application_manager") {
output_name = "mojo_application_manager"
sources = [
"application_loader.h",
@@ -17,6 +17,7 @@ component("application_manager") {
"fetcher.h",
"local_fetcher.cc",
"local_fetcher.h",
+ "native_runner.h",
"network_fetcher.cc",
"network_fetcher.h",
"query_util.cc",
@@ -25,8 +26,6 @@ component("application_manager") {
"shell_impl.h",
]
- defines = [ "MOJO_APPLICATION_MANAGER_IMPLEMENTATION" ]
-
public_deps = [
"//base",
"//mojo/common",
« no previous file with comments | « no previous file | shell/application_manager/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698