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

Side by Side Diff: components/crash_keys/DEPS

Issue 1298743002: Partially componentize chrome/common/crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo (= instead of == in components/crash_keys.gypi) Created 5 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 unified diff | Download patch
« no previous file with comments | « components/crash_keys/BUILD.gn ('k') | components/crash_keys/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
Robert Sesek 2015/08/18 14:20:16 Comment seems obsolte.
2 # dependencies to a minimal set. 2 # dependencies to a minimal set.
3 include_rules = [ 3 include_rules = [
4 "-components", 4 "-components",
5 "+components/variations", 5 "+components/crash_keys",
6 "-net", 6 "-net",
7 "+third_party/mt19937ar",
8 ] 7 ]
OLDNEW
« no previous file with comments | « components/crash_keys/BUILD.gn ('k') | components/crash_keys/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698