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

Unified Diff: content/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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/fake_compositor_dependencies.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/DEPS
diff --git a/content/test/DEPS b/content/test/DEPS
index b0b89c0fcfdc0c0d2ee2ad76d992fced309caec8..12876fdccfa33a7d2527b8168a3a6370b971edcf 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -1,4 +1,8 @@
include_rules = [
+ # 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",
+
"+cc/blink",
"+chromeos/audio", # For WebRTC tests.
# Testing utilities can access anything in content/
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/fake_compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698