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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « chromecast/app/linux/cast_crash_reporter_client.cc ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index f787f03af41331d865f44dd2372bb2615d00bac3..4f6cc5ad530741a2bf287ab896c8551de4c86eb0 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -74,8 +74,8 @@ source_set("browser") {
"//chromecast/media",
"//chromecast/net",
"//chromecast/service",
- "//components/crash/app",
- "//components/crash/browser",
+ "//components/crash/content/app",
+ "//components/crash/content/browser",
"//components/devtools_http_handler:devtools_http_handler",
"//components/metrics",
"//components/metrics:gpu",
« no previous file with comments | « chromecast/app/linux/cast_crash_reporter_client.cc ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698