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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/DEPS

Issue 2248283008: Fix recursion bug in blocking a fetch and add a test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « headless/public/util/url_fetcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/renderer/DEPS
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/DEPS b/third_party/WebKit/Source/platform/scheduler/renderer/DEPS
index 1a5c72e439010a0d00120f42e2398bea1ca6abc7..a4df663bd3d2e537c8e988beb4375d14a14d4272 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/DEPS
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/DEPS
@@ -1,13 +1,13 @@
include_rules = [
- "+platform/scheduler/base",
- "+platform/scheduler/child",
- "+source/platform/scheduler/base",
- "+source/platform/scheduler/child",
- "+cc",
+ \"+platform/scheduler/base\",
Sami 2016/08/19 16:29:18 Probably didn't mean to change these?
alex clarke (OOO till 29th) 2016/08/19 16:40:39 Done.
+ \"+platform/scheduler/child\",
+ \"+source/platform/scheduler/base\",
+ \"+source/platform/scheduler/child\",
+ \"+cc\",
]
specific_include_rules = {
- ".*test\.cc": [
- "+cc/test",
+ \".*test\.cc\": [
+ \"+cc/test\",
],
}
« no previous file with comments | « headless/public/util/url_fetcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698