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

Unified Diff: components/crash/content/app/BUILD.gn

Issue 2165183003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix Created 4 years, 5 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/cookie_config/BUILD.gn ('k') | components/crash/content/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 0e5d6e0bfd92d48292120e3b764662b4f3a48003..f1e136dfdc426561061ceb7771b61a16e89008ea 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -146,7 +146,7 @@ source_set("app_non_mac_win") {
# removed shortly and all consumers will be expected to use Crashpad as
# the Mac crash-reporting client. See the comment in the
# crash_component_non_mac target for more details.
-source_set("app_breakpad_mac_win_to_be_deleted") {
+static_library("app_breakpad_mac_win_to_be_deleted") {
deps = [
":app_non_mac_win",
]
@@ -185,7 +185,7 @@ source_set("app_breakpad_mac_win_to_be_deleted") {
}
if (is_mac) {
- source_set("breakpad_stubs") {
+ static_library("breakpad_stubs") {
sources = [
"breakpad_mac.h",
"breakpad_mac_stubs.mm",
« no previous file with comments | « components/cookie_config/BUILD.gn ('k') | components/crash/content/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698