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

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

Issue 2818703003: Consider the Access-Control-Allow-Origin header for Background Fetch (Closed)
Patch Set: Consider the Access-Control-Allow-Origin header for Background Fetch Created 3 years, 8 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_fetch/background_fetch_cross_origin_filter.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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "appcache/appcache_url_request_job.cc", 323 "appcache/appcache_url_request_job.cc",
324 "appcache/appcache_url_request_job.h", 324 "appcache/appcache_url_request_job.h",
325 "appcache/appcache_working_set.cc", 325 "appcache/appcache_working_set.cc",
326 "appcache/appcache_working_set.h", 326 "appcache/appcache_working_set.h",
327 "appcache/chrome_appcache_service.cc", 327 "appcache/chrome_appcache_service.cc",
328 "appcache/chrome_appcache_service.h", 328 "appcache/chrome_appcache_service.h",
329 "audio_manager_thread.cc", 329 "audio_manager_thread.cc",
330 "audio_manager_thread.h", 330 "audio_manager_thread.h",
331 "background_fetch/background_fetch_context.cc", 331 "background_fetch/background_fetch_context.cc",
332 "background_fetch/background_fetch_context.h", 332 "background_fetch/background_fetch_context.h",
333 "background_fetch/background_fetch_cross_origin_filter.cc",
334 "background_fetch/background_fetch_cross_origin_filter.h",
333 "background_fetch/background_fetch_data_manager.cc", 335 "background_fetch/background_fetch_data_manager.cc",
334 "background_fetch/background_fetch_data_manager.h", 336 "background_fetch/background_fetch_data_manager.h",
335 "background_fetch/background_fetch_event_dispatcher.cc", 337 "background_fetch/background_fetch_event_dispatcher.cc",
336 "background_fetch/background_fetch_event_dispatcher.h", 338 "background_fetch/background_fetch_event_dispatcher.h",
337 "background_fetch/background_fetch_job_controller.cc", 339 "background_fetch/background_fetch_job_controller.cc",
338 "background_fetch/background_fetch_job_controller.h", 340 "background_fetch/background_fetch_job_controller.h",
339 "background_fetch/background_fetch_registration_id.cc", 341 "background_fetch/background_fetch_registration_id.cc",
340 "background_fetch/background_fetch_registration_id.h", 342 "background_fetch/background_fetch_registration_id.h",
341 "background_fetch/background_fetch_request_info.cc", 343 "background_fetch/background_fetch_request_info.cc",
342 "background_fetch/background_fetch_request_info.h", 344 "background_fetch/background_fetch_request_info.h",
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 if (!is_component_build) { 2069 if (!is_component_build) {
2068 public_deps = [ 2070 public_deps = [
2069 ":browser", 2071 ":browser",
2070 ] 2072 ]
2071 } else { 2073 } else {
2072 public_deps = [ 2074 public_deps = [
2073 "//third_party/leveldatabase", 2075 "//third_party/leveldatabase",
2074 ] 2076 ]
2075 } 2077 }
2076 } 2078 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_cross_origin_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698