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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 'browser/tab_contents/popup_menu_helper_mac.h', | 608 'browser/tab_contents/popup_menu_helper_mac.h', |
609 'browser/tab_contents/popup_menu_helper_mac.mm', | 609 'browser/tab_contents/popup_menu_helper_mac.mm', |
610 'browser/tab_contents/provisional_load_details.cc', | 610 'browser/tab_contents/provisional_load_details.cc', |
611 'browser/tab_contents/provisional_load_details.h', | 611 'browser/tab_contents/provisional_load_details.h', |
612 'browser/tab_contents/render_view_host_manager.cc', | 612 'browser/tab_contents/render_view_host_manager.cc', |
613 'browser/tab_contents/render_view_host_manager.h', | 613 'browser/tab_contents/render_view_host_manager.h', |
614 'browser/tab_contents/tab_contents.cc', | 614 'browser/tab_contents/tab_contents.cc', |
615 'browser/tab_contents/tab_contents.h', | 615 'browser/tab_contents/tab_contents.h', |
616 'browser/tab_contents/tab_contents_view.cc', | 616 'browser/tab_contents/tab_contents_view.cc', |
617 'browser/tab_contents/tab_contents_view.h', | 617 'browser/tab_contents/tab_contents_view.h', |
| 618 'browser/tab_contents/tab_contents_view_helper.cc', |
| 619 'browser/tab_contents/tab_contents_view_helper.h', |
618 'browser/tab_contents/title_updated_details.h', | 620 'browser/tab_contents/title_updated_details.h', |
619 'browser/tab_contents/web_drag_dest_delegate.h', | 621 'browser/tab_contents/web_drag_dest_delegate.h', |
620 'browser/tab_contents/web_drag_dest_gtk.cc', | 622 'browser/tab_contents/web_drag_dest_gtk.cc', |
621 'browser/tab_contents/web_drag_dest_gtk.h', | 623 'browser/tab_contents/web_drag_dest_gtk.h', |
622 'browser/tab_contents/web_drag_dest_mac.h', | 624 'browser/tab_contents/web_drag_dest_mac.h', |
623 'browser/tab_contents/web_drag_dest_mac.mm', | 625 'browser/tab_contents/web_drag_dest_mac.mm', |
624 'browser/tab_contents/web_drag_source_gtk.cc', | 626 'browser/tab_contents/web_drag_source_gtk.cc', |
625 'browser/tab_contents/web_drag_source_gtk.h', | 627 'browser/tab_contents/web_drag_source_gtk.h', |
626 'browser/tab_contents/web_drag_source_mac.h', | 628 'browser/tab_contents/web_drag_source_mac.h', |
627 'browser/tab_contents/web_drag_source_mac.mm', | 629 'browser/tab_contents/web_drag_source_mac.mm', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 'ENABLE_JAVA_BRIDGE', | 817 'ENABLE_JAVA_BRIDGE', |
816 ], | 818 ], |
817 }, { | 819 }, { |
818 'sources/': [ | 820 'sources/': [ |
819 ['exclude', '^browser/renderer_host/java/'], | 821 ['exclude', '^browser/renderer_host/java/'], |
820 ], | 822 ], |
821 }], | 823 }], |
822 ], | 824 ], |
823 } | 825 } |
824 | 826 |
OLD | NEW |