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

Unified Diff: services/shell/BUILD.gn

Issue 1899583002: Revert of Remove shell::Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | services/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/BUILD.gn
diff --git a/services/shell/BUILD.gn b/services/shell/BUILD.gn
index 58c7f8d79ee09d3e4cc49f85a2df25d5ed83ebd4..e3ce5fa8668037267429874545b55b571516f560 100644
--- a/services/shell/BUILD.gn
+++ b/services/shell/BUILD.gn
@@ -24,6 +24,7 @@
"connect_params.h",
"connect_util.cc",
"connect_util.h",
+ "loader.h",
"native_runner.h",
"native_runner_delegate.h",
"shell.cc",
@@ -52,6 +53,9 @@
data_deps = [
":manifest",
]
+
+ # For services/shell/loader.h
+ allow_circular_includes_from = [ "//services/catalog:lib" ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « no previous file | services/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698