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

Side by Side Diff: content/content_browser.gypi

Issue 931333004: Add FrameNavigationEntry class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits + git cl format Created 5 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
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | no next file » | 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'browser/fileapi/upload_file_system_file_element_reader.h', 629 'browser/fileapi/upload_file_system_file_element_reader.h',
630 'browser/font_list_async.cc', 630 'browser/font_list_async.cc',
631 'browser/frame_host/cross_process_frame_connector.cc', 631 'browser/frame_host/cross_process_frame_connector.cc',
632 'browser/frame_host/cross_process_frame_connector.h', 632 'browser/frame_host/cross_process_frame_connector.h',
633 'browser/frame_host/cross_site_transferring_request.cc', 633 'browser/frame_host/cross_site_transferring_request.cc',
634 'browser/frame_host/cross_site_transferring_request.h', 634 'browser/frame_host/cross_site_transferring_request.h',
635 'browser/frame_host/debug_urls.cc', 635 'browser/frame_host/debug_urls.cc',
636 'browser/frame_host/debug_urls.h', 636 'browser/frame_host/debug_urls.h',
637 'browser/frame_host/frame_accessibility.cc', 637 'browser/frame_host/frame_accessibility.cc',
638 'browser/frame_host/frame_accessibility.h', 638 'browser/frame_host/frame_accessibility.h',
639 'browser/frame_host/frame_navigation_entry.cc',
640 'browser/frame_host/frame_navigation_entry.h',
639 'browser/frame_host/frame_tree.cc', 641 'browser/frame_host/frame_tree.cc',
640 'browser/frame_host/frame_tree.h', 642 'browser/frame_host/frame_tree.h',
641 'browser/frame_host/frame_tree_node.cc', 643 'browser/frame_host/frame_tree_node.cc',
642 'browser/frame_host/frame_tree_node.h', 644 'browser/frame_host/frame_tree_node.h',
643 'browser/frame_host/interstitial_page_impl.cc', 645 'browser/frame_host/interstitial_page_impl.cc',
644 'browser/frame_host/interstitial_page_impl.h', 646 'browser/frame_host/interstitial_page_impl.h',
645 'browser/frame_host/interstitial_page_navigator_impl.cc', 647 'browser/frame_host/interstitial_page_navigator_impl.cc',
646 'browser/frame_host/interstitial_page_navigator_impl.h', 648 'browser/frame_host/interstitial_page_navigator_impl.h',
647 'browser/frame_host/navigation_controller_android.cc', 649 'browser/frame_host/navigation_controller_android.cc',
648 'browser/frame_host/navigation_controller_android.h', 650 'browser/frame_host/navigation_controller_android.h',
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'browser/media/media_web_contents_observer.h', 1973 'browser/media/media_web_contents_observer.h',
1972 ], 1974 ],
1973 }], 1975 }],
1974 ['OS == "linux" and use_openssl==1', { 1976 ['OS == "linux" and use_openssl==1', {
1975 'dependencies': [ 1977 'dependencies': [
1976 '../third_party/boringssl/boringssl.gyp:boringssl', 1978 '../third_party/boringssl/boringssl.gyp:boringssl',
1977 ], 1979 ],
1978 }], 1980 }],
1979 ], 1981 ],
1980 } 1982 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698