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

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

Issue 2874073004: network service: Add job wrapper to SWControlleeRequestHandler (Closed)
Patch Set: . Created 3 years, 7 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 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 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 "service_worker/service_worker_fetch_dispatcher.cc", 1351 "service_worker/service_worker_fetch_dispatcher.cc",
1352 "service_worker/service_worker_fetch_dispatcher.h", 1352 "service_worker/service_worker_fetch_dispatcher.h",
1353 "service_worker/service_worker_handle.cc", 1353 "service_worker/service_worker_handle.cc",
1354 "service_worker/service_worker_handle.h", 1354 "service_worker/service_worker_handle.h",
1355 "service_worker/service_worker_info.cc", 1355 "service_worker/service_worker_info.cc",
1356 "service_worker/service_worker_info.h", 1356 "service_worker/service_worker_info.h",
1357 "service_worker/service_worker_internals_ui.cc", 1357 "service_worker/service_worker_internals_ui.cc",
1358 "service_worker/service_worker_internals_ui.h", 1358 "service_worker/service_worker_internals_ui.h",
1359 "service_worker/service_worker_job_coordinator.cc", 1359 "service_worker/service_worker_job_coordinator.cc",
1360 "service_worker/service_worker_job_coordinator.h", 1360 "service_worker/service_worker_job_coordinator.h",
1361 "service_worker/service_worker_job_wrapper.cc",
1362 "service_worker/service_worker_job_wrapper.h",
1361 "service_worker/service_worker_lifetime_tracker.cc", 1363 "service_worker/service_worker_lifetime_tracker.cc",
1362 "service_worker/service_worker_lifetime_tracker.h", 1364 "service_worker/service_worker_lifetime_tracker.h",
1363 "service_worker/service_worker_metrics.cc", 1365 "service_worker/service_worker_metrics.cc",
1364 "service_worker/service_worker_metrics.h", 1366 "service_worker/service_worker_metrics.h",
1365 "service_worker/service_worker_navigation_handle.cc", 1367 "service_worker/service_worker_navigation_handle.cc",
1366 "service_worker/service_worker_navigation_handle.h", 1368 "service_worker/service_worker_navigation_handle.h",
1367 "service_worker/service_worker_navigation_handle_core.cc", 1369 "service_worker/service_worker_navigation_handle_core.cc",
1368 "service_worker/service_worker_navigation_handle_core.h", 1370 "service_worker/service_worker_navigation_handle_core.h",
1369 "service_worker/service_worker_process_manager.cc", 1371 "service_worker/service_worker_process_manager.cc",
1370 "service_worker/service_worker_process_manager.h", 1372 "service_worker/service_worker_process_manager.h",
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 if (!is_component_build) { 2149 if (!is_component_build) {
2148 public_deps = [ 2150 public_deps = [
2149 ":browser", 2151 ":browser",
2150 ] 2152 ]
2151 } else { 2153 } else {
2152 public_deps = [ 2154 public_deps = [
2153 "//third_party/leveldatabase", 2155 "//third_party/leveldatabase",
2154 ] 2156 ]
2155 } 2157 }
2156 } 2158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698