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

Unified Diff: chrome/DEPS

Issue 1991953002: Implement a runtime headless mode for Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. 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 | « chrome/BUILD.gn ('k') | chrome/app/chrome_main.cc » ('j') | headless/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index ee445364bf02cacc6918f6dd72266f2e03aa4f54..743c5d2eb65013ff2477eb6c92167c0b571fdb9c 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -33,6 +33,9 @@ include_rules = [
"-webkit",
"-tools",
+ # For headless mode.
+ "+headless",
jochen (gone - plz use gerrit) 2016/12/09 08:25:00 please move this to more specific files, so that e
Sami 2016/12/09 14:06:46 Good point, done.
+
# Allow inclusion of WebKit API files.
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/public_features.h",
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_main.cc » ('j') | headless/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698