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

Unified Diff: content/shell/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index bad968d87d4f49028dc97a0a379331ae758fb53f..7903e6ab181c2d63521ecb6d39bff32b14a9a597 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -278,6 +278,10 @@ static_library("content_shell_lib") {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
cflags = [ "/wd4267" ]
+ sources += [
+ "common/v8_breakpad_support_win.cc",
Slava Chigrin 2015/01/30 16:29:31 See GYP https://code.google.com/p/chromium/codesea
+ "common/v8_breakpad_support_win.h",
+ ]
}
if (is_linux) {
@@ -487,7 +491,6 @@ if (!is_android && !is_mac) {
# - RC file.
# - 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
sources = [
- "../app/startup_helper_win.cc",
Slava Chigrin 2015/01/30 16:29:31 Moved to content/test:test_support. It is pulled t
"app/shell_main.cc",
]

Powered by Google App Engine
This is Rietveld 408576698