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

Unified Diff: chromecast/app/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 | « chrome/tools/crash_service/main.cc ('k') | chromecast/app/android/cast_crash_reporter_client_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/BUILD.gn
diff --git a/chromecast/app/BUILD.gn b/chromecast/app/BUILD.gn
index 7b0732d44cc750fe278d2a437a5b741daf2cef4f..3f27c1d069f1bebbaa754c54ef7fc5c6e0de6228 100644
--- a/chromecast/app/BUILD.gn
+++ b/chromecast/app/BUILD.gn
@@ -18,7 +18,7 @@ source_set("app") {
"//chromecast/browser",
"//chromecast/common",
"//chromecast/renderer",
- "//components/crash/app:lib",
+ "//components/crash/content/app:lib",
"//content/public/app:both",
"//content/public/browser",
"//content/public/common",
@@ -40,8 +40,8 @@ source_set("cast_crash_client") {
"//base",
"//chromecast/base",
"//chromecast/crash",
- "//components/crash/app",
- "//components/crash/app:lib",
+ "//components/crash/content/app",
+ "//components/crash/content/app:lib",
"//content/public/common",
]
}
« no previous file with comments | « chrome/tools/crash_service/main.cc ('k') | chromecast/app/android/cast_crash_reporter_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698