| 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 "memory/memory_coordinator.cc", | 900 "memory/memory_coordinator.cc", |
| 901 "memory/memory_coordinator.h", | 901 "memory/memory_coordinator.h", |
| 902 "memory/memory_coordinator_impl.cc", | 902 "memory/memory_coordinator_impl.cc", |
| 903 "memory/memory_coordinator_impl.h", | 903 "memory/memory_coordinator_impl.h", |
| 904 "memory/memory_message_filter.cc", | 904 "memory/memory_message_filter.cc", |
| 905 "memory/memory_message_filter.h", | 905 "memory/memory_message_filter.h", |
| 906 "memory/memory_monitor.cc", | 906 "memory/memory_monitor.cc", |
| 907 "memory/memory_monitor.h", | 907 "memory/memory_monitor.h", |
| 908 "memory/memory_monitor_android.cc", | 908 "memory/memory_monitor_android.cc", |
| 909 "memory/memory_monitor_android.h", | 909 "memory/memory_monitor_android.h", |
| 910 "memory/memory_monitor_mac.cc", |
| 911 "memory/memory_monitor_mac.h", |
| 910 "memory/memory_monitor_win.cc", | 912 "memory/memory_monitor_win.cc", |
| 911 "memory/memory_monitor_win.h", | 913 "memory/memory_monitor_win.h", |
| 912 "memory/memory_pressure_controller_impl.cc", | 914 "memory/memory_pressure_controller_impl.cc", |
| 913 "memory/memory_pressure_controller_impl.h", | 915 "memory/memory_pressure_controller_impl.h", |
| 914 "message_port_message_filter.cc", | 916 "message_port_message_filter.cc", |
| 915 "message_port_message_filter.h", | 917 "message_port_message_filter.h", |
| 916 "message_port_provider.cc", | 918 "message_port_provider.cc", |
| 917 "message_port_service.cc", | 919 "message_port_service.cc", |
| 918 "message_port_service.h", | 920 "message_port_service.h", |
| 919 "mime_registry_impl.cc", | 921 "mime_registry_impl.cc", |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 if (!is_component_build) { | 1974 if (!is_component_build) { |
| 1973 public_deps = [ | 1975 public_deps = [ |
| 1974 ":browser", | 1976 ":browser", |
| 1975 ] | 1977 ] |
| 1976 } else { | 1978 } else { |
| 1977 public_deps = [ | 1979 public_deps = [ |
| 1978 "//third_party/leveldatabase", | 1980 "//third_party/leveldatabase", |
| 1979 ] | 1981 ] |
| 1980 } | 1982 } |
| 1981 } | 1983 } |
| OLD | NEW |