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

Unified Diff: blimp/engine/BUILD.gn

Issue 1810213009: blimp: Add settings to allow the client to download the whole page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_full_document
Patch Set: Use ContentBrowserClient to override 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 | « blimp/common/proto/settings.proto ('k') | blimp/engine/app/blimp_browser_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 00984743850d379236f057dff527799ee73a68e4..28cba7b06faf83864462ec048f0324d0d97f0830 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -62,6 +62,10 @@ source_set("app") {
"app/blimp_permission_manager.h",
"app/blimp_url_request_context_getter.cc",
"app/blimp_url_request_context_getter.h",
+ "app/engine_settings.cc",
+ "app/engine_settings.h",
+ "app/settings_manager.cc",
+ "app/settings_manager.h",
"app/switches.cc",
"app/switches.h",
]
@@ -126,6 +130,8 @@ source_set("feature") {
sources = [
"feature/engine_render_widget_feature.cc",
"feature/engine_render_widget_feature.h",
+ "feature/engine_settings_feature.cc",
+ "feature/engine_settings_feature.h",
]
deps = [
@@ -160,6 +166,7 @@ source_set("app_unit_tests") {
sources = [
"app/blimp_engine_config_unittest.cc",
+ "app/settings_manager_unittest.cc",
"app/ui/blimp_screen_unittest.cc",
]
@@ -179,6 +186,7 @@ source_set("feature_unit_tests") {
sources = [
"feature/engine_render_widget_feature_unittest.cc",
+ "feature/engine_settings_feature_unittest.cc",
]
deps = [
« no previous file with comments | « blimp/common/proto/settings.proto ('k') | blimp/engine/app/blimp_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698