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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'browser/frame_host/navigator.cc', | 554 'browser/frame_host/navigator.cc', |
555 'browser/frame_host/navigator.h', | 555 'browser/frame_host/navigator.h', |
556 'browser/frame_host/navigator_impl.cc', | 556 'browser/frame_host/navigator_impl.cc', |
557 'browser/frame_host/navigator_impl.h', | 557 'browser/frame_host/navigator_impl.h', |
558 'browser/frame_host/navigator_delegate.cc', | 558 'browser/frame_host/navigator_delegate.cc', |
559 'browser/frame_host/navigator_delegate.h', | 559 'browser/frame_host/navigator_delegate.h', |
560 'browser/frame_host/cross_process_frame_connector.cc', | 560 'browser/frame_host/cross_process_frame_connector.cc', |
561 'browser/frame_host/cross_process_frame_connector.h', | 561 'browser/frame_host/cross_process_frame_connector.h', |
562 'browser/frame_host/cross_site_transferring_request.cc', | 562 'browser/frame_host/cross_site_transferring_request.cc', |
563 'browser/frame_host/cross_site_transferring_request.h', | 563 'browser/frame_host/cross_site_transferring_request.h', |
| 564 'browser/frame_host/load_progress_tracker.cc', |
| 565 'browser/frame_host/load_progress_tracker.h', |
564 'browser/frame_host/render_frame_host_delegate.cc', | 566 'browser/frame_host/render_frame_host_delegate.cc', |
565 'browser/frame_host/render_frame_host_delegate.h', | 567 'browser/frame_host/render_frame_host_delegate.h', |
566 'browser/frame_host/render_frame_host_factory.cc', | 568 'browser/frame_host/render_frame_host_factory.cc', |
567 'browser/frame_host/render_frame_host_factory.h', | 569 'browser/frame_host/render_frame_host_factory.h', |
568 'browser/frame_host/render_frame_host_impl.cc', | 570 'browser/frame_host/render_frame_host_impl.cc', |
569 'browser/frame_host/render_frame_host_impl.h', | 571 'browser/frame_host/render_frame_host_impl.h', |
570 'browser/frame_host/render_frame_host_manager.cc', | 572 'browser/frame_host/render_frame_host_manager.cc', |
571 'browser/frame_host/render_frame_host_manager.h', | 573 'browser/frame_host/render_frame_host_manager.h', |
572 'browser/frame_host/render_frame_message_filter.cc', | 574 'browser/frame_host/render_frame_message_filter.cc', |
573 'browser/frame_host/render_frame_message_filter.h', | 575 'browser/frame_host/render_frame_message_filter.h', |
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1734 '../build/linux/system.gyp:dbus', | 1736 '../build/linux/system.gyp:dbus', |
1735 '../dbus/dbus.gyp:dbus', | 1737 '../dbus/dbus.gyp:dbus', |
1736 ], | 1738 ], |
1737 }, { # OS != "linux" or use_dbus==0 | 1739 }, { # OS != "linux" or use_dbus==0 |
1738 'sources!': [ | 1740 'sources!': [ |
1739 'browser/geolocation/wifi_data_provider_linux.cc', | 1741 'browser/geolocation/wifi_data_provider_linux.cc', |
1740 ], | 1742 ], |
1741 }], | 1743 }], |
1742 ], | 1744 ], |
1743 } | 1745 } |
OLD | NEW |