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

Unified Diff: components/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/browser/cast_content_browser_client.cc ('k') | components/components.gyp » ('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 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.
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698