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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "audio_manager_thread.cc", | 325 "audio_manager_thread.cc", |
326 "audio_manager_thread.h", | 326 "audio_manager_thread.h", |
327 "background_fetch/background_fetch_context.cc", | 327 "background_fetch/background_fetch_context.cc", |
328 "background_fetch/background_fetch_context.h", | 328 "background_fetch/background_fetch_context.h", |
329 "background_fetch/background_fetch_data_manager.cc", | 329 "background_fetch/background_fetch_data_manager.cc", |
330 "background_fetch/background_fetch_data_manager.h", | 330 "background_fetch/background_fetch_data_manager.h", |
331 "background_fetch/background_fetch_event_dispatcher.cc", | 331 "background_fetch/background_fetch_event_dispatcher.cc", |
332 "background_fetch/background_fetch_event_dispatcher.h", | 332 "background_fetch/background_fetch_event_dispatcher.h", |
333 "background_fetch/background_fetch_job_controller.cc", | 333 "background_fetch/background_fetch_job_controller.cc", |
334 "background_fetch/background_fetch_job_controller.h", | 334 "background_fetch/background_fetch_job_controller.h", |
335 "background_fetch/background_fetch_job_data.cc", | |
336 "background_fetch/background_fetch_job_data.h", | |
337 "background_fetch/background_fetch_job_info.cc", | 335 "background_fetch/background_fetch_job_info.cc", |
338 "background_fetch/background_fetch_job_info.h", | 336 "background_fetch/background_fetch_job_info.h", |
| 337 "background_fetch/background_fetch_job_response_data.cc", |
| 338 "background_fetch/background_fetch_job_response_data.h", |
339 "background_fetch/background_fetch_registration_id.cc", | 339 "background_fetch/background_fetch_registration_id.cc", |
340 "background_fetch/background_fetch_registration_id.h", | 340 "background_fetch/background_fetch_registration_id.h", |
341 "background_fetch/background_fetch_request_info.cc", | 341 "background_fetch/background_fetch_request_info.cc", |
342 "background_fetch/background_fetch_request_info.h", | 342 "background_fetch/background_fetch_request_info.h", |
343 "background_fetch/background_fetch_service_impl.cc", | 343 "background_fetch/background_fetch_service_impl.cc", |
344 "background_fetch/background_fetch_service_impl.h", | 344 "background_fetch/background_fetch_service_impl.h", |
345 "background_sync/background_sync_context.cc", | 345 "background_sync/background_sync_context.cc", |
346 "background_sync/background_sync_context.h", | 346 "background_sync/background_sync_context.h", |
347 "background_sync/background_sync_manager.cc", | 347 "background_sync/background_sync_manager.cc", |
348 "background_sync/background_sync_manager.h", | 348 "background_sync/background_sync_manager.h", |
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 if (!is_component_build) { | 2052 if (!is_component_build) { |
2053 public_deps = [ | 2053 public_deps = [ |
2054 ":browser", | 2054 ":browser", |
2055 ] | 2055 ] |
2056 } else { | 2056 } else { |
2057 public_deps = [ | 2057 public_deps = [ |
2058 "//third_party/leveldatabase", | 2058 "//third_party/leveldatabase", |
2059 ] | 2059 ] |
2060 } | 2060 } |
2061 } | 2061 } |
OLD | NEW |