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

Unified Diff: content/app/BUILD.gn

Issue 1071633003: GN Windows component build fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 8da75d4ff61ccc29a02cf9cf3952634b111c62a9..d775702e7a5af7c1ab7132178af1190395fd73a4 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -18,7 +18,6 @@ content_app_sources = [
"content_main_runner.cc",
"mojo/mojo_init.cc",
"mojo/mojo_init.h",
- "startup_helper_win.cc",
]
content_app_deps = [
@@ -30,6 +29,7 @@ content_app_deps = [
# picking the allocator.
"//base/allocator",
"//content:export",
+ "//content:startup_helper_win",
"//content/public/common:common_sources",
"//content/public/common:mojo_bindings",
"//crypto",
« no previous file with comments | « content/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698