OLD | NEW |
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 330 "audio_manager_thread.cc", |
331 "audio_manager_thread.h", | 331 "audio_manager_thread.h", |
| 332 "background_fetch/background_fetch_client_proxy.cc", |
| 333 "background_fetch/background_fetch_client_proxy.h", |
332 "background_fetch/background_fetch_context.cc", | 334 "background_fetch/background_fetch_context.cc", |
333 "background_fetch/background_fetch_context.h", | 335 "background_fetch/background_fetch_context.h", |
334 "background_fetch/background_fetch_cross_origin_filter.cc", | 336 "background_fetch/background_fetch_cross_origin_filter.cc", |
335 "background_fetch/background_fetch_cross_origin_filter.h", | 337 "background_fetch/background_fetch_cross_origin_filter.h", |
336 "background_fetch/background_fetch_data_manager.cc", | 338 "background_fetch/background_fetch_data_manager.cc", |
337 "background_fetch/background_fetch_data_manager.h", | 339 "background_fetch/background_fetch_data_manager.h", |
338 "background_fetch/background_fetch_event_dispatcher.cc", | 340 "background_fetch/background_fetch_event_dispatcher.cc", |
339 "background_fetch/background_fetch_event_dispatcher.h", | 341 "background_fetch/background_fetch_event_dispatcher.h", |
340 "background_fetch/background_fetch_job_controller.cc", | 342 "background_fetch/background_fetch_job_controller.cc", |
341 "background_fetch/background_fetch_job_controller.h", | 343 "background_fetch/background_fetch_job_controller.h", |
(...skipping 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 if (!is_component_build) { | 2073 if (!is_component_build) { |
2072 public_deps = [ | 2074 public_deps = [ |
2073 ":browser", | 2075 ":browser", |
2074 ] | 2076 ] |
2075 } else { | 2077 } else { |
2076 public_deps = [ | 2078 public_deps = [ |
2077 "//third_party/leveldatabase", | 2079 "//third_party/leveldatabase", |
2078 ] | 2080 ] |
2079 } | 2081 } |
2080 } | 2082 } |
OLD | NEW |