| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 7903e6ab181c2d63521ecb6d39bff32b14a9a597..bad968d87d4f49028dc97a0a379331ae758fb53f 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -278,10 +278,6 @@ 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",
|
| - "common/v8_breakpad_support_win.h",
|
| - ]
|
| }
|
|
|
| if (is_linux) {
|
| @@ -491,6 +487,7 @@ if (!is_android && !is_mac) {
|
| # - RC file.
|
| # - 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
|
| sources = [
|
| + "../app/startup_helper_win.cc",
|
| "app/shell_main.cc",
|
| ]
|
|
|
|
|