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

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

Issue 2931033003: Rename ServiceWorkerContextObserver to ServiceWorkerContextCoreObserver. (Closed)
Patch Set: Typo Created 3 years, 6 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/background_sync/background_sync_manager.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 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 "service_worker/link_header_support.cc", 1337 "service_worker/link_header_support.cc",
1338 "service_worker/link_header_support.h", 1338 "service_worker/link_header_support.h",
1339 "service_worker/service_worker_blob_reader.cc", 1339 "service_worker/service_worker_blob_reader.cc",
1340 "service_worker/service_worker_blob_reader.h", 1340 "service_worker/service_worker_blob_reader.h",
1341 "service_worker/service_worker_cache_writer.cc", 1341 "service_worker/service_worker_cache_writer.cc",
1342 "service_worker/service_worker_cache_writer.h", 1342 "service_worker/service_worker_cache_writer.h",
1343 "service_worker/service_worker_client_utils.cc", 1343 "service_worker/service_worker_client_utils.cc",
1344 "service_worker/service_worker_client_utils.h", 1344 "service_worker/service_worker_client_utils.h",
1345 "service_worker/service_worker_context_core.cc", 1345 "service_worker/service_worker_context_core.cc",
1346 "service_worker/service_worker_context_core.h", 1346 "service_worker/service_worker_context_core.h",
1347 "service_worker/service_worker_context_observer.h", 1347 "service_worker/service_worker_context_core_observer.h",
1348 "service_worker/service_worker_context_request_handler.cc", 1348 "service_worker/service_worker_context_request_handler.cc",
1349 "service_worker/service_worker_context_request_handler.h", 1349 "service_worker/service_worker_context_request_handler.h",
1350 "service_worker/service_worker_context_watcher.cc", 1350 "service_worker/service_worker_context_watcher.cc",
1351 "service_worker/service_worker_context_watcher.h", 1351 "service_worker/service_worker_context_watcher.h",
1352 "service_worker/service_worker_context_wrapper.cc", 1352 "service_worker/service_worker_context_wrapper.cc",
1353 "service_worker/service_worker_context_wrapper.h", 1353 "service_worker/service_worker_context_wrapper.h",
1354 "service_worker/service_worker_controllee_request_handler.cc", 1354 "service_worker/service_worker_controllee_request_handler.cc",
1355 "service_worker/service_worker_controllee_request_handler.h", 1355 "service_worker/service_worker_controllee_request_handler.h",
1356 "service_worker/service_worker_data_pipe_reader.cc", 1356 "service_worker/service_worker_data_pipe_reader.cc",
1357 "service_worker/service_worker_data_pipe_reader.h", 1357 "service_worker/service_worker_data_pipe_reader.h",
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2149 if (!is_component_build) {
2150 public_deps = [ 2150 public_deps = [
2151 ":browser", 2151 ":browser",
2152 ] 2152 ]
2153 } else { 2153 } else {
2154 public_deps = [ 2154 public_deps = [
2155 "//third_party/leveldatabase", 2155 "//third_party/leveldatabase",
2156 ] 2156 ]
2157 } 2157 }
2158 } 2158 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/background_sync/background_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698