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

Unified Diff: services/shell/BUILD.gn

Issue 1898433002: Remove shell::Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows gyp linkage 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 e3ce5fa8668037267429874545b55b571516f560..58c7f8d79ee09d3e4cc49f85a2df25d5ed83ebd4 100644
--- a/services/shell/BUILD.gn
+++ b/services/shell/BUILD.gn
@@ -24,7 +24,6 @@ source_set("shell") {
"connect_params.h",
"connect_util.cc",
"connect_util.h",
- "loader.h",
"native_runner.h",
"native_runner_delegate.h",
"shell.cc",
@@ -53,9 +52,6 @@ source_set("shell") {
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