OLD | NEW |
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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'browser/tab_contents/provisional_load_details.h', | 642 'browser/tab_contents/provisional_load_details.h', |
643 'browser/tab_contents/render_view_host_manager.cc', | 643 'browser/tab_contents/render_view_host_manager.cc', |
644 'browser/tab_contents/render_view_host_manager.h', | 644 'browser/tab_contents/render_view_host_manager.h', |
645 'browser/tab_contents/tab_contents.cc', | 645 'browser/tab_contents/tab_contents.cc', |
646 'browser/tab_contents/tab_contents.h', | 646 'browser/tab_contents/tab_contents.h', |
647 'browser/tab_contents/tab_contents_view_gtk.cc', | 647 'browser/tab_contents/tab_contents_view_gtk.cc', |
648 'browser/tab_contents/tab_contents_view_gtk.h', | 648 'browser/tab_contents/tab_contents_view_gtk.h', |
649 'browser/tab_contents/tab_contents_view_helper.cc', | 649 'browser/tab_contents/tab_contents_view_helper.cc', |
650 'browser/tab_contents/tab_contents_view_helper.h', | 650 'browser/tab_contents/tab_contents_view_helper.h', |
651 'browser/tab_contents/title_updated_details.h', | 651 'browser/tab_contents/title_updated_details.h', |
| 652 'browser/tab_contents/web_contents_drag_win.cc', |
| 653 'browser/tab_contents/web_contents_drag_win.h', |
652 'browser/tab_contents/web_contents_view_android.cc', | 654 'browser/tab_contents/web_contents_view_android.cc', |
653 'browser/tab_contents/web_contents_view_android.h', | 655 'browser/tab_contents/web_contents_view_android.h', |
654 'browser/tab_contents/web_contents_view_mac.h', | 656 'browser/tab_contents/web_contents_view_mac.h', |
655 'browser/tab_contents/web_contents_view_mac.mm', | 657 'browser/tab_contents/web_contents_view_mac.mm', |
656 'browser/tab_contents/web_drag_dest_delegate.h', | 658 'browser/tab_contents/web_drag_dest_delegate.h', |
657 'browser/tab_contents/web_drag_dest_gtk.cc', | 659 'browser/tab_contents/web_drag_dest_gtk.cc', |
658 'browser/tab_contents/web_drag_dest_gtk.h', | 660 'browser/tab_contents/web_drag_dest_gtk.h', |
659 'browser/tab_contents/web_drag_dest_mac.h', | 661 'browser/tab_contents/web_drag_dest_mac.h', |
660 'browser/tab_contents/web_drag_dest_mac.mm', | 662 'browser/tab_contents/web_drag_dest_mac.mm', |
661 'browser/tab_contents/web_drag_dest_win.cc', | 663 'browser/tab_contents/web_drag_dest_win.cc', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], | 829 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], |
828 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], | 830 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], |
829 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], | 831 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], |
830 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 832 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
831 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 833 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
832 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], | 834 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], |
833 ['exclude', '^browser/renderer_host/render_widget_host.h'], | 835 ['exclude', '^browser/renderer_host/render_widget_host.h'], |
834 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], | 836 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], |
835 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], | 837 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
836 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 838 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 839 ['exclude', '^browser/tab_contents/web_contents_drag_win.cc'], |
| 840 ['exclude', '^browser/tab_contents/web_contents_drag_win.h'], |
837 ['exclude', '^browser/tab_contents/web_drag_dest_win.cc'], | 841 ['exclude', '^browser/tab_contents/web_drag_dest_win.cc'], |
838 ['exclude', '^browser/tab_contents/web_drag_dest_win.h'], | 842 ['exclude', '^browser/tab_contents/web_drag_dest_win.h'], |
839 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], | 843 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], |
840 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], | 844 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], |
841 ], | 845 ], |
842 }, { | 846 }, { |
843 'sources/': [ | 847 'sources/': [ |
844 ['exclude', '^browser/renderer_host/image_transport_client.cc'], | 848 ['exclude', '^browser/renderer_host/image_transport_client.cc'], |
845 ['exclude', '^browser/renderer_host/image_transport_client.h'], | 849 ['exclude', '^browser/renderer_host/image_transport_client.h'], |
846 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], | 850 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], |
(...skipping 29 matching lines...) Expand all Loading... |
876 ], | 880 ], |
877 }], | 881 }], |
878 ['input_speech==0', { | 882 ['input_speech==0', { |
879 'sources/': [ | 883 'sources/': [ |
880 ['exclude', '^browser/speech/'], | 884 ['exclude', '^browser/speech/'], |
881 ], | 885 ], |
882 }], | 886 }], |
883 ], | 887 ], |
884 } | 888 } |
885 | 889 |
OLD | NEW |