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

Side by Side Diff: content/content_browser.gypi

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merged with Tip-of-Tree Created 8 years, 9 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/common/view_messages.h ('k') | content/content_renderer.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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'browser/gpu/browser_gpu_channel_host_factory.cc', 336 'browser/gpu/browser_gpu_channel_host_factory.cc',
337 'browser/gpu/browser_gpu_channel_host_factory.h', 337 'browser/gpu/browser_gpu_channel_host_factory.h',
338 'browser/gpu/gpu_data_manager_impl.cc', 338 'browser/gpu/gpu_data_manager_impl.cc',
339 'browser/gpu/gpu_data_manager_impl.h', 339 'browser/gpu/gpu_data_manager_impl.h',
340 'browser/gpu/gpu_process_host.cc', 340 'browser/gpu/gpu_process_host.cc',
341 'browser/gpu/gpu_process_host.h', 341 'browser/gpu/gpu_process_host.h',
342 'browser/gpu/gpu_process_host_ui_shim.cc', 342 'browser/gpu/gpu_process_host_ui_shim.cc',
343 'browser/gpu/gpu_process_host_ui_shim.h', 343 'browser/gpu/gpu_process_host_ui_shim.h',
344 'browser/gpu/gpu_surface_tracker.cc', 344 'browser/gpu/gpu_surface_tracker.cc',
345 'browser/gpu/gpu_surface_tracker.h', 345 'browser/gpu/gpu_surface_tracker.h',
346 'browser/guest_render_view_host_observer.h',
347 'browser/guest_render_view_host_observer.cc',
346 'browser/host_zoom_map_impl.cc', 348 'browser/host_zoom_map_impl.cc',
347 'browser/host_zoom_map_impl.h', 349 'browser/host_zoom_map_impl.h',
348 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 350 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
349 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 351 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
350 'browser/in_process_webkit/dom_storage_area.cc', 352 'browser/in_process_webkit/dom_storage_area.cc',
351 'browser/in_process_webkit/dom_storage_area.h', 353 'browser/in_process_webkit/dom_storage_area.h',
352 'browser/in_process_webkit/dom_storage_context_impl.cc', 354 'browser/in_process_webkit/dom_storage_context_impl.cc',
353 'browser/in_process_webkit/dom_storage_context_impl.h', 355 'browser/in_process_webkit/dom_storage_context_impl.h',
354 'browser/in_process_webkit/dom_storage_message_filter.cc', 356 'browser/in_process_webkit/dom_storage_message_filter.cc',
355 'browser/in_process_webkit/dom_storage_message_filter.h', 357 'browser/in_process_webkit/dom_storage_message_filter.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'browser/renderer_host/backing_store_gtk.cc', 437 'browser/renderer_host/backing_store_gtk.cc',
436 'browser/renderer_host/backing_store_gtk.h', 438 'browser/renderer_host/backing_store_gtk.h',
437 'browser/renderer_host/backing_store_mac.h', 439 'browser/renderer_host/backing_store_mac.h',
438 'browser/renderer_host/backing_store_mac.mm', 440 'browser/renderer_host/backing_store_mac.mm',
439 'browser/renderer_host/backing_store_manager.cc', 441 'browser/renderer_host/backing_store_manager.cc',
440 'browser/renderer_host/backing_store_manager.h', 442 'browser/renderer_host/backing_store_manager.h',
441 'browser/renderer_host/backing_store_skia.cc', 443 'browser/renderer_host/backing_store_skia.cc',
442 'browser/renderer_host/backing_store_skia.h', 444 'browser/renderer_host/backing_store_skia.h',
443 'browser/renderer_host/backing_store_win.cc', 445 'browser/renderer_host/backing_store_win.cc',
444 'browser/renderer_host/backing_store_win.h', 446 'browser/renderer_host/backing_store_win.h',
447 'browser/renderer_host/browser_plugin_message_filter.cc',
448 'browser/renderer_host/browser_plugin_message_filter.h',
445 'browser/renderer_host/buffered_resource_handler.cc', 449 'browser/renderer_host/buffered_resource_handler.cc',
446 'browser/renderer_host/buffered_resource_handler.h', 450 'browser/renderer_host/buffered_resource_handler.h',
447 'browser/renderer_host/clipboard_message_filter.cc', 451 'browser/renderer_host/clipboard_message_filter.cc',
448 'browser/renderer_host/clipboard_message_filter.h', 452 'browser/renderer_host/clipboard_message_filter.h',
449 'browser/renderer_host/clipboard_message_filter_mac.mm', 453 'browser/renderer_host/clipboard_message_filter_mac.mm',
450 'browser/renderer_host/cross_site_resource_handler.cc', 454 'browser/renderer_host/cross_site_resource_handler.cc',
451 'browser/renderer_host/cross_site_resource_handler.h', 455 'browser/renderer_host/cross_site_resource_handler.h',
452 'browser/renderer_host/database_message_filter.cc', 456 'browser/renderer_host/database_message_filter.cc',
453 'browser/renderer_host/database_message_filter.h', 457 'browser/renderer_host/database_message_filter.h',
454 'browser/renderer_host/doomed_resource_handler.cc', 458 'browser/renderer_host/doomed_resource_handler.cc',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 ], 893 ],
890 }], 894 }],
891 ['input_speech==0', { 895 ['input_speech==0', {
892 'sources/': [ 896 'sources/': [
893 ['exclude', '^browser/speech/'], 897 ['exclude', '^browser/speech/'],
894 ], 898 ],
895 }], 899 }],
896 ], 900 ],
897 } 901 }
898 902
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698