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

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 Android compile, remove unused variable. Created 6 years, 1 month 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 5645a74408d68192acb3bfabf28a9ffed028cc26..bce97bd972b03bbe2aec06e2252457d054c846ff 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -239,6 +239,7 @@
'public/browser/web_ui_message_handler.h',
'public/browser/worker_service.h',
'public/browser/worker_service_observer.h',
+ 'public/browser/zoom_level_delegate.h',
'public/browser/zygote_host_linux.h',
],
'private_browser_sources': [
@@ -746,6 +747,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