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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'browser/tab_contents/title_updated_details.h', | 651 'browser/tab_contents/title_updated_details.h', |
652 'browser/tab_contents/web_contents_view_android.cc', | 652 'browser/tab_contents/web_contents_view_android.cc', |
653 'browser/tab_contents/web_contents_view_android.h', | 653 'browser/tab_contents/web_contents_view_android.h', |
654 'browser/tab_contents/web_contents_view_mac.h', | 654 'browser/tab_contents/web_contents_view_mac.h', |
655 'browser/tab_contents/web_contents_view_mac.mm', | 655 'browser/tab_contents/web_contents_view_mac.mm', |
656 'browser/tab_contents/web_drag_dest_delegate.h', | 656 'browser/tab_contents/web_drag_dest_delegate.h', |
657 'browser/tab_contents/web_drag_dest_gtk.cc', | 657 'browser/tab_contents/web_drag_dest_gtk.cc', |
658 'browser/tab_contents/web_drag_dest_gtk.h', | 658 'browser/tab_contents/web_drag_dest_gtk.h', |
659 'browser/tab_contents/web_drag_dest_mac.h', | 659 'browser/tab_contents/web_drag_dest_mac.h', |
660 'browser/tab_contents/web_drag_dest_mac.mm', | 660 'browser/tab_contents/web_drag_dest_mac.mm', |
| 661 'browser/tab_contents/web_drag_dest_win.cc', |
| 662 'browser/tab_contents/web_drag_dest_win.h', |
661 'browser/tab_contents/web_drag_source_gtk.cc', | 663 'browser/tab_contents/web_drag_source_gtk.cc', |
662 'browser/tab_contents/web_drag_source_gtk.h', | 664 'browser/tab_contents/web_drag_source_gtk.h', |
663 'browser/tab_contents/web_drag_source_mac.h', | 665 'browser/tab_contents/web_drag_source_mac.h', |
664 'browser/tab_contents/web_drag_source_mac.mm', | 666 'browser/tab_contents/web_drag_source_mac.mm', |
| 667 'browser/tab_contents/web_drag_source_win.cc', |
| 668 'browser/tab_contents/web_drag_source_win.h', |
| 669 'browser/tab_contents/web_drag_utils_win.cc', |
| 670 'browser/tab_contents/web_drag_utils_win.h', |
665 'browser/trace_controller.cc', | 671 'browser/trace_controller.cc', |
666 'browser/trace_controller.h', | 672 'browser/trace_controller.h', |
667 'browser/trace_message_filter.cc', | 673 'browser/trace_message_filter.cc', |
668 'browser/trace_message_filter.h', | 674 'browser/trace_message_filter.h', |
669 'browser/trace_subscriber_stdio.cc', | 675 'browser/trace_subscriber_stdio.cc', |
670 'browser/trace_subscriber_stdio.h', | 676 'browser/trace_subscriber_stdio.h', |
671 'browser/user_metrics.cc', | 677 'browser/user_metrics.cc', |
672 'browser/utility_process_host_impl.cc', | 678 'browser/utility_process_host_impl.cc', |
673 'browser/utility_process_host_impl.h', | 679 'browser/utility_process_host_impl.h', |
674 'browser/webui/web_ui_impl.cc', | 680 'browser/webui/web_ui_impl.cc', |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 ], | 866 ], |
861 }], | 867 }], |
862 ['input_speech==0', { | 868 ['input_speech==0', { |
863 'sources/': [ | 869 'sources/': [ |
864 ['exclude', '^browser/speech/'], | 870 ['exclude', '^browser/speech/'], |
865 ], | 871 ], |
866 }], | 872 }], |
867 ], | 873 ], |
868 } | 874 } |
869 | 875 |
OLD | NEW |