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

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

Issue 2891773002: Add a stub implementation of the URLLoaderFactory for AppCache. (Closed)
Patch Set: Address final round of comments 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
« no previous file with comments | « no previous file | content/browser/appcache/appcache_network_service_handler.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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "appcache/appcache_internals_ui.cc", 317 "appcache/appcache_internals_ui.cc",
318 "appcache/appcache_internals_ui.h", 318 "appcache/appcache_internals_ui.h",
319 "appcache/appcache_job.cc", 319 "appcache/appcache_job.cc",
320 "appcache/appcache_job.h", 320 "appcache/appcache_job.h",
321 "appcache/appcache_manifest_parser.cc", 321 "appcache/appcache_manifest_parser.cc",
322 "appcache/appcache_manifest_parser.h", 322 "appcache/appcache_manifest_parser.h",
323 "appcache/appcache_navigation_handle.cc", 323 "appcache/appcache_navigation_handle.cc",
324 "appcache/appcache_navigation_handle.h", 324 "appcache/appcache_navigation_handle.h",
325 "appcache/appcache_navigation_handle_core.cc", 325 "appcache/appcache_navigation_handle_core.cc",
326 "appcache/appcache_navigation_handle_core.h", 326 "appcache/appcache_navigation_handle_core.h",
327 "appcache/appcache_network_service_handler.cc",
328 "appcache/appcache_network_service_handler.h",
329 "appcache/appcache_policy.h", 327 "appcache/appcache_policy.h",
330 "appcache/appcache_quota_client.cc", 328 "appcache/appcache_quota_client.cc",
331 "appcache/appcache_quota_client.h", 329 "appcache/appcache_quota_client.h",
332 "appcache/appcache_request.cc", 330 "appcache/appcache_request.cc",
333 "appcache/appcache_request.h", 331 "appcache/appcache_request.h",
334 "appcache/appcache_request_handler.cc", 332 "appcache/appcache_request_handler.cc",
335 "appcache/appcache_request_handler.h", 333 "appcache/appcache_request_handler.h",
336 "appcache/appcache_response.cc", 334 "appcache/appcache_response.cc",
337 "appcache/appcache_response.h", 335 "appcache/appcache_response.h",
338 "appcache/appcache_service_impl.cc", 336 "appcache/appcache_service_impl.cc",
339 "appcache/appcache_service_impl.h", 337 "appcache/appcache_service_impl.h",
340 "appcache/appcache_storage.cc", 338 "appcache/appcache_storage.cc",
341 "appcache/appcache_storage.h", 339 "appcache/appcache_storage.h",
342 "appcache/appcache_storage_impl.cc", 340 "appcache/appcache_storage_impl.cc",
343 "appcache/appcache_storage_impl.h", 341 "appcache/appcache_storage_impl.h",
344 "appcache/appcache_update_job.cc", 342 "appcache/appcache_update_job.cc",
345 "appcache/appcache_update_job.h", 343 "appcache/appcache_update_job.h",
344 "appcache/appcache_url_loader_factory.cc",
345 "appcache/appcache_url_loader_factory.h",
346 "appcache/appcache_url_loader_job.cc", 346 "appcache/appcache_url_loader_job.cc",
347 "appcache/appcache_url_loader_job.h", 347 "appcache/appcache_url_loader_job.h",
348 "appcache/appcache_url_loader_request.cc", 348 "appcache/appcache_url_loader_request.cc",
349 "appcache/appcache_url_loader_request.h", 349 "appcache/appcache_url_loader_request.h",
350 "appcache/appcache_url_request.cc", 350 "appcache/appcache_url_request.cc",
351 "appcache/appcache_url_request.h", 351 "appcache/appcache_url_request.h",
352 "appcache/appcache_url_request_job.cc", 352 "appcache/appcache_url_request_job.cc",
353 "appcache/appcache_url_request_job.h", 353 "appcache/appcache_url_request_job.h",
354 "appcache/appcache_working_set.cc", 354 "appcache/appcache_working_set.cc",
355 "appcache/appcache_working_set.h", 355 "appcache/appcache_working_set.h",
(...skipping 1793 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/appcache/appcache_network_service_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698