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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
9 | 9 |
10 source_set("browser") { | 10 source_set("browser") { |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "byte_stream.cc", | 332 "byte_stream.cc", |
333 "byte_stream.h", | 333 "byte_stream.h", |
334 "cache_storage/cache_storage.cc", | 334 "cache_storage/cache_storage.cc", |
335 "cache_storage/cache_storage.h", | 335 "cache_storage/cache_storage.h", |
336 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 336 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
337 "cache_storage/cache_storage_blob_to_disk_cache.h", | 337 "cache_storage/cache_storage_blob_to_disk_cache.h", |
338 "cache_storage/cache_storage_cache.cc", | 338 "cache_storage/cache_storage_cache.cc", |
339 "cache_storage/cache_storage_cache.h", | 339 "cache_storage/cache_storage_cache.h", |
340 "cache_storage/cache_storage_cache_handle.cc", | 340 "cache_storage/cache_storage_cache_handle.cc", |
341 "cache_storage/cache_storage_cache_handle.h", | 341 "cache_storage/cache_storage_cache_handle.h", |
| 342 "cache_storage/cache_storage_cache_observer.h", |
342 "cache_storage/cache_storage_context_impl.cc", | 343 "cache_storage/cache_storage_context_impl.cc", |
343 "cache_storage/cache_storage_context_impl.h", | 344 "cache_storage/cache_storage_context_impl.h", |
344 "cache_storage/cache_storage_dispatcher_host.cc", | 345 "cache_storage/cache_storage_dispatcher_host.cc", |
345 "cache_storage/cache_storage_dispatcher_host.h", | 346 "cache_storage/cache_storage_dispatcher_host.h", |
346 "cache_storage/cache_storage_histogram_macros.h", | 347 "cache_storage/cache_storage_histogram_macros.h", |
347 "cache_storage/cache_storage_manager.cc", | 348 "cache_storage/cache_storage_manager.cc", |
348 "cache_storage/cache_storage_manager.h", | 349 "cache_storage/cache_storage_manager.h", |
349 "cache_storage/cache_storage_operation.cc", | 350 "cache_storage/cache_storage_operation.cc", |
350 "cache_storage/cache_storage_operation.h", | 351 "cache_storage/cache_storage_operation.h", |
351 "cache_storage/cache_storage_quota_client.cc", | 352 "cache_storage/cache_storage_quota_client.cc", |
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1939 if (!is_component_build) { | 1940 if (!is_component_build) { |
1940 public_deps = [ | 1941 public_deps = [ |
1941 ":browser", | 1942 ":browser", |
1942 ] | 1943 ] |
1943 } else { | 1944 } else { |
1944 public_deps = [ | 1945 public_deps = [ |
1945 "//third_party/leveldatabase", | 1946 "//third_party/leveldatabase", |
1946 ] | 1947 ] |
1947 } | 1948 } |
1948 } | 1949 } |
OLD | NEW |