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

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: NavigationData final draft before adding tests Created 4 years, 8 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/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'public/browser/message_port_provider.h', 217 'public/browser/message_port_provider.h',
218 'public/browser/mojo_app_connection.h', 218 'public/browser/mojo_app_connection.h',
219 'public/browser/native_web_keyboard_event.h', 219 'public/browser/native_web_keyboard_event.h',
220 'public/browser/navigation_controller.cc', 220 'public/browser/navigation_controller.cc',
221 'public/browser/navigation_controller.h', 221 'public/browser/navigation_controller.h',
222 'public/browser/navigation_details.cc', 222 'public/browser/navigation_details.cc',
223 'public/browser/navigation_details.h', 223 'public/browser/navigation_details.h',
224 'public/browser/navigation_entry.h', 224 'public/browser/navigation_entry.h',
225 'public/browser/navigation_handle.cc', 225 'public/browser/navigation_handle.cc',
226 'public/browser/navigation_handle.h', 226 'public/browser/navigation_handle.h',
227 'public/browser/navigation_data.h',
227 'public/browser/navigation_throttle.cc', 228 'public/browser/navigation_throttle.cc',
228 'public/browser/navigation_throttle.h', 229 'public/browser/navigation_throttle.h',
229 'public/browser/navigation_type.h', 230 'public/browser/navigation_type.h',
230 'public/browser/notification_database_data.h', 231 'public/browser/notification_database_data.h',
231 'public/browser/notification_details.h', 232 'public/browser/notification_details.h',
232 'public/browser/notification_event_dispatcher.h', 233 'public/browser/notification_event_dispatcher.h',
233 'public/browser/notification_observer.h', 234 'public/browser/notification_observer.h',
234 'public/browser/notification_registrar.cc', 235 'public/browser/notification_registrar.cc',
235 'public/browser/notification_registrar.h', 236 'public/browser/notification_registrar.h',
236 'public/browser/notification_service.h', 237 'public/browser/notification_service.h',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 ['enable_webvr==1 and OS=="android"', { 2218 ['enable_webvr==1 and OS=="android"', {
2218 'sources': [ 2219 'sources': [
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2220 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', 2221 'browser/vr/android/cardboard/cardboard_vr_device.h',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2223 ], 2224 ],
2224 }], 2225 }],
2225 ], 2226 ],
2226 } 2227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698