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

Side by Side Diff: third_party/WebKit/public/platform/DEPS

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check the |callbacks| for nullptr and use explicit delete. Created 4 years, 8 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 include_rules = [ 1 include_rules = [
2 "+base/logging.h",
2 "+base/metrics", 3 "+base/metrics",
3 "+base/trace_event", 4 "+base/trace_event",
4 "-bindings", 5 "-bindings",
5 "+cc", 6 "+cc",
6 "-cc/blink", 7 "-cc/blink",
7 "-core", 8 "-core",
8 "-modules", 9 "-modules",
9 "+mojo/public", 10 "+mojo/public",
10 "+platform", 11 "+platform",
11 "+platform/weborigin", 12 "+platform/weborigin",
12 "+public/platform", 13 "+public/platform",
13 "-public/web", 14 "-public/web",
14 "+third_party/skia", 15 "+third_party/skia",
15 "+url", 16 "+url",
16 "-web", 17 "-web",
17 ] 18 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | third_party/WebKit/public/platform/WebBlobRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698