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

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: 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
Index: shell/application_manager/BUILD.gn
diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
index 5bc0bf627caff315484023f002ba6345dc33705e..ce3be63fd9e5c509b4f9d886c3dbf72ad7b45afa 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",
@@ -15,6 +15,7 @@ component("application_manager") {
"data_pipe_peek.h",
"local_fetcher.cc",
"local_fetcher.h",
+ "native_runner.h",
"network_fetcher.cc",
"network_fetcher.h",
"fetcher.cc",
@@ -23,8 +24,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') | shell/application_manager/application_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698