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

Side by Side 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: Address comments; patch for landing. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'public/browser/web_ui.h', 232 'public/browser/web_ui.h',
233 'public/browser/web_ui_controller.cc', 233 'public/browser/web_ui_controller.cc',
234 'public/browser/web_ui_controller.h', 234 'public/browser/web_ui_controller.h',
235 'public/browser/web_ui_controller_factory.h', 235 'public/browser/web_ui_controller_factory.h',
236 'public/browser/web_ui_data_source.h', 236 'public/browser/web_ui_data_source.h',
237 'public/browser/url_data_source.cc', 237 'public/browser/url_data_source.cc',
238 'public/browser/url_data_source.h', 238 'public/browser/url_data_source.h',
239 'public/browser/web_ui_message_handler.h', 239 'public/browser/web_ui_message_handler.h',
240 'public/browser/worker_service.h', 240 'public/browser/worker_service.h',
241 'public/browser/worker_service_observer.h', 241 'public/browser/worker_service_observer.h',
242 'public/browser/zoom_level_delegate.h',
242 'public/browser/zygote_host_linux.h', 243 'public/browser/zygote_host_linux.h',
243 ], 244 ],
244 'private_browser_sources': [ 245 'private_browser_sources': [
245 'browser/accessibility/accessibility_mode_helper.cc', 246 'browser/accessibility/accessibility_mode_helper.cc',
246 'browser/accessibility/accessibility_mode_helper.h', 247 'browser/accessibility/accessibility_mode_helper.h',
247 'browser/accessibility/accessibility_tree_formatter.cc', 248 'browser/accessibility/accessibility_tree_formatter.cc',
248 'browser/accessibility/accessibility_tree_formatter.h', 249 'browser/accessibility/accessibility_tree_formatter.h',
249 'browser/accessibility/accessibility_tree_formatter_android.cc', 250 'browser/accessibility/accessibility_tree_formatter_android.cc',
250 'browser/accessibility/accessibility_tree_formatter_mac.mm', 251 'browser/accessibility/accessibility_tree_formatter_mac.mm',
251 'browser/accessibility/accessibility_tree_formatter_utils_win.cc', 252 'browser/accessibility/accessibility_tree_formatter_utils_win.cc',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'browser/gpu/shader_disk_cache.h', 737 'browser/gpu/shader_disk_cache.h',
737 'browser/histogram_controller.cc', 738 'browser/histogram_controller.cc',
738 'browser/histogram_controller.h', 739 'browser/histogram_controller.h',
739 'browser/histogram_internals_request_job.cc', 740 'browser/histogram_internals_request_job.cc',
740 'browser/histogram_internals_request_job.h', 741 'browser/histogram_internals_request_job.h',
741 'browser/histogram_message_filter.cc', 742 'browser/histogram_message_filter.cc',
742 'browser/histogram_message_filter.h', 743 'browser/histogram_message_filter.h',
743 'browser/histogram_subscriber.h', 744 'browser/histogram_subscriber.h',
744 'browser/histogram_synchronizer.cc', 745 'browser/histogram_synchronizer.cc',
745 'browser/histogram_synchronizer.h', 746 'browser/histogram_synchronizer.h',
747 'browser/host_zoom_level_context.cc',
748 'browser/host_zoom_level_context.h',
746 'browser/host_zoom_map_impl.cc', 749 'browser/host_zoom_map_impl.cc',
747 'browser/host_zoom_map_impl.h', 750 'browser/host_zoom_map_impl.h',
748 'browser/indexed_db/indexed_db.h', 751 'browser/indexed_db/indexed_db.h',
749 'browser/indexed_db/indexed_db_active_blob_registry.cc', 752 'browser/indexed_db/indexed_db_active_blob_registry.cc',
750 'browser/indexed_db/indexed_db_active_blob_registry.h', 753 'browser/indexed_db/indexed_db_active_blob_registry.h',
751 'browser/indexed_db/indexed_db_backing_store.cc', 754 'browser/indexed_db/indexed_db_backing_store.cc',
752 'browser/indexed_db/indexed_db_backing_store.h', 755 'browser/indexed_db/indexed_db_backing_store.h',
753 'browser/indexed_db/indexed_db_blob_info.cc', 756 'browser/indexed_db/indexed_db_blob_info.cc',
754 'browser/indexed_db/indexed_db_blob_info.h', 757 'browser/indexed_db/indexed_db_blob_info.h',
755 'browser/indexed_db/indexed_db_callbacks.cc', 758 'browser/indexed_db/indexed_db_callbacks.cc',
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'sources': [ 1927 'sources': [
1925 'browser/media/cdm/browser_cdm_manager.cc', 1928 'browser/media/cdm/browser_cdm_manager.cc',
1926 'browser/media/cdm/browser_cdm_manager.h', 1929 'browser/media/cdm/browser_cdm_manager.h',
1927 # This works on Android because enable_browser_cdms==1 on Android. 1930 # This works on Android because enable_browser_cdms==1 on Android.
1928 'browser/media/media_web_contents_observer.cc', 1931 'browser/media/media_web_contents_observer.cc',
1929 'browser/media/media_web_contents_observer.h', 1932 'browser/media/media_web_contents_observer.h',
1930 ], 1933 ],
1931 }], 1934 }],
1932 ], 1935 ],
1933 } 1936 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698