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

Side by Side Diff: content/content_browser.gypi

Issue 135723003: Move DidCommitProvisionalLoad code from RenderView to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing final nits. Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/navigation_details.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'browser/frame_host/navigation_controller_impl.cc', 517 'browser/frame_host/navigation_controller_impl.cc',
518 'browser/frame_host/navigation_controller_impl.h', 518 'browser/frame_host/navigation_controller_impl.h',
519 'browser/frame_host/navigation_entry_impl.cc', 519 'browser/frame_host/navigation_entry_impl.cc',
520 'browser/frame_host/navigation_entry_impl.h', 520 'browser/frame_host/navigation_entry_impl.h',
521 'browser/frame_host/navigation_entry_screenshot_manager.cc', 521 'browser/frame_host/navigation_entry_screenshot_manager.cc',
522 'browser/frame_host/navigation_entry_screenshot_manager.h', 522 'browser/frame_host/navigation_entry_screenshot_manager.h',
523 'browser/frame_host/navigator.cc', 523 'browser/frame_host/navigator.cc',
524 'browser/frame_host/navigator.h', 524 'browser/frame_host/navigator.h',
525 'browser/frame_host/navigator_impl.cc', 525 'browser/frame_host/navigator_impl.cc',
526 'browser/frame_host/navigator_impl.h', 526 'browser/frame_host/navigator_impl.h',
527 'browser/frame_host/navigator_delegate.cc',
527 'browser/frame_host/navigator_delegate.h', 528 'browser/frame_host/navigator_delegate.h',
528 'browser/frame_host/cross_process_frame_connector.cc', 529 'browser/frame_host/cross_process_frame_connector.cc',
529 'browser/frame_host/cross_process_frame_connector.h', 530 'browser/frame_host/cross_process_frame_connector.h',
530 'browser/frame_host/render_frame_host_delegate.cc', 531 'browser/frame_host/render_frame_host_delegate.cc',
531 'browser/frame_host/render_frame_host_delegate.h', 532 'browser/frame_host/render_frame_host_delegate.h',
532 'browser/frame_host/render_frame_host_factory.cc', 533 'browser/frame_host/render_frame_host_factory.cc',
533 'browser/frame_host/render_frame_host_factory.h', 534 'browser/frame_host/render_frame_host_factory.h',
534 'browser/frame_host/render_frame_host_impl.cc', 535 'browser/frame_host/render_frame_host_impl.cc',
535 'browser/frame_host/render_frame_host_impl.h', 536 'browser/frame_host/render_frame_host_impl.h',
536 'browser/frame_host/render_frame_host_manager.cc', 537 'browser/frame_host/render_frame_host_manager.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 '../build/linux/system.gyp:dbus', 1643 '../build/linux/system.gyp:dbus',
1643 '../dbus/dbus.gyp:dbus', 1644 '../dbus/dbus.gyp:dbus',
1644 ], 1645 ],
1645 }, { # OS != "linux" or use_dbus==0 1646 }, { # OS != "linux" or use_dbus==0
1646 'sources!': [ 1647 'sources!': [
1647 'browser/geolocation/wifi_data_provider_linux.cc', 1648 'browser/geolocation/wifi_data_provider_linux.cc',
1648 ], 1649 ],
1649 }], 1650 }],
1650 ], 1651 ],
1651 } 1652 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/navigation_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698