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

Side by Side Diff: content/content_browser.gypi

Issue 1721813002: Adding DRP specfic UMA for FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing lifetime of NavigationSupportsUserData for Draft Created 4 years, 9 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'browser/frame_host/navigation_entry_impl.cc', 751 'browser/frame_host/navigation_entry_impl.cc',
752 'browser/frame_host/navigation_entry_impl.h', 752 'browser/frame_host/navigation_entry_impl.h',
753 'browser/frame_host/navigation_entry_screenshot_manager.cc', 753 'browser/frame_host/navigation_entry_screenshot_manager.cc',
754 'browser/frame_host/navigation_entry_screenshot_manager.h', 754 'browser/frame_host/navigation_entry_screenshot_manager.h',
755 'browser/frame_host/navigation_handle_impl.cc', 755 'browser/frame_host/navigation_handle_impl.cc',
756 'browser/frame_host/navigation_handle_impl.h', 756 'browser/frame_host/navigation_handle_impl.h',
757 'browser/frame_host/navigation_request.cc', 757 'browser/frame_host/navigation_request.cc',
758 'browser/frame_host/navigation_request.h', 758 'browser/frame_host/navigation_request.h',
759 'browser/frame_host/navigation_request_info.cc', 759 'browser/frame_host/navigation_request_info.cc',
760 'browser/frame_host/navigation_request_info.h', 760 'browser/frame_host/navigation_request_info.h',
761 'browser/frame_host/navigation_user_data.cc',
762 'browser/frame_host/navigation_user_data.h',
761 'browser/frame_host/navigator.cc', 763 'browser/frame_host/navigator.cc',
762 'browser/frame_host/navigator.h', 764 'browser/frame_host/navigator.h',
763 'browser/frame_host/navigator_delegate.cc', 765 'browser/frame_host/navigator_delegate.cc',
764 'browser/frame_host/navigator_delegate.h', 766 'browser/frame_host/navigator_delegate.h',
765 'browser/frame_host/navigator_impl.cc', 767 'browser/frame_host/navigator_impl.cc',
766 'browser/frame_host/navigator_impl.h', 768 'browser/frame_host/navigator_impl.h',
767 'browser/frame_host/popup_menu_helper_mac.h', 769 'browser/frame_host/popup_menu_helper_mac.h',
768 'browser/frame_host/popup_menu_helper_mac.mm', 770 'browser/frame_host/popup_menu_helper_mac.mm',
769 'browser/frame_host/render_frame_host_delegate.cc', 771 'browser/frame_host/render_frame_host_delegate.cc',
770 'browser/frame_host/render_frame_host_delegate.h', 772 'browser/frame_host/render_frame_host_delegate.h',
(...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ['enable_webvr==1 and OS=="android"', { 2210 ['enable_webvr==1 and OS=="android"', {
2209 'sources': [ 2211 'sources': [
2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2212 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2211 'browser/vr/android/cardboard/cardboard_vr_device.h', 2213 'browser/vr/android/cardboard/cardboard_vr_device.h',
2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2214 ], 2216 ],
2215 }], 2217 }],
2216 ], 2218 ],
2217 } 2219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698