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

Unified Diff: content/public/common/DEPS

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/common/crash_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/DEPS
diff --git a/content/public/common/DEPS b/content/public/common/DEPS
index 2fd1c5f873458b8906f77b93f9c5757826eb8dbb..d78a58a49b96ba297cff05ac51b37a14ae5abc28 100644
--- a/content/public/common/DEPS
+++ b/content/public/common/DEPS
@@ -2,4 +2,7 @@ specific_include_rules = {
".*\.cc": [
"+content/common",
],
+ "crash_keys.cc": [
+ "+components/crash/core/common",
+ ]
}
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/common/crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698