| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 0e86dbef1e97ff2018a380bcf647c42abf6c20e0..11b45acd5414423151328f586427624e7bbcf661 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -35,8 +35,8 @@ group("all_components") {
|
| "//components/compression",
|
| "//components/content_settings/core/browser",
|
| "//components/content_settings/core/common",
|
| - "//components/crash/app",
|
| - "//components/crash/browser",
|
| + "//components/crash/content/app",
|
| + "//components/crash/content/browser",
|
| "//components/crx_file",
|
| "//components/data_reduction_proxy/core/browser",
|
| "//components/data_reduction_proxy/core/common",
|
| @@ -190,8 +190,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/crash/app", # Should work, needs checking.
|
| - "//components/crash/browser", # Should work, needs checking.
|
| + "//components/crash/content/app", # Should work, needs checking.
|
| + "//components/crash/content/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.
|
|
|