| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 977 "memory/memory_message_filter.cc", | 977 "memory/memory_message_filter.cc", |
| 978 "memory/memory_message_filter.h", | 978 "memory/memory_message_filter.h", |
| 979 "memory/memory_monitor.cc", | 979 "memory/memory_monitor.cc", |
| 980 "memory/memory_monitor.h", | 980 "memory/memory_monitor.h", |
| 981 "memory/memory_monitor_android.cc", | 981 "memory/memory_monitor_android.cc", |
| 982 "memory/memory_monitor_android.h", | 982 "memory/memory_monitor_android.h", |
| 983 "memory/memory_monitor_win.cc", | 983 "memory/memory_monitor_win.cc", |
| 984 "memory/memory_monitor_win.h", | 984 "memory/memory_monitor_win.h", |
| 985 "memory/memory_pressure_controller_impl.cc", | 985 "memory/memory_pressure_controller_impl.cc", |
| 986 "memory/memory_pressure_controller_impl.h", | 986 "memory/memory_pressure_controller_impl.h", |
| 987 "memory/swap_metrics_observer.cc", |
| 988 "memory/swap_metrics_observer.h", |
| 989 "memory/swap_metrics_observer_linux.cc", |
| 990 "memory/swap_metrics_observer_linux.h", |
| 991 "memory/swap_metrics_observer_mac.cc", |
| 992 "memory/swap_metrics_observer_win.cc", |
| 987 "message_port_provider.cc", | 993 "message_port_provider.cc", |
| 988 "mime_registry_impl.cc", | 994 "mime_registry_impl.cc", |
| 989 "mime_registry_impl.h", | 995 "mime_registry_impl.h", |
| 990 "net/browser_online_state_observer.cc", | 996 "net/browser_online_state_observer.cc", |
| 991 "net/browser_online_state_observer.h", | 997 "net/browser_online_state_observer.h", |
| 992 "net/network_errors_listing_ui.cc", | 998 "net/network_errors_listing_ui.cc", |
| 993 "net/network_errors_listing_ui.h", | 999 "net/network_errors_listing_ui.h", |
| 994 "net/quota_policy_cookie_store.cc", | 1000 "net/quota_policy_cookie_store.cc", |
| 995 "net/quota_policy_cookie_store.h", | 1001 "net/quota_policy_cookie_store.h", |
| 996 "net/view_blob_internals_job_factory.cc", | 1002 "net/view_blob_internals_job_factory.cc", |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1851 "renderer_host/native_web_keyboard_event_android.cc", | 1857 "renderer_host/native_web_keyboard_event_android.cc", |
| 1852 "renderer_host/render_widget_host_view_android.cc", | 1858 "renderer_host/render_widget_host_view_android.cc", |
| 1853 "renderer_host/render_widget_host_view_android.h", | 1859 "renderer_host/render_widget_host_view_android.h", |
| 1854 "screen_orientation/screen_orientation_delegate_android.cc", | 1860 "screen_orientation/screen_orientation_delegate_android.cc", |
| 1855 "screen_orientation/screen_orientation_delegate_android.h", | 1861 "screen_orientation/screen_orientation_delegate_android.h", |
| 1856 "web_contents/web_contents_android.cc", | 1862 "web_contents/web_contents_android.cc", |
| 1857 "web_contents/web_contents_android.h", | 1863 "web_contents/web_contents_android.h", |
| 1858 "web_contents/web_contents_view_android.cc", | 1864 "web_contents/web_contents_view_android.cc", |
| 1859 "web_contents/web_contents_view_android.h", | 1865 "web_contents/web_contents_view_android.h", |
| 1860 ] | 1866 ] |
| 1867 |
| 1868 set_sources_assignment_filter([]) |
| 1869 sources += [ |
| 1870 "memory/swap_metrics_observer_linux.cc", |
| 1871 "memory/swap_metrics_observer_linux.h", |
| 1872 ] |
| 1873 set_sources_assignment_filter(sources_assignment_filter) |
| 1874 |
| 1861 sources -= [ | 1875 sources -= [ |
| 1862 "browser_ipc_logging.cc", | 1876 "browser_ipc_logging.cc", |
| 1863 "media/session/audio_focus_delegate_default.cc", | 1877 "media/session/audio_focus_delegate_default.cc", |
| 1864 "media/session/audio_focus_manager.cc", | 1878 "media/session/audio_focus_manager.cc", |
| 1865 "media/session/audio_focus_manager.h", | 1879 "media/session/audio_focus_manager.h", |
| 1866 "tracing/tracing_ui.cc", | 1880 "tracing/tracing_ui.cc", |
| 1867 "tracing/tracing_ui.h", | 1881 "tracing/tracing_ui.h", |
| 1868 ] | 1882 ] |
| 1869 deps += [ | 1883 deps += [ |
| 1870 "//content/public/android:jni", | 1884 "//content/public/android:jni", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 if (!is_component_build) { | 2083 if (!is_component_build) { |
| 2070 public_deps = [ | 2084 public_deps = [ |
| 2071 ":browser", | 2085 ":browser", |
| 2072 ] | 2086 ] |
| 2073 } else { | 2087 } else { |
| 2074 public_deps = [ | 2088 public_deps = [ |
| 2075 "//third_party/leveldatabase", | 2089 "//third_party/leveldatabase", |
| 2076 ] | 2090 ] |
| 2077 } | 2091 } |
| 2078 } | 2092 } |
| OLD | NEW |