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

Unified Diff: components/BUILD.gn

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 4 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') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 1d7eb133465daeaaf3094460e91a13d586e3e75c..71cb8afdb4d9e3d196b4eda97cfcbc9f8c2d3103 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -15,14 +15,14 @@ group("all_components") {
"//components/bookmarks/browser",
"//components/bookmarks/common",
"//components/bookmarks/test",
- "//components/breakpad/app",
- "//components/breakpad/browser",
"//components/captive_portal",
"//components/cdm/browser",
"//components/cdm/common",
"//components/cdm/renderer",
"//components/cloud_devices/common",
"//components/component_updater",
+ "//components/crash/app",
+ "//components/crash/browser",
"//components/crx_file",
"//components/data_reduction_proxy/browser",
"//components/data_reduction_proxy/common",
@@ -110,8 +110,8 @@ group("all_components") {
"//components/autofill/content/browser", # Blocked on content/blink.
"//components/autofill/content/common", # Blocked on content.
"//components/autofill/content/renderer", # Blocked on content/blink.
- "//components/breakpad/app", # Should work, needs checking.
- "//components/breakpad/browser", # Should work, needs checking.
+ "//components/crash/app", # Should work, needs checking.
+ "//components/crash/browser", # Should work, needs checking.
"//components/captive_portal", # Should work, needs checking.
"//components/cloud_devices/common", # Should work, needs checking.
"//components/cdm/browser", # Blocked on content.
« no previous file with comments | « chrome/tools/crash_service/main.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698