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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 'browser/tab_contents/navigation_controller_impl.cc', | 643 'browser/tab_contents/navigation_controller_impl.cc', |
644 'browser/tab_contents/navigation_controller_impl.h', | 644 'browser/tab_contents/navigation_controller_impl.h', |
645 'browser/tab_contents/navigation_entry_impl.cc', | 645 'browser/tab_contents/navigation_entry_impl.cc', |
646 'browser/tab_contents/navigation_entry_impl.h', | 646 'browser/tab_contents/navigation_entry_impl.h', |
647 'browser/tab_contents/popup_menu_helper_mac.h', | 647 'browser/tab_contents/popup_menu_helper_mac.h', |
648 'browser/tab_contents/popup_menu_helper_mac.mm', | 648 'browser/tab_contents/popup_menu_helper_mac.mm', |
649 'browser/tab_contents/render_view_host_manager.cc', | 649 'browser/tab_contents/render_view_host_manager.cc', |
650 'browser/tab_contents/render_view_host_manager.h', | 650 'browser/tab_contents/render_view_host_manager.h', |
651 'browser/tab_contents/tab_contents.cc', | 651 'browser/tab_contents/tab_contents.cc', |
652 'browser/tab_contents/tab_contents.h', | 652 'browser/tab_contents/tab_contents.h', |
| 653 'browser/tab_contents/tab_contents_view_aura.cc', |
653 'browser/tab_contents/tab_contents_view_gtk.cc', | 654 'browser/tab_contents/tab_contents_view_gtk.cc', |
654 'browser/tab_contents/tab_contents_view_gtk.h', | 655 'browser/tab_contents/tab_contents_view_gtk.h', |
655 'browser/tab_contents/tab_contents_view_helper.cc', | 656 'browser/tab_contents/tab_contents_view_helper.cc', |
656 'browser/tab_contents/tab_contents_view_helper.h', | 657 'browser/tab_contents/tab_contents_view_helper.h', |
657 'browser/tab_contents/tab_contents_view_win.cc', | 658 'browser/tab_contents/tab_contents_view_win.cc', |
658 'browser/tab_contents/tab_contents_view_win.h', | 659 'browser/tab_contents/tab_contents_view_win.h', |
659 'browser/tab_contents/web_contents_drag_win.cc', | 660 'browser/tab_contents/web_contents_drag_win.cc', |
660 'browser/tab_contents/web_contents_drag_win.h', | 661 'browser/tab_contents/web_contents_drag_win.h', |
661 'browser/tab_contents/web_contents_view_android.cc', | 662 'browser/tab_contents/web_contents_view_android.cc', |
662 'browser/tab_contents/web_contents_view_android.h', | 663 'browser/tab_contents/web_contents_view_android.h', |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 ], | 893 ], |
893 }], | 894 }], |
894 ['input_speech==0', { | 895 ['input_speech==0', { |
895 'sources/': [ | 896 'sources/': [ |
896 ['exclude', '^browser/speech/'], | 897 ['exclude', '^browser/speech/'], |
897 ], | 898 ], |
898 }], | 899 }], |
899 ], | 900 ], |
900 } | 901 } |
901 | 902 |
OLD | NEW |