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/BUILD.gn

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other debug/component woes Created 5 years, 9 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 | « components/session_manager.gypi ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index be1f456c2e88c6293a6361e520a67ebad516e4f1..e31ea8228016d74a7d0679f4f7b126a7d6491acd 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -80,3 +80,18 @@ source_set("export") {
"content/common/content_export.h",
]
}
+
+if (is_win) {
+ source_set("content_startup_helper_win") {
+ sources = [
+ "app/startup_helper_win.cc",
+ "public/app/startup_helper_win.h",
+ ]
+
+ deps = [
+ "//base",
+ "//base:i18n",
+ "//sandbox",
+ ]
+ }
+}
« no previous file with comments | « components/session_manager.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698