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

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: Mac build fix 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
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index bdec65e433dcad350d218ab9de62ad44dbb57d67..7f9e370b0d6fe95bdc7b4e6f631bfc37863f845c 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -35,6 +35,9 @@ include_rules = [
"-crypto/third_party",
+ # For headless mode.
+ "+headless",
+
# Allow inclusion of WebKit API files.
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/public_features.h",

Powered by Google App Engine
This is Rietveld 408576698