| 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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 709     "indexed_db/indexed_db_dispatcher_host.h", | 709     "indexed_db/indexed_db_dispatcher_host.h", | 
| 710     "indexed_db/indexed_db_factory.h", | 710     "indexed_db/indexed_db_factory.h", | 
| 711     "indexed_db/indexed_db_factory_impl.cc", | 711     "indexed_db/indexed_db_factory_impl.cc", | 
| 712     "indexed_db/indexed_db_factory_impl.h", | 712     "indexed_db/indexed_db_factory_impl.h", | 
| 713     "indexed_db/indexed_db_index_writer.cc", | 713     "indexed_db/indexed_db_index_writer.cc", | 
| 714     "indexed_db/indexed_db_index_writer.h", | 714     "indexed_db/indexed_db_index_writer.h", | 
| 715     "indexed_db/indexed_db_internals_ui.cc", | 715     "indexed_db/indexed_db_internals_ui.cc", | 
| 716     "indexed_db/indexed_db_internals_ui.h", | 716     "indexed_db/indexed_db_internals_ui.h", | 
| 717     "indexed_db/indexed_db_leveldb_coding.cc", | 717     "indexed_db/indexed_db_leveldb_coding.cc", | 
| 718     "indexed_db/indexed_db_leveldb_coding.h", | 718     "indexed_db/indexed_db_leveldb_coding.h", | 
| 719     "indexed_db/indexed_db_observation.cc", |  | 
| 720     "indexed_db/indexed_db_observation.h", |  | 
| 721     "indexed_db/indexed_db_observer.cc", | 719     "indexed_db/indexed_db_observer.cc", | 
| 722     "indexed_db/indexed_db_observer.h", | 720     "indexed_db/indexed_db_observer.h", | 
| 723     "indexed_db/indexed_db_observer_changes.cc", |  | 
| 724     "indexed_db/indexed_db_observer_changes.h", |  | 
| 725     "indexed_db/indexed_db_pending_connection.cc", | 721     "indexed_db/indexed_db_pending_connection.cc", | 
| 726     "indexed_db/indexed_db_pending_connection.h", | 722     "indexed_db/indexed_db_pending_connection.h", | 
| 727     "indexed_db/indexed_db_quota_client.cc", | 723     "indexed_db/indexed_db_quota_client.cc", | 
| 728     "indexed_db/indexed_db_quota_client.h", | 724     "indexed_db/indexed_db_quota_client.h", | 
| 729     "indexed_db/indexed_db_return_value.h", | 725     "indexed_db/indexed_db_return_value.h", | 
| 730     "indexed_db/indexed_db_transaction.cc", | 726     "indexed_db/indexed_db_transaction.cc", | 
| 731     "indexed_db/indexed_db_transaction.h", | 727     "indexed_db/indexed_db_transaction.h", | 
| 732     "indexed_db/indexed_db_transaction_coordinator.cc", | 728     "indexed_db/indexed_db_transaction_coordinator.cc", | 
| 733     "indexed_db/indexed_db_transaction_coordinator.h", | 729     "indexed_db/indexed_db_transaction_coordinator.h", | 
| 734     "indexed_db/indexed_db_value.cc", | 730     "indexed_db/indexed_db_value.cc", | 
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1975   if (!is_component_build) { | 1971   if (!is_component_build) { | 
| 1976     public_deps = [ | 1972     public_deps = [ | 
| 1977       ":browser", | 1973       ":browser", | 
| 1978     ] | 1974     ] | 
| 1979   } else { | 1975   } else { | 
| 1980     public_deps = [ | 1976     public_deps = [ | 
| 1981       "//third_party/leveldatabase", | 1977       "//third_party/leveldatabase", | 
| 1982     ] | 1978     ] | 
| 1983   } | 1979   } | 
| 1984 } | 1980 } | 
| OLD | NEW | 
|---|