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

Unified Diff: headless/DEPS

Issue 1991953002: Implement a runtime headless mode for Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « headless/BUILD.gn ('k') | headless/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/DEPS
diff --git a/headless/DEPS b/headless/DEPS
index 500e02249087e72e39f538d0ab21e5e48e4bd504..edf61b6ede4bebb755d2540d1e7ccee5ffc20ea0 100644
--- a/headless/DEPS
+++ b/headless/DEPS
@@ -1,10 +1,15 @@
include_rules = [
- "+content/public",
+ "+content/public/app",
+ "+content/public/browser",
+ "+content/public/common",
+ "+content/public/test",
"+mojo/public",
"+net",
"+ui/base",
"+ui/base/resource",
"+ui/display",
+ "+ui/events/devices",
+ "+ui/events/platform",
"+ui/gfx",
"+ui/gfx/geometry",
"+ui/gl",
« no previous file with comments | « headless/BUILD.gn ('k') | headless/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698