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

Unified Diff: content/public/test/DEPS

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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 side-by-side diff with in-line comments
Download patch
Index: content/public/test/DEPS
diff --git a/content/public/test/DEPS b/content/public/test/DEPS
index e897ad3c397d81de21882c64ecfede2d8c1ce00f..fbe84ed70e302a48a07ddce8e9516d927bf10f89 100644
--- a/content/public/test/DEPS
+++ b/content/public/test/DEPS
@@ -7,6 +7,10 @@ include_rules = [
# Ensure we don't leak internal content headers through public headers.
specific_include_rules = {
".*\.cc": [
+ # Allow inclusion of specific components that we depend on. We may only
+ # depend on components which we share with the mojo html_viewer.
+ "+components/scheduler/renderer",
+
# Testing utilities can access anything in content/
"+content",
"+gin/v8_initializer.h",

Powered by Google App Engine
This is Rietveld 408576698