| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 3dfa2f63eb5207014e7e1bbbd448f012a51a8c38..61b2d16b70fe17db10bdadd86d4142a92260c4e6 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -35,8 +35,8 @@
|
| "//components/compression",
|
| "//components/content_settings/core/browser",
|
| "//components/content_settings/core/common",
|
| - "//components/crash/content/app",
|
| - "//components/crash/content/browser",
|
| + "//components/crash/app",
|
| + "//components/crash/browser",
|
| "//components/crx_file",
|
| "//components/data_reduction_proxy/core/browser",
|
| "//components/data_reduction_proxy/core/common",
|
| @@ -189,8 +189,8 @@
|
| "//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/content/app", # Should work, needs checking.
|
| - "//components/crash/content/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.
|
|
|