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

Unified Diff: blimp/engine/BUILD.gn

Issue 1925993004: Initial addition of Blimp engine crash client code (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head and resolve conflicts Created 4 years, 7 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 | blimp/engine/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 3c9d0d794ddaeaf23b4708c7af79fb42fbfde93b..b54e95cde5f54b1b4d30af9643e29da7097a9773 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -64,6 +64,7 @@ source_set("app") {
":app_ui",
":blob_channel",
":common",
+ ":crash",
":renderer",
":session",
"//base",
@@ -71,6 +72,8 @@ source_set("app") {
"//blimp/common/proto",
"//blimp/engine:blob_channel_mojo_cpp_sources",
"//blimp/net",
+ "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
+ "//components/crash/content/app:lib",
"//content/public/app:both",
"//content/public/browser",
"//content/public/common",
@@ -166,6 +169,25 @@ source_set("app_ui") {
]
}
+source_set("crash") {
+ sources = [
+ "app/blimp_engine_crash_keys.cc",
+ "app/blimp_engine_crash_keys.h",
+ "app/blimp_engine_crash_reporter_client.cc",
+ "app/blimp_engine_crash_reporter_client.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
+ "//components/crash/content/app:lib",
+ "//components/crash/core/common",
+ "//components/version_info",
+ "//components/version_info:generate_version_info",
+ "//content/public/common",
+ ]
+}
+
source_set("common") {
sources = [
"common/blimp_browser_context.cc",
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698