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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 "byte_stream.cc", | 385 "byte_stream.cc", |
386 "byte_stream.h", | 386 "byte_stream.h", |
387 "cache_storage/cache_storage.cc", | 387 "cache_storage/cache_storage.cc", |
388 "cache_storage/cache_storage.h", | 388 "cache_storage/cache_storage.h", |
389 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 389 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
390 "cache_storage/cache_storage_blob_to_disk_cache.h", | 390 "cache_storage/cache_storage_blob_to_disk_cache.h", |
391 "cache_storage/cache_storage_cache.cc", | 391 "cache_storage/cache_storage_cache.cc", |
392 "cache_storage/cache_storage_cache.h", | 392 "cache_storage/cache_storage_cache.h", |
393 "cache_storage/cache_storage_cache_handle.cc", | 393 "cache_storage/cache_storage_cache_handle.cc", |
394 "cache_storage/cache_storage_cache_handle.h", | 394 "cache_storage/cache_storage_cache_handle.h", |
| 395 "cache_storage/cache_storage_cache_observer.h", |
395 "cache_storage/cache_storage_context_impl.cc", | 396 "cache_storage/cache_storage_context_impl.cc", |
396 "cache_storage/cache_storage_context_impl.h", | 397 "cache_storage/cache_storage_context_impl.h", |
397 "cache_storage/cache_storage_dispatcher_host.cc", | 398 "cache_storage/cache_storage_dispatcher_host.cc", |
398 "cache_storage/cache_storage_dispatcher_host.h", | 399 "cache_storage/cache_storage_dispatcher_host.h", |
399 "cache_storage/cache_storage_histogram_macros.h", | 400 "cache_storage/cache_storage_histogram_macros.h", |
| 401 "cache_storage/cache_storage_index.cc", |
| 402 "cache_storage/cache_storage_index.h", |
400 "cache_storage/cache_storage_manager.cc", | 403 "cache_storage/cache_storage_manager.cc", |
401 "cache_storage/cache_storage_manager.h", | 404 "cache_storage/cache_storage_manager.h", |
402 "cache_storage/cache_storage_operation.cc", | 405 "cache_storage/cache_storage_operation.cc", |
403 "cache_storage/cache_storage_operation.h", | 406 "cache_storage/cache_storage_operation.h", |
404 "cache_storage/cache_storage_quota_client.cc", | 407 "cache_storage/cache_storage_quota_client.cc", |
405 "cache_storage/cache_storage_quota_client.h", | 408 "cache_storage/cache_storage_quota_client.h", |
406 "cache_storage/cache_storage_scheduler.cc", | 409 "cache_storage/cache_storage_scheduler.cc", |
407 "cache_storage/cache_storage_scheduler.h", | 410 "cache_storage/cache_storage_scheduler.h", |
408 "cache_storage/cache_storage_scheduler_client.h", | 411 "cache_storage/cache_storage_scheduler_client.h", |
409 "child_process_launcher.cc", | 412 "child_process_launcher.cc", |
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 if (!is_component_build) { | 1990 if (!is_component_build) { |
1988 public_deps = [ | 1991 public_deps = [ |
1989 ":browser", | 1992 ":browser", |
1990 ] | 1993 ] |
1991 } else { | 1994 } else { |
1992 public_deps = [ | 1995 public_deps = [ |
1993 "//third_party/leveldatabase", | 1996 "//third_party/leveldatabase", |
1994 ] | 1997 ] |
1995 } | 1998 } |
1996 } | 1999 } |
OLD | NEW |