| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 'browser/tab_contents/tab_contents_view_helper.cc', | 674 'browser/tab_contents/tab_contents_view_helper.cc', |
| 675 'browser/tab_contents/tab_contents_view_helper.h', | 675 'browser/tab_contents/tab_contents_view_helper.h', |
| 676 'browser/tab_contents/tab_contents_view_win.cc', | 676 'browser/tab_contents/tab_contents_view_win.cc', |
| 677 'browser/tab_contents/tab_contents_view_win.h', | 677 'browser/tab_contents/tab_contents_view_win.h', |
| 678 'browser/tab_contents/web_contents_drag_win.cc', | 678 'browser/tab_contents/web_contents_drag_win.cc', |
| 679 'browser/tab_contents/web_contents_drag_win.h', | 679 'browser/tab_contents/web_contents_drag_win.h', |
| 680 'browser/tab_contents/web_contents_view_android.cc', | 680 'browser/tab_contents/web_contents_view_android.cc', |
| 681 'browser/tab_contents/web_contents_view_android.h', | 681 'browser/tab_contents/web_contents_view_android.h', |
| 682 'browser/tab_contents/web_contents_view_mac.h', | 682 'browser/tab_contents/web_contents_view_mac.h', |
| 683 'browser/tab_contents/web_contents_view_mac.mm', | 683 'browser/tab_contents/web_contents_view_mac.mm', |
| 684 'browser/tab_contents/web_drag_dest_gtk.cc', | 684 'browser/web_contents/web_drag_dest_gtk.cc', |
| 685 'browser/tab_contents/web_drag_dest_gtk.h', | 685 'browser/web_contents/web_drag_dest_gtk.h', |
| 686 'browser/tab_contents/web_drag_dest_mac.h', | 686 'browser/web_contents/web_drag_dest_mac.h', |
| 687 'browser/tab_contents/web_drag_dest_mac.mm', | 687 'browser/web_contents/web_drag_dest_mac.mm', |
| 688 'browser/tab_contents/web_drag_dest_win.cc', | 688 'browser/web_contents/web_drag_dest_win.cc', |
| 689 'browser/tab_contents/web_drag_dest_win.h', | 689 'browser/web_contents/web_drag_dest_win.h', |
| 690 'browser/tab_contents/web_drag_source_gtk.cc', | 690 'browser/web_contents/web_drag_source_gtk.cc', |
| 691 'browser/tab_contents/web_drag_source_gtk.h', | 691 'browser/web_contents/web_drag_source_gtk.h', |
| 692 'browser/tab_contents/web_drag_source_mac.h', | 692 'browser/web_contents/web_drag_source_mac.h', |
| 693 'browser/tab_contents/web_drag_source_mac.mm', | 693 'browser/web_contents/web_drag_source_mac.mm', |
| 694 'browser/tab_contents/web_drag_source_win.cc', | 694 'browser/web_contents/web_drag_source_win.cc', |
| 695 'browser/tab_contents/web_drag_source_win.h', | 695 'browser/web_contents/web_drag_source_win.h', |
| 696 'browser/tab_contents/web_drag_utils_win.cc', | 696 'browser/web_contents/web_drag_utils_win.cc', |
| 697 'browser/tab_contents/web_drag_utils_win.h', | 697 'browser/web_contents/web_drag_utils_win.h', |
| 698 'browser/trace_controller_impl.cc', | 698 'browser/trace_controller_impl.cc', |
| 699 'browser/trace_controller_impl.h', | 699 'browser/trace_controller_impl.h', |
| 700 'browser/trace_message_filter.cc', | 700 'browser/trace_message_filter.cc', |
| 701 'browser/trace_message_filter.h', | 701 'browser/trace_message_filter.h', |
| 702 'browser/trace_subscriber_stdio.cc', | 702 'browser/trace_subscriber_stdio.cc', |
| 703 'browser/trace_subscriber_stdio.h', | 703 'browser/trace_subscriber_stdio.h', |
| 704 'browser/user_metrics.cc', | 704 'browser/user_metrics.cc', |
| 705 'browser/utility_process_host_impl.cc', | 705 'browser/utility_process_host_impl.cc', |
| 706 'browser/utility_process_host_impl.h', | 706 'browser/utility_process_host_impl.h', |
| 707 'browser/webui/web_ui_impl.cc', | 707 'browser/webui/web_ui_impl.cc', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], | 868 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], |
| 869 ['exclude', '^browser/renderer_host/render_widget_host.h'], | 869 ['exclude', '^browser/renderer_host/render_widget_host.h'], |
| 870 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], | 870 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], |
| 871 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], | 871 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
| 872 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 872 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 873 ['exclude', '^browser/renderer_host/tap_suppression_controller.cc'], | 873 ['exclude', '^browser/renderer_host/tap_suppression_controller.cc'], |
| 874 ['exclude', '^browser/tab_contents/tab_contents_view_win.cc'], | 874 ['exclude', '^browser/tab_contents/tab_contents_view_win.cc'], |
| 875 ['exclude', '^browser/tab_contents/tab_contents_view_win.h'], | 875 ['exclude', '^browser/tab_contents/tab_contents_view_win.h'], |
| 876 ['exclude', '^browser/tab_contents/web_contents_drag_win.cc'], | 876 ['exclude', '^browser/tab_contents/web_contents_drag_win.cc'], |
| 877 ['exclude', '^browser/tab_contents/web_contents_drag_win.h'], | 877 ['exclude', '^browser/tab_contents/web_contents_drag_win.h'], |
| 878 ['exclude', '^browser/tab_contents/web_drag_dest_win.cc'], | 878 ['exclude', '^browser/web_contents/web_drag_dest_win.cc'], |
| 879 ['exclude', '^browser/tab_contents/web_drag_dest_win.h'], | 879 ['exclude', '^browser/web_contents/web_drag_dest_win.h'], |
| 880 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], | 880 ['exclude', '^browser/web_contents/web_drag_source_win.cc'], |
| 881 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], | 881 ['exclude', '^browser/web_contents/web_drag_source_win.h'], |
| 882 ], | 882 ], |
| 883 }, { | 883 }, { |
| 884 'sources/': [ | 884 'sources/': [ |
| 885 ['exclude', '^browser/renderer_host/image_transport_client.cc'], | 885 ['exclude', '^browser/renderer_host/image_transport_client.cc'], |
| 886 ['exclude', '^browser/renderer_host/image_transport_client.h'], | 886 ['exclude', '^browser/renderer_host/image_transport_client.h'], |
| 887 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], | 887 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], |
| 888 ['exclude', '^browser/renderer_host/image_transport_factory.h'], | 888 ['exclude', '^browser/renderer_host/image_transport_factory.h'], |
| 889 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 889 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| 890 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 890 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
| 891 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc']
, | 891 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc']
, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 918 ], | 918 ], |
| 919 }], | 919 }], |
| 920 ['input_speech==0', { | 920 ['input_speech==0', { |
| 921 'sources/': [ | 921 'sources/': [ |
| 922 ['exclude', '^browser/speech/'], | 922 ['exclude', '^browser/speech/'], |
| 923 ], | 923 ], |
| 924 }], | 924 }], |
| 925 ], | 925 ], |
| 926 } | 926 } |
| 927 | 927 |
| OLD | NEW |