Chromium Code Reviews| 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", |
| ] |