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

Unified Diff: blimp/engine/BUILD.gn

Issue 1830393002: Revert of Initial addition of blimp crash client code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 b712d661f4809a81b83130a641816543f3622bb1..a19eb10b6df1bf0507bd5709567f72360961e874 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -69,7 +69,6 @@
deps = [
":app_ui",
":common",
- ":crash",
":session",
"//base",
"//blimp/common/proto",
@@ -106,23 +105,6 @@
"//ui/platform_window",
"//ui/platform_window",
"//ui/platform_window/stub/",
- ]
-}
-
-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/core/common",
- "//components/version_info",
- "//content/public/common",
]
}
« 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