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