| 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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 "memory/memory_message_filter.cc", | 927 "memory/memory_message_filter.cc", |
| 928 "memory/memory_message_filter.h", | 928 "memory/memory_message_filter.h", |
| 929 "memory/memory_monitor.cc", | 929 "memory/memory_monitor.cc", |
| 930 "memory/memory_monitor.h", | 930 "memory/memory_monitor.h", |
| 931 "memory/memory_monitor_android.cc", | 931 "memory/memory_monitor_android.cc", |
| 932 "memory/memory_monitor_android.h", | 932 "memory/memory_monitor_android.h", |
| 933 "memory/memory_monitor_win.cc", | 933 "memory/memory_monitor_win.cc", |
| 934 "memory/memory_monitor_win.h", | 934 "memory/memory_monitor_win.h", |
| 935 "memory/memory_pressure_controller_impl.cc", | 935 "memory/memory_pressure_controller_impl.cc", |
| 936 "memory/memory_pressure_controller_impl.h", | 936 "memory/memory_pressure_controller_impl.h", |
| 937 "memory/memory_state_updater.cc", |
| 938 "memory/memory_state_updater.h", |
| 937 "message_port_message_filter.cc", | 939 "message_port_message_filter.cc", |
| 938 "message_port_message_filter.h", | 940 "message_port_message_filter.h", |
| 939 "message_port_provider.cc", | 941 "message_port_provider.cc", |
| 940 "message_port_service.cc", | 942 "message_port_service.cc", |
| 941 "message_port_service.h", | 943 "message_port_service.h", |
| 942 "mime_registry_impl.cc", | 944 "mime_registry_impl.cc", |
| 943 "mime_registry_impl.h", | 945 "mime_registry_impl.h", |
| 944 "net/browser_online_state_observer.cc", | 946 "net/browser_online_state_observer.cc", |
| 945 "net/browser_online_state_observer.h", | 947 "net/browser_online_state_observer.h", |
| 946 "net/network_errors_listing_ui.cc", | 948 "net/network_errors_listing_ui.cc", |
| (...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 if (!is_component_build) { | 1980 if (!is_component_build) { |
| 1979 public_deps = [ | 1981 public_deps = [ |
| 1980 ":browser", | 1982 ":browser", |
| 1981 ] | 1983 ] |
| 1982 } else { | 1984 } else { |
| 1983 public_deps = [ | 1985 public_deps = [ |
| 1984 "//third_party/leveldatabase", | 1986 "//third_party/leveldatabase", |
| 1985 ] | 1987 ] |
| 1986 } | 1988 } |
| 1987 } | 1989 } |
| OLD | NEW |