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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "byte_stream.cc", | 341 "byte_stream.cc", |
342 "byte_stream.h", | 342 "byte_stream.h", |
343 "cache_storage/cache_storage.cc", | 343 "cache_storage/cache_storage.cc", |
344 "cache_storage/cache_storage.h", | 344 "cache_storage/cache_storage.h", |
345 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 345 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
346 "cache_storage/cache_storage_blob_to_disk_cache.h", | 346 "cache_storage/cache_storage_blob_to_disk_cache.h", |
347 "cache_storage/cache_storage_cache.cc", | 347 "cache_storage/cache_storage_cache.cc", |
348 "cache_storage/cache_storage_cache.h", | 348 "cache_storage/cache_storage_cache.h", |
349 "cache_storage/cache_storage_cache_handle.cc", | 349 "cache_storage/cache_storage_cache_handle.cc", |
350 "cache_storage/cache_storage_cache_handle.h", | 350 "cache_storage/cache_storage_cache_handle.h", |
| 351 "cache_storage/cache_storage_cache_observer.h", |
351 "cache_storage/cache_storage_context_impl.cc", | 352 "cache_storage/cache_storage_context_impl.cc", |
352 "cache_storage/cache_storage_context_impl.h", | 353 "cache_storage/cache_storage_context_impl.h", |
353 "cache_storage/cache_storage_dispatcher_host.cc", | 354 "cache_storage/cache_storage_dispatcher_host.cc", |
354 "cache_storage/cache_storage_dispatcher_host.h", | 355 "cache_storage/cache_storage_dispatcher_host.h", |
355 "cache_storage/cache_storage_histogram_macros.h", | 356 "cache_storage/cache_storage_histogram_macros.h", |
356 "cache_storage/cache_storage_manager.cc", | 357 "cache_storage/cache_storage_manager.cc", |
357 "cache_storage/cache_storage_manager.h", | 358 "cache_storage/cache_storage_manager.h", |
358 "cache_storage/cache_storage_operation.cc", | 359 "cache_storage/cache_storage_operation.cc", |
359 "cache_storage/cache_storage_operation.h", | 360 "cache_storage/cache_storage_operation.h", |
360 "cache_storage/cache_storage_quota_client.cc", | 361 "cache_storage/cache_storage_quota_client.cc", |
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 if (!is_component_build) { | 1953 if (!is_component_build) { |
1953 public_deps = [ | 1954 public_deps = [ |
1954 ":browser", | 1955 ":browser", |
1955 ] | 1956 ] |
1956 } else { | 1957 } else { |
1957 public_deps = [ | 1958 public_deps = [ |
1958 "//third_party/leveldatabase", | 1959 "//third_party/leveldatabase", |
1959 ] | 1960 ] |
1960 } | 1961 } |
1961 } | 1962 } |
OLD | NEW |