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

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: Addressed Charlie's comments 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'browser/frame_host/debug_urls.cc', 561 'browser/frame_host/debug_urls.cc',
562 'browser/frame_host/debug_urls.h', 562 'browser/frame_host/debug_urls.h',
563 'browser/frame_host/frame_tree.cc', 563 'browser/frame_host/frame_tree.cc',
564 'browser/frame_host/frame_tree.h', 564 'browser/frame_host/frame_tree.h',
565 'browser/frame_host/frame_tree_node.cc', 565 'browser/frame_host/frame_tree_node.cc',
566 'browser/frame_host/frame_tree_node.h', 566 'browser/frame_host/frame_tree_node.h',
567 'browser/frame_host/interstitial_page_impl.cc', 567 'browser/frame_host/interstitial_page_impl.cc',
568 'browser/frame_host/interstitial_page_impl.h', 568 'browser/frame_host/interstitial_page_impl.h',
569 'browser/frame_host/interstitial_page_navigator_impl.cc', 569 'browser/frame_host/interstitial_page_navigator_impl.cc',
570 'browser/frame_host/interstitial_page_navigator_impl.h', 570 'browser/frame_host/interstitial_page_navigator_impl.h',
571 'browser/frame_host/navigation_before_commit_info.h',
571 'browser/frame_host/navigation_controller_android.cc', 572 'browser/frame_host/navigation_controller_android.cc',
572 'browser/frame_host/navigation_controller_android.h', 573 'browser/frame_host/navigation_controller_android.h',
573 'browser/frame_host/navigation_controller_delegate.h', 574 'browser/frame_host/navigation_controller_delegate.h',
574 'browser/frame_host/navigation_controller_impl.cc', 575 'browser/frame_host/navigation_controller_impl.cc',
575 'browser/frame_host/navigation_controller_impl.h', 576 'browser/frame_host/navigation_controller_impl.h',
576 'browser/frame_host/navigation_entry_impl.cc', 577 'browser/frame_host/navigation_entry_impl.cc',
577 'browser/frame_host/navigation_entry_impl.h', 578 'browser/frame_host/navigation_entry_impl.h',
578 'browser/frame_host/navigation_entry_screenshot_manager.cc', 579 'browser/frame_host/navigation_entry_screenshot_manager.cc',
579 'browser/frame_host/navigation_entry_screenshot_manager.h', 580 'browser/frame_host/navigation_entry_screenshot_manager.h',
580 'browser/frame_host/navigation_request.cc', 581 'browser/frame_host/navigation_request.cc',
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 'sources': [ 1842 'sources': [
1842 'browser/media/cdm/browser_cdm_manager.cc', 1843 'browser/media/cdm/browser_cdm_manager.cc',
1843 'browser/media/cdm/browser_cdm_manager.h', 1844 'browser/media/cdm/browser_cdm_manager.h',
1844 # This works on Android because enable_browser_cdms==1 on Android. 1845 # This works on Android because enable_browser_cdms==1 on Android.
1845 'browser/media/media_web_contents_observer.cc', 1846 'browser/media/media_web_contents_observer.cc',
1846 'browser/media/media_web_contents_observer.h', 1847 'browser/media/media_web_contents_observer.h',
1847 ], 1848 ],
1848 }], 1849 }],
1849 ], 1850 ],
1850 } 1851 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698