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

Side by Side Diff: content/content_browser.gypi

Issue 8440001: Move Mac's WebDragDest to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'browser/tab_contents/tab_contents_delegate.cc', 534 'browser/tab_contents/tab_contents_delegate.cc',
535 'browser/tab_contents/tab_contents_delegate.h', 535 'browser/tab_contents/tab_contents_delegate.h',
536 'browser/tab_contents/tab_contents_observer.cc', 536 'browser/tab_contents/tab_contents_observer.cc',
537 'browser/tab_contents/tab_contents_observer.h', 537 'browser/tab_contents/tab_contents_observer.h',
538 'browser/tab_contents/tab_contents_view.cc', 538 'browser/tab_contents/tab_contents_view.cc',
539 'browser/tab_contents/tab_contents_view.h', 539 'browser/tab_contents/tab_contents_view.h',
540 'browser/tab_contents/title_updated_details.h', 540 'browser/tab_contents/title_updated_details.h',
541 'browser/tab_contents/web_drag_dest_delegate.h', 541 'browser/tab_contents/web_drag_dest_delegate.h',
542 'browser/tab_contents/web_drag_dest_gtk.cc', 542 'browser/tab_contents/web_drag_dest_gtk.cc',
543 'browser/tab_contents/web_drag_dest_gtk.h', 543 'browser/tab_contents/web_drag_dest_gtk.h',
544 'browser/tab_contents/web_drag_dest_mac.h',
545 'browser/tab_contents/web_drag_dest_mac.mm',
544 'browser/tab_contents/web_drag_source_gtk.cc', 546 'browser/tab_contents/web_drag_source_gtk.cc',
545 'browser/tab_contents/web_drag_source_gtk.h', 547 'browser/tab_contents/web_drag_source_gtk.h',
546 'browser/tab_contents/web_drag_source_mac.h', 548 'browser/tab_contents/web_drag_source_mac.h',
547 'browser/tab_contents/web_drag_source_mac.mm', 549 'browser/tab_contents/web_drag_source_mac.mm',
548 'browser/trace_controller.cc', 550 'browser/trace_controller.cc',
549 'browser/trace_controller.h', 551 'browser/trace_controller.h',
550 'browser/trace_message_filter.cc', 552 'browser/trace_message_filter.cc',
551 'browser/trace_message_filter.h', 553 'browser/trace_message_filter.h',
552 'browser/trace_subscriber_stdio.cc', 554 'browser/trace_subscriber_stdio.cc',
553 'browser/trace_subscriber_stdio.h', 555 'browser/trace_subscriber_stdio.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 665 ],
664 }], 666 }],
665 ['OS=="mac"', { 667 ['OS=="mac"', {
666 'sources!': [ 668 'sources!': [
667 'browser/power_save_blocker_stub.cc', 669 'browser/power_save_blocker_stub.cc',
668 ], 670 ],
669 'sources': [ 671 'sources': [
670 # Build necessary Mozilla sources 672 # Build necessary Mozilla sources
671 '../third_party/mozilla/ComplexTextInputPanel.h', 673 '../third_party/mozilla/ComplexTextInputPanel.h',
672 '../third_party/mozilla/ComplexTextInputPanel.mm', 674 '../third_party/mozilla/ComplexTextInputPanel.mm',
675 '../third_party/mozilla/NSPasteboard+Utils.h',
676 '../third_party/mozilla/NSPasteboard+Utils.mm',
673 ], 677 ],
674 'link_settings': { 678 'link_settings': {
675 'mac_bundle_resources': [ 679 'mac_bundle_resources': [
676 'browser/gpu.sb', 680 'browser/gpu.sb',
677 'browser/worker.sb', 681 'browser/worker.sb',
678 ], 682 ],
679 }, 683 },
680 'dependencies': [ 684 'dependencies': [
681 'closure_blocks_leopard_compat', 685 'closure_blocks_leopard_compat',
682 ], 686 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'browser/renderer_host/java_bridge_channel_host.h', 774 'browser/renderer_host/java_bridge_channel_host.h',
771 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc', 775 'browser/renderer_host/java_bridge_dispatcher_host_manager.cc',
772 'browser/renderer_host/java_bridge_dispatcher_host_manager.h', 776 'browser/renderer_host/java_bridge_dispatcher_host_manager.h',
773 'browser/renderer_host/java_bridge_dispatcher_host.cc', 777 'browser/renderer_host/java_bridge_dispatcher_host.cc',
774 'browser/renderer_host/java_bridge_dispatcher_host.h', 778 'browser/renderer_host/java_bridge_dispatcher_host.h',
775 ], 779 ],
776 }], 780 }],
777 ], 781 ],
778 } 782 }
779 783
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698