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

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

Powered by Google App Engine
This is Rietveld 408576698