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

Unified Diff: BUILD.gn

Issue 1919373002: [Mac/GN] Fix Crashpad build and include some targets in gn_all. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 284d1006aa6a8101e7f5e6c7b93e3dc1d9572636..006fcc45b9653f277d84be33621c2fcc905801cb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -578,6 +578,7 @@ group("both_gn_and_gyp") {
} else if (!is_android && !is_ios) {
deps += [ "//breakpad:symupload($host_toolchain)" ]
}
+
if (is_chromecast) {
deps += [ "//chromecast:cast_shell" ]
}
@@ -586,6 +587,13 @@ group("both_gn_and_gyp") {
deps += [ "//media/cast:cast_h264_vt_encoder_unittests" ]
}
+ if (is_mac || is_win) {
+ deps += [
+ "//third_party/crashpad/crashpad/handler:crashpad_handler",
+ "//third_party/crashpad/crashpad/tools:crashpad_database_util",
+ ]
+ }
+
if (use_openh264) {
deps += [
"//third_party/openh264:common",
« no previous file with comments | « no previous file | build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698