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