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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'browser/frame_host/navigation_before_commit_info.h', | 590 'browser/frame_host/navigation_before_commit_info.h', |
591 'browser/frame_host/navigation_controller_android.cc', | 591 'browser/frame_host/navigation_controller_android.cc', |
592 'browser/frame_host/navigation_controller_android.h', | 592 'browser/frame_host/navigation_controller_android.h', |
593 'browser/frame_host/navigation_controller_delegate.h', | 593 'browser/frame_host/navigation_controller_delegate.h', |
594 'browser/frame_host/navigation_controller_impl.cc', | 594 'browser/frame_host/navigation_controller_impl.cc', |
595 'browser/frame_host/navigation_controller_impl.h', | 595 'browser/frame_host/navigation_controller_impl.h', |
596 'browser/frame_host/navigation_entry_impl.cc', | 596 'browser/frame_host/navigation_entry_impl.cc', |
597 'browser/frame_host/navigation_entry_impl.h', | 597 'browser/frame_host/navigation_entry_impl.h', |
598 'browser/frame_host/navigation_entry_screenshot_manager.cc', | 598 'browser/frame_host/navigation_entry_screenshot_manager.cc', |
599 'browser/frame_host/navigation_entry_screenshot_manager.h', | 599 'browser/frame_host/navigation_entry_screenshot_manager.h', |
| 600 'browser/frame_host/navigation_parameters.cc', |
| 601 'browser/frame_host/navigation_parameters.h', |
600 'browser/frame_host/navigation_request.cc', | 602 'browser/frame_host/navigation_request.cc', |
601 'browser/frame_host/navigation_request.h', | 603 'browser/frame_host/navigation_request.h', |
602 'browser/frame_host/navigation_request_info.cc', | 604 'browser/frame_host/navigation_request_info.cc', |
603 'browser/frame_host/navigation_request_info.h', | 605 'browser/frame_host/navigation_request_info.h', |
604 'browser/frame_host/navigator.cc', | 606 'browser/frame_host/navigator.cc', |
605 'browser/frame_host/navigator.h', | 607 'browser/frame_host/navigator.h', |
606 'browser/frame_host/navigator_impl.cc', | 608 'browser/frame_host/navigator_impl.cc', |
607 'browser/frame_host/navigator_impl.h', | 609 'browser/frame_host/navigator_impl.h', |
608 'browser/frame_host/navigator_delegate.cc', | 610 'browser/frame_host/navigator_delegate.cc', |
609 'browser/frame_host/navigator_delegate.h', | 611 'browser/frame_host/navigator_delegate.h', |
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'sources': [ | 1871 'sources': [ |
1870 'browser/media/cdm/browser_cdm_manager.cc', | 1872 'browser/media/cdm/browser_cdm_manager.cc', |
1871 'browser/media/cdm/browser_cdm_manager.h', | 1873 'browser/media/cdm/browser_cdm_manager.h', |
1872 # This works on Android because enable_browser_cdms==1 on Android. | 1874 # This works on Android because enable_browser_cdms==1 on Android. |
1873 'browser/media/media_web_contents_observer.cc', | 1875 'browser/media/media_web_contents_observer.cc', |
1874 'browser/media/media_web_contents_observer.h', | 1876 'browser/media/media_web_contents_observer.h', |
1875 ], | 1877 ], |
1876 }], | 1878 }], |
1877 ], | 1879 ], |
1878 } | 1880 } |
OLD | NEW |