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

Side by Side Diff: content/browser/BUILD.gn

Issue 2706923003: Add UMA for how long service workers run for. (Closed)
Patch Set: tweaks, fmt Created 3 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
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_instance.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 "service_worker/service_worker_fetch_dispatcher.cc", 1283 "service_worker/service_worker_fetch_dispatcher.cc",
1284 "service_worker/service_worker_fetch_dispatcher.h", 1284 "service_worker/service_worker_fetch_dispatcher.h",
1285 "service_worker/service_worker_handle.cc", 1285 "service_worker/service_worker_handle.cc",
1286 "service_worker/service_worker_handle.h", 1286 "service_worker/service_worker_handle.h",
1287 "service_worker/service_worker_info.cc", 1287 "service_worker/service_worker_info.cc",
1288 "service_worker/service_worker_info.h", 1288 "service_worker/service_worker_info.h",
1289 "service_worker/service_worker_internals_ui.cc", 1289 "service_worker/service_worker_internals_ui.cc",
1290 "service_worker/service_worker_internals_ui.h", 1290 "service_worker/service_worker_internals_ui.h",
1291 "service_worker/service_worker_job_coordinator.cc", 1291 "service_worker/service_worker_job_coordinator.cc",
1292 "service_worker/service_worker_job_coordinator.h", 1292 "service_worker/service_worker_job_coordinator.h",
1293 "service_worker/service_worker_lifetime_tracker.cc",
1294 "service_worker/service_worker_lifetime_tracker.h",
1293 "service_worker/service_worker_metrics.cc", 1295 "service_worker/service_worker_metrics.cc",
1294 "service_worker/service_worker_metrics.h", 1296 "service_worker/service_worker_metrics.h",
1295 "service_worker/service_worker_navigation_handle.cc", 1297 "service_worker/service_worker_navigation_handle.cc",
1296 "service_worker/service_worker_navigation_handle.h", 1298 "service_worker/service_worker_navigation_handle.h",
1297 "service_worker/service_worker_navigation_handle_core.cc", 1299 "service_worker/service_worker_navigation_handle_core.cc",
1298 "service_worker/service_worker_navigation_handle_core.h", 1300 "service_worker/service_worker_navigation_handle_core.h",
1299 "service_worker/service_worker_process_manager.cc", 1301 "service_worker/service_worker_process_manager.cc",
1300 "service_worker/service_worker_process_manager.h", 1302 "service_worker/service_worker_process_manager.h",
1301 "service_worker/service_worker_provider_host.cc", 1303 "service_worker/service_worker_provider_host.cc",
1302 "service_worker/service_worker_provider_host.h", 1304 "service_worker/service_worker_provider_host.h",
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 if (!is_component_build) { 2042 if (!is_component_build) {
2041 public_deps = [ 2043 public_deps = [
2042 ":browser", 2044 ":browser",
2043 ] 2045 ]
2044 } else { 2046 } else {
2045 public_deps = [ 2047 public_deps = [
2046 "//third_party/leveldatabase", 2048 "//third_party/leveldatabase",
2047 ] 2049 ]
2048 } 2050 }
2049 } 2051 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698