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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/content_tests.gypi » ('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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'public/browser/download_file.h', 53 'public/browser/download_file.h',
54 'public/browser/download_item.h', 54 'public/browser/download_item.h',
55 'public/browser/download_manager.h', 55 'public/browser/download_manager.h',
56 'public/browser/download_query.cc', 56 'public/browser/download_query.cc',
57 'public/browser/download_query.h', 57 'public/browser/download_query.h',
58 'public/browser/download_manager_delegate.h', 58 'public/browser/download_manager_delegate.h',
59 'public/browser/favicon_status.cc', 59 'public/browser/favicon_status.cc',
60 'public/browser/favicon_status.h', 60 'public/browser/favicon_status.h',
61 'public/browser/geolocation_permission_context.h', 61 'public/browser/geolocation_permission_context.h',
62 'public/browser/global_request_id.h', 62 'public/browser/global_request_id.h',
63 'public/browser/host_zoom_map.h',
63 'public/browser/invalidate_type.h', 64 'public/browser/invalidate_type.h',
64 'public/browser/native_web_keyboard_event.h', 65 'public/browser/native_web_keyboard_event.h',
65 'public/browser/navigation_controller.h', 66 'public/browser/navigation_controller.h',
66 'public/browser/navigation_details.cc', 67 'public/browser/navigation_details.cc',
67 'public/browser/navigation_details.h', 68 'public/browser/navigation_details.h',
68 'public/browser/navigation_entry.h', 69 'public/browser/navigation_entry.h',
69 'public/browser/navigation_type.h', 70 'public/browser/navigation_type.h',
70 'public/browser/notification_details.h', 71 'public/browser/notification_details.h',
71 'public/browser/notification_observer.h', 72 'public/browser/notification_observer.h',
72 'public/browser/notification_registrar.cc', 73 'public/browser/notification_registrar.cc',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'browser/gpu/gpu_data_manager.h', 311 'browser/gpu/gpu_data_manager.h',
311 'browser/gpu/gpu_performance_stats.cc', 312 'browser/gpu/gpu_performance_stats.cc',
312 'browser/gpu/gpu_performance_stats.h', 313 'browser/gpu/gpu_performance_stats.h',
313 'browser/gpu/gpu_performance_stats_win.cc', 314 'browser/gpu/gpu_performance_stats_win.cc',
314 'browser/gpu/gpu_process_host.cc', 315 'browser/gpu/gpu_process_host.cc',
315 'browser/gpu/gpu_process_host.h', 316 'browser/gpu/gpu_process_host.h',
316 'browser/gpu/gpu_process_host_ui_shim.cc', 317 'browser/gpu/gpu_process_host_ui_shim.cc',
317 'browser/gpu/gpu_process_host_ui_shim.h', 318 'browser/gpu/gpu_process_host_ui_shim.h',
318 'browser/gpu/gpu_surface_tracker.cc', 319 'browser/gpu/gpu_surface_tracker.cc',
319 'browser/gpu/gpu_surface_tracker.h', 320 'browser/gpu/gpu_surface_tracker.h',
320 'browser/host_zoom_map.cc', 321 'browser/host_zoom_map_impl.cc',
321 'browser/host_zoom_map.h', 322 'browser/host_zoom_map_impl.h',
322 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 323 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
323 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 324 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
324 'browser/in_process_webkit/dom_storage_area.cc', 325 'browser/in_process_webkit/dom_storage_area.cc',
325 'browser/in_process_webkit/dom_storage_area.h', 326 'browser/in_process_webkit/dom_storage_area.h',
326 'browser/in_process_webkit/dom_storage_context.cc', 327 'browser/in_process_webkit/dom_storage_context.cc',
327 'browser/in_process_webkit/dom_storage_context.h', 328 'browser/in_process_webkit/dom_storage_context.h',
328 'browser/in_process_webkit/dom_storage_message_filter.cc', 329 'browser/in_process_webkit/dom_storage_message_filter.cc',
329 'browser/in_process_webkit/dom_storage_message_filter.h', 330 'browser/in_process_webkit/dom_storage_message_filter.h',
330 'browser/in_process_webkit/dom_storage_namespace.cc', 331 'browser/in_process_webkit/dom_storage_namespace.cc',
331 'browser/in_process_webkit/dom_storage_namespace.h', 332 'browser/in_process_webkit/dom_storage_namespace.h',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'ENABLE_JAVA_BRIDGE', 835 'ENABLE_JAVA_BRIDGE',
835 ], 836 ],
836 }, { 837 }, {
837 'sources/': [ 838 'sources/': [
838 ['exclude', '^browser/renderer_host/java/'], 839 ['exclude', '^browser/renderer_host/java/'],
839 ], 840 ],
840 }], 841 }],
841 ], 842 ],
842 } 843 }
843 844
OLDNEW
« 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