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

Unified Diff: third_party/WebKit/Source/platform/testing/DEPS

Issue 2588403002: TestingPlatformSupport: register Platform instance correctly (Closed)
Patch Set: new plan Created 4 years 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
Index: third_party/WebKit/Source/platform/testing/DEPS
diff --git a/third_party/WebKit/Source/platform/testing/DEPS b/third_party/WebKit/Source/platform/testing/DEPS
index c5e2cc8a05426702dc0752b89d425ea631124ff8..62b9a9724b8d2f320d70e28ce8e12672a98e6c97 100644
--- a/third_party/WebKit/Source/platform/testing/DEPS
+++ b/third_party/WebKit/Source/platform/testing/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+base/at_exit.h",
"+base/command_line.h",
"+base/i18n/icu_util.h",
+ "+base/logging.h",
Takashi Toyoshima 2016/12/22 06:29:06 for DCHECK
jbroman 2016/12/22 15:27:54 DCHECK is available via wtf/Assertions.h; that's h
Takashi Toyoshima 2017/01/11 08:35:19 Done.
"+base/path_service.h",
"+base/run_loop.h",
"+base/message_loop",

Powered by Google App Engine
This is Rietveld 408576698