OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'browser/tab_contents/navigation_details.cc', | 544 'browser/tab_contents/navigation_details.cc', |
545 'browser/tab_contents/navigation_details.h', | 545 'browser/tab_contents/navigation_details.h', |
546 'browser/tab_contents/navigation_entry.cc', | 546 'browser/tab_contents/navigation_entry.cc', |
547 'browser/tab_contents/navigation_entry.h', | 547 'browser/tab_contents/navigation_entry.h', |
548 'browser/tab_contents/page_navigator.cc', | 548 'browser/tab_contents/page_navigator.cc', |
549 'browser/tab_contents/page_navigator.h', | 549 'browser/tab_contents/page_navigator.h', |
550 'browser/tab_contents/popup_menu_helper_mac.h', | 550 'browser/tab_contents/popup_menu_helper_mac.h', |
551 'browser/tab_contents/popup_menu_helper_mac.mm', | 551 'browser/tab_contents/popup_menu_helper_mac.mm', |
552 'browser/tab_contents/provisional_load_details.cc', | 552 'browser/tab_contents/provisional_load_details.cc', |
553 'browser/tab_contents/provisional_load_details.h', | 553 'browser/tab_contents/provisional_load_details.h', |
| 554 'browser/tab_contents/referrer.cc', |
| 555 'browser/tab_contents/referrer.h', |
554 'browser/tab_contents/render_view_host_manager.cc', | 556 'browser/tab_contents/render_view_host_manager.cc', |
555 'browser/tab_contents/render_view_host_manager.h', | 557 'browser/tab_contents/render_view_host_manager.h', |
556 'browser/tab_contents/tab_contents.cc', | 558 'browser/tab_contents/tab_contents.cc', |
557 'browser/tab_contents/tab_contents.h', | 559 'browser/tab_contents/tab_contents.h', |
558 'browser/tab_contents/tab_contents_delegate.cc', | 560 'browser/tab_contents/tab_contents_delegate.cc', |
559 'browser/tab_contents/tab_contents_delegate.h', | 561 'browser/tab_contents/tab_contents_delegate.h', |
560 'browser/tab_contents/tab_contents_observer.cc', | 562 'browser/tab_contents/tab_contents_observer.cc', |
561 'browser/tab_contents/tab_contents_observer.h', | 563 'browser/tab_contents/tab_contents_observer.h', |
562 'browser/tab_contents/tab_contents_view.cc', | 564 'browser/tab_contents/tab_contents_view.cc', |
563 'browser/tab_contents/tab_contents_view.h', | 565 'browser/tab_contents/tab_contents_view.h', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', | 793 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', |
792 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', | 794 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', |
793 'browser/renderer_host/java/java_bridge_dispatcher_host.h', | 795 'browser/renderer_host/java/java_bridge_dispatcher_host.h', |
794 'browser/renderer_host/java/java_method.cc', | 796 'browser/renderer_host/java/java_method.cc', |
795 'browser/renderer_host/java/java_method.h', | 797 'browser/renderer_host/java/java_method.h', |
796 ], | 798 ], |
797 }], | 799 }], |
798 ], | 800 ], |
799 } | 801 } |
800 | 802 |
OLD | NEW |