Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: content/content_browser.gypi

Issue 379143002: PlzNavigate: implement RequestNavigation in the no live renderer case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed speculative rfh + no pending_navigation_entry dependency Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'browser/frame_host/debug_urls.cc', 566 'browser/frame_host/debug_urls.cc',
567 'browser/frame_host/debug_urls.h', 567 'browser/frame_host/debug_urls.h',
568 'browser/frame_host/frame_tree.cc', 568 'browser/frame_host/frame_tree.cc',
569 'browser/frame_host/frame_tree.h', 569 'browser/frame_host/frame_tree.h',
570 'browser/frame_host/frame_tree_node.cc', 570 'browser/frame_host/frame_tree_node.cc',
571 'browser/frame_host/frame_tree_node.h', 571 'browser/frame_host/frame_tree_node.h',
572 'browser/frame_host/interstitial_page_impl.cc', 572 'browser/frame_host/interstitial_page_impl.cc',
573 'browser/frame_host/interstitial_page_impl.h', 573 'browser/frame_host/interstitial_page_impl.h',
574 'browser/frame_host/interstitial_page_navigator_impl.cc', 574 'browser/frame_host/interstitial_page_navigator_impl.cc',
575 'browser/frame_host/interstitial_page_navigator_impl.h', 575 'browser/frame_host/interstitial_page_navigator_impl.h',
576 'browser/frame_host/navigation_before_commit_info.h',
576 'browser/frame_host/navigation_controller_android.cc', 577 'browser/frame_host/navigation_controller_android.cc',
577 'browser/frame_host/navigation_controller_android.h', 578 'browser/frame_host/navigation_controller_android.h',
578 'browser/frame_host/navigation_controller_delegate.h', 579 'browser/frame_host/navigation_controller_delegate.h',
579 'browser/frame_host/navigation_controller_impl.cc', 580 'browser/frame_host/navigation_controller_impl.cc',
580 'browser/frame_host/navigation_controller_impl.h', 581 'browser/frame_host/navigation_controller_impl.h',
581 'browser/frame_host/navigation_entry_impl.cc', 582 'browser/frame_host/navigation_entry_impl.cc',
582 'browser/frame_host/navigation_entry_impl.h', 583 'browser/frame_host/navigation_entry_impl.h',
583 'browser/frame_host/navigation_entry_screenshot_manager.cc', 584 'browser/frame_host/navigation_entry_screenshot_manager.cc',
584 'browser/frame_host/navigation_entry_screenshot_manager.h', 585 'browser/frame_host/navigation_entry_screenshot_manager.h',
585 'browser/frame_host/navigation_request.cc', 586 'browser/frame_host/navigation_request.cc',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 'sources': [ 1851 'sources': [
1851 'browser/media/cdm/browser_cdm_manager.cc', 1852 'browser/media/cdm/browser_cdm_manager.cc',
1852 'browser/media/cdm/browser_cdm_manager.h', 1853 'browser/media/cdm/browser_cdm_manager.h',
1853 # This works on Android because enable_browser_cdms==1 on Android. 1854 # This works on Android because enable_browser_cdms==1 on Android.
1854 'browser/media/media_web_contents_observer.cc', 1855 'browser/media/media_web_contents_observer.cc',
1855 'browser/media/media_web_contents_observer.h', 1856 'browser/media/media_web_contents_observer.h',
1856 ], 1857 ],
1857 }], 1858 }],
1858 ], 1859 ],
1859 } 1860 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698