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

Unified Diff: third_party/WebKit/Source/wtf/debug/DEPS

Issue 2105763002: Adds WTF::debug::ScopedCrashKey as an alias of base::debug::ScopedCrashKey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/WebKit/Source/wtf/debug/CrashLogging.h ('k') | third_party/WebKit/Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/debug/DEPS
diff --git a/third_party/WebKit/Source/platform/geometry/DEPS b/third_party/WebKit/Source/wtf/debug/DEPS
similarity index 81%
copy from third_party/WebKit/Source/platform/geometry/DEPS
copy to third_party/WebKit/Source/wtf/debug/DEPS
index 504247153f674c1eab15f8064155ad6df32b4318..b9392720aa548b162c53d2249b5bc9dc7800956c 100644
--- a/third_party/WebKit/Source/platform/geometry/DEPS
+++ b/third_party/WebKit/Source/wtf/debug/DEPS
@@ -1,5 +1,5 @@
include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
- "+ui/gfx/geometry",
+ "+base/debug/crash_logging.h",
]
« no previous file with comments | « third_party/WebKit/Source/wtf/debug/CrashLogging.h ('k') | third_party/WebKit/Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698