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

Unified Diff: content/content_browser.gypi

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test compilation. Created 6 years, 4 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 59cecbb744a2f0a42d32f125532c92b2938faeeb..2456d1c8374e48785046f3273ae65e8aec9105f5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -230,6 +230,7 @@
'public/browser/web_ui_message_handler.h',
'public/browser/worker_service.h',
'public/browser/worker_service_observer.h',
+ 'public/browser/zoom_level_prefs_store.h',
'public/browser/zygote_host_linux.h',
],
'private_browser_sources': [
@@ -712,6 +713,8 @@
'browser/histogram_subscriber.h',
'browser/histogram_synchronizer.cc',
'browser/histogram_synchronizer.h',
+ 'browser/host_zoom_level_context.cc',
+ 'browser/host_zoom_level_context.h',
'browser/host_zoom_map_impl.cc',
'browser/host_zoom_map_impl.h',
'browser/indexed_db/indexed_db.h',

Powered by Google App Engine
This is Rietveld 408576698