| 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("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 "histogram_message_filter.h", | 648 "histogram_message_filter.h", |
| 649 "histogram_subscriber.h", | 649 "histogram_subscriber.h", |
| 650 "histogram_synchronizer.cc", | 650 "histogram_synchronizer.cc", |
| 651 "histogram_synchronizer.h", | 651 "histogram_synchronizer.h", |
| 652 "host_zoom_level_context.cc", | 652 "host_zoom_level_context.cc", |
| 653 "host_zoom_level_context.h", | 653 "host_zoom_level_context.h", |
| 654 "host_zoom_map_impl.cc", | 654 "host_zoom_map_impl.cc", |
| 655 "host_zoom_map_impl.h", | 655 "host_zoom_map_impl.h", |
| 656 "host_zoom_map_observer.cc", | 656 "host_zoom_map_observer.cc", |
| 657 "host_zoom_map_observer.h", | 657 "host_zoom_map_observer.h", |
| 658 "indexed_db/cursor_impl.cc", |
| 659 "indexed_db/cursor_impl.h", |
| 658 "indexed_db/database_impl.cc", | 660 "indexed_db/database_impl.cc", |
| 659 "indexed_db/database_impl.h", | 661 "indexed_db/database_impl.h", |
| 660 "indexed_db/indexed_db.h", | 662 "indexed_db/indexed_db.h", |
| 661 "indexed_db/indexed_db_active_blob_registry.cc", | 663 "indexed_db/indexed_db_active_blob_registry.cc", |
| 662 "indexed_db/indexed_db_active_blob_registry.h", | 664 "indexed_db/indexed_db_active_blob_registry.h", |
| 663 "indexed_db/indexed_db_backing_store.cc", | 665 "indexed_db/indexed_db_backing_store.cc", |
| 664 "indexed_db/indexed_db_backing_store.h", | 666 "indexed_db/indexed_db_backing_store.h", |
| 665 "indexed_db/indexed_db_blob_info.cc", | 667 "indexed_db/indexed_db_blob_info.cc", |
| 666 "indexed_db/indexed_db_blob_info.h", | 668 "indexed_db/indexed_db_blob_info.h", |
| 667 "indexed_db/indexed_db_callbacks.cc", | 669 "indexed_db/indexed_db_callbacks.cc", |
| (...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 if (!is_component_build) { | 1955 if (!is_component_build) { |
| 1954 public_deps = [ | 1956 public_deps = [ |
| 1955 ":browser", | 1957 ":browser", |
| 1956 ] | 1958 ] |
| 1957 } else { | 1959 } else { |
| 1958 public_deps = [ | 1960 public_deps = [ |
| 1959 "//third_party/leveldatabase", | 1961 "//third_party/leveldatabase", |
| 1960 ] | 1962 ] |
| 1961 } | 1963 } |
| 1962 } | 1964 } |
| OLD | NEW |