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

Unified Diff: content/common/common.gni

Issue 1808363002: content: Make record_whole_document available for all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add build flag for blimp web prefs Created 4 years, 9 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 | « no previous file | content/public/common/BUILD.gn » ('j') | content/public/common/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/common.gni
diff --git a/content/common/common.gni b/content/common/common.gni
index 597cd1b5e2369a454ae60b29be71e37dccdb9a07..ba4118cf2c21f7edf94e58a027bc6cbcc6636f93 100644
--- a/content/common/common.gni
+++ b/content/common/common.gni
@@ -13,6 +13,9 @@ content_common_gypi_values =
[ "../content_common.gypi" ])
declare_args() {
+ # Enables blimp specific web preferences. This is used for the Blimp Engine.
+ enable_blimp_web_prefs = false
+
# Indicates if V4L plugin is used.
use_v4lplugin = false
« no previous file with comments | « no previous file | content/public/common/BUILD.gn » ('j') | content/public/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698