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

Unified Diff: content/content_browser.gypi

Issue 9296041: Create Content API around HostZoomMap. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « content/browser/tab_contents/tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 119530)
+++ content/content_browser.gypi (working copy)
@@ -60,6 +60,7 @@
'public/browser/favicon_status.h',
'public/browser/geolocation_permission_context.h',
'public/browser/global_request_id.h',
+ 'public/browser/host_zoom_map.h',
'public/browser/invalidate_type.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_controller.h',
@@ -317,8 +318,8 @@
'browser/gpu/gpu_process_host_ui_shim.h',
'browser/gpu/gpu_surface_tracker.cc',
'browser/gpu/gpu_surface_tracker.h',
- 'browser/host_zoom_map.cc',
- 'browser/host_zoom_map.h',
+ 'browser/host_zoom_map_impl.cc',
+ 'browser/host_zoom_map_impl.h',
'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
'browser/in_process_webkit/dom_storage_area.cc',
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698