| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "background_fetch/background_fetch_data_manager.cc", | 321 "background_fetch/background_fetch_data_manager.cc", |
| 322 "background_fetch/background_fetch_data_manager.h", | 322 "background_fetch/background_fetch_data_manager.h", |
| 323 "background_fetch/background_fetch_job_controller.cc", | 323 "background_fetch/background_fetch_job_controller.cc", |
| 324 "background_fetch/background_fetch_job_controller.h", | 324 "background_fetch/background_fetch_job_controller.h", |
| 325 "background_fetch/background_fetch_job_data.cc", | 325 "background_fetch/background_fetch_job_data.cc", |
| 326 "background_fetch/background_fetch_job_data.h", | 326 "background_fetch/background_fetch_job_data.h", |
| 327 "background_fetch/background_fetch_job_info.cc", | 327 "background_fetch/background_fetch_job_info.cc", |
| 328 "background_fetch/background_fetch_job_info.h", | 328 "background_fetch/background_fetch_job_info.h", |
| 329 "background_fetch/background_fetch_request_info.cc", | 329 "background_fetch/background_fetch_request_info.cc", |
| 330 "background_fetch/background_fetch_request_info.h", | 330 "background_fetch/background_fetch_request_info.h", |
| 331 "background_fetch/background_fetch_service_impl.cc", |
| 332 "background_fetch/background_fetch_service_impl.h", |
| 331 "background_sync/background_sync_context.cc", | 333 "background_sync/background_sync_context.cc", |
| 332 "background_sync/background_sync_context.h", | 334 "background_sync/background_sync_context.h", |
| 333 "background_sync/background_sync_manager.cc", | 335 "background_sync/background_sync_manager.cc", |
| 334 "background_sync/background_sync_manager.h", | 336 "background_sync/background_sync_manager.h", |
| 335 "background_sync/background_sync_metrics.cc", | 337 "background_sync/background_sync_metrics.cc", |
| 336 "background_sync/background_sync_metrics.h", | 338 "background_sync/background_sync_metrics.h", |
| 337 "background_sync/background_sync_network_observer.cc", | 339 "background_sync/background_sync_network_observer.cc", |
| 338 "background_sync/background_sync_network_observer.h", | 340 "background_sync/background_sync_network_observer.h", |
| 339 "background_sync/background_sync_registration.cc", | 341 "background_sync/background_sync_registration.cc", |
| 340 "background_sync/background_sync_registration.h", | 342 "background_sync/background_sync_registration.h", |
| (...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2034 if (!is_component_build) { | 2036 if (!is_component_build) { |
| 2035 public_deps = [ | 2037 public_deps = [ |
| 2036 ":browser", | 2038 ":browser", |
| 2037 ] | 2039 ] |
| 2038 } else { | 2040 } else { |
| 2039 public_deps = [ | 2041 public_deps = [ |
| 2040 "//third_party/leveldatabase", | 2042 "//third_party/leveldatabase", |
| 2041 ] | 2043 ] |
| 2042 } | 2044 } |
| 2043 } | 2045 } |
| OLD | NEW |