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

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: Rebase on top of issue 471603002 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'browser/frame_host/debug_urls.cc', 572 'browser/frame_host/debug_urls.cc',
573 'browser/frame_host/debug_urls.h', 573 'browser/frame_host/debug_urls.h',
574 'browser/frame_host/frame_tree.cc', 574 'browser/frame_host/frame_tree.cc',
575 'browser/frame_host/frame_tree.h', 575 'browser/frame_host/frame_tree.h',
576 'browser/frame_host/frame_tree_node.cc', 576 'browser/frame_host/frame_tree_node.cc',
577 'browser/frame_host/frame_tree_node.h', 577 'browser/frame_host/frame_tree_node.h',
578 'browser/frame_host/interstitial_page_impl.cc', 578 'browser/frame_host/interstitial_page_impl.cc',
579 'browser/frame_host/interstitial_page_impl.h', 579 'browser/frame_host/interstitial_page_impl.h',
580 'browser/frame_host/interstitial_page_navigator_impl.cc', 580 'browser/frame_host/interstitial_page_navigator_impl.cc',
581 'browser/frame_host/interstitial_page_navigator_impl.h', 581 'browser/frame_host/interstitial_page_navigator_impl.h',
582 'browser/frame_host/navigation_before_commit_info.h',
582 'browser/frame_host/navigation_controller_android.cc', 583 'browser/frame_host/navigation_controller_android.cc',
583 'browser/frame_host/navigation_controller_android.h', 584 'browser/frame_host/navigation_controller_android.h',
584 'browser/frame_host/navigation_controller_delegate.h', 585 'browser/frame_host/navigation_controller_delegate.h',
585 'browser/frame_host/navigation_controller_impl.cc', 586 'browser/frame_host/navigation_controller_impl.cc',
586 'browser/frame_host/navigation_controller_impl.h', 587 'browser/frame_host/navigation_controller_impl.h',
587 'browser/frame_host/navigation_entry_impl.cc', 588 'browser/frame_host/navigation_entry_impl.cc',
588 'browser/frame_host/navigation_entry_impl.h', 589 'browser/frame_host/navigation_entry_impl.h',
589 'browser/frame_host/navigation_entry_screenshot_manager.cc', 590 'browser/frame_host/navigation_entry_screenshot_manager.cc',
590 'browser/frame_host/navigation_entry_screenshot_manager.h', 591 'browser/frame_host/navigation_entry_screenshot_manager.h',
591 'browser/frame_host/navigation_request.cc', 592 'browser/frame_host/navigation_request.cc',
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 'sources': [ 1865 'sources': [
1865 'browser/media/cdm/browser_cdm_manager.cc', 1866 'browser/media/cdm/browser_cdm_manager.cc',
1866 'browser/media/cdm/browser_cdm_manager.h', 1867 'browser/media/cdm/browser_cdm_manager.h',
1867 # This works on Android because enable_browser_cdms==1 on Android. 1868 # This works on Android because enable_browser_cdms==1 on Android.
1868 'browser/media/media_web_contents_observer.cc', 1869 'browser/media/media_web_contents_observer.cc',
1869 'browser/media/media_web_contents_observer.h', 1870 'browser/media/media_web_contents_observer.h',
1870 ], 1871 ],
1871 }], 1872 }],
1872 ], 1873 ],
1873 } 1874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698