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

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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 "service_worker/service_worker_fetch_dispatcher.cc", 1343 "service_worker/service_worker_fetch_dispatcher.cc",
1344 "service_worker/service_worker_fetch_dispatcher.h", 1344 "service_worker/service_worker_fetch_dispatcher.h",
1345 "service_worker/service_worker_handle.cc", 1345 "service_worker/service_worker_handle.cc",
1346 "service_worker/service_worker_handle.h", 1346 "service_worker/service_worker_handle.h",
1347 "service_worker/service_worker_info.cc", 1347 "service_worker/service_worker_info.cc",
1348 "service_worker/service_worker_info.h", 1348 "service_worker/service_worker_info.h",
1349 "service_worker/service_worker_internals_ui.cc", 1349 "service_worker/service_worker_internals_ui.cc",
1350 "service_worker/service_worker_internals_ui.h", 1350 "service_worker/service_worker_internals_ui.h",
1351 "service_worker/service_worker_job_coordinator.cc", 1351 "service_worker/service_worker_job_coordinator.cc",
1352 "service_worker/service_worker_job_coordinator.h", 1352 "service_worker/service_worker_job_coordinator.h",
1353 "service_worker/service_worker_job_wrapper.cc",
1354 "service_worker/service_worker_job_wrapper.h",
1353 "service_worker/service_worker_lifetime_tracker.cc", 1355 "service_worker/service_worker_lifetime_tracker.cc",
1354 "service_worker/service_worker_lifetime_tracker.h", 1356 "service_worker/service_worker_lifetime_tracker.h",
1355 "service_worker/service_worker_metrics.cc", 1357 "service_worker/service_worker_metrics.cc",
1356 "service_worker/service_worker_metrics.h", 1358 "service_worker/service_worker_metrics.h",
1357 "service_worker/service_worker_navigation_handle.cc", 1359 "service_worker/service_worker_navigation_handle.cc",
1358 "service_worker/service_worker_navigation_handle.h", 1360 "service_worker/service_worker_navigation_handle.h",
1359 "service_worker/service_worker_navigation_handle_core.cc", 1361 "service_worker/service_worker_navigation_handle_core.cc",
1360 "service_worker/service_worker_navigation_handle_core.h", 1362 "service_worker/service_worker_navigation_handle_core.h",
1361 "service_worker/service_worker_process_manager.cc", 1363 "service_worker/service_worker_process_manager.cc",
1362 "service_worker/service_worker_process_manager.h", 1364 "service_worker/service_worker_process_manager.h",
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 if (!is_component_build) { 2137 if (!is_component_build) {
2136 public_deps = [ 2138 public_deps = [
2137 ":browser", 2139 ":browser",
2138 ] 2140 ]
2139 } else { 2141 } else {
2140 public_deps = [ 2142 public_deps = [
2141 "//third_party/leveldatabase", 2143 "//third_party/leveldatabase",
2142 ] 2144 ]
2143 } 2145 }
2144 } 2146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698