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

Side by Side Diff: components/crash/core/DEPS

Issue 2148803003: Componentize zombies to silence ObjC runtime errors in component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # This component is shared with the Chrome OS build, so it's important to limit 1 # This component is shared with the Chrome OS build, so it's important to limit
2 # dependencies to a minimal set. 2 # dependencies to a minimal set.
3 include_rules = [ 3 include_rules = [
4 "-components", 4 "-components",
5 "+components/crash/core", 5 "+components/crash",
Sidney San Martín 2016/07/13 16:45:23 I'm not sure if this is the right move here — what
Robert Sesek 2016/07/13 20:40:58 I don't see any other layered components (those wi
Sidney San Martín 2016/07/13 21:11:52 Done.
6 "-net", 6 "-net",
7 ] 7 ]
OLDNEW
« no previous file with comments | « no previous file | components/crash/core/common/BUILD.gn » ('j') | components/crash/core/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698