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

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

Issue 2784433002: Ensures that audio tasks cannot run after AudioManager is deleted. (Closed)
Patch Set: cleanup 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "appcache/appcache_storage_impl.cc", 320 "appcache/appcache_storage_impl.cc",
321 "appcache/appcache_storage_impl.h", 321 "appcache/appcache_storage_impl.h",
322 "appcache/appcache_update_job.cc", 322 "appcache/appcache_update_job.cc",
323 "appcache/appcache_update_job.h", 323 "appcache/appcache_update_job.h",
324 "appcache/appcache_url_request_job.cc", 324 "appcache/appcache_url_request_job.cc",
325 "appcache/appcache_url_request_job.h", 325 "appcache/appcache_url_request_job.h",
326 "appcache/appcache_working_set.cc", 326 "appcache/appcache_working_set.cc",
327 "appcache/appcache_working_set.h", 327 "appcache/appcache_working_set.h",
328 "appcache/chrome_appcache_service.cc", 328 "appcache/chrome_appcache_service.cc",
329 "appcache/chrome_appcache_service.h", 329 "appcache/chrome_appcache_service.h",
330 "audio_manager_thread.cc",
331 "audio_manager_thread.h",
332 "background_fetch/background_fetch_context.cc", 330 "background_fetch/background_fetch_context.cc",
333 "background_fetch/background_fetch_context.h", 331 "background_fetch/background_fetch_context.h",
334 "background_fetch/background_fetch_cross_origin_filter.cc", 332 "background_fetch/background_fetch_cross_origin_filter.cc",
335 "background_fetch/background_fetch_cross_origin_filter.h", 333 "background_fetch/background_fetch_cross_origin_filter.h",
336 "background_fetch/background_fetch_data_manager.cc", 334 "background_fetch/background_fetch_data_manager.cc",
337 "background_fetch/background_fetch_data_manager.h", 335 "background_fetch/background_fetch_data_manager.h",
338 "background_fetch/background_fetch_event_dispatcher.cc", 336 "background_fetch/background_fetch_event_dispatcher.cc",
339 "background_fetch/background_fetch_event_dispatcher.h", 337 "background_fetch/background_fetch_event_dispatcher.h",
340 "background_fetch/background_fetch_job_controller.cc", 338 "background_fetch/background_fetch_job_controller.cc",
341 "background_fetch/background_fetch_job_controller.h", 339 "background_fetch/background_fetch_job_controller.h",
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 if (!is_component_build) { 2071 if (!is_component_build) {
2074 public_deps = [ 2072 public_deps = [
2075 ":browser", 2073 ":browser",
2076 ] 2074 ]
2077 } else { 2075 } else {
2078 public_deps = [ 2076 public_deps = [
2079 "//third_party/leveldatabase", 2077 "//third_party/leveldatabase",
2080 ] 2078 ]
2081 } 2079 }
2082 } 2080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698