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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 "memory/memory_message_filter.cc", | 981 "memory/memory_message_filter.cc", |
982 "memory/memory_message_filter.h", | 982 "memory/memory_message_filter.h", |
983 "memory/memory_monitor.cc", | 983 "memory/memory_monitor.cc", |
984 "memory/memory_monitor.h", | 984 "memory/memory_monitor.h", |
985 "memory/memory_monitor_android.cc", | 985 "memory/memory_monitor_android.cc", |
986 "memory/memory_monitor_android.h", | 986 "memory/memory_monitor_android.h", |
987 "memory/memory_monitor_win.cc", | 987 "memory/memory_monitor_win.cc", |
988 "memory/memory_monitor_win.h", | 988 "memory/memory_monitor_win.h", |
989 "memory/memory_pressure_controller_impl.cc", | 989 "memory/memory_pressure_controller_impl.cc", |
990 "memory/memory_pressure_controller_impl.h", | 990 "memory/memory_pressure_controller_impl.h", |
| 991 "memory/swap_metrics_observer.cc", |
| 992 "memory/swap_metrics_observer.h", |
| 993 "memory/swap_metrics_observer_linux.cc", |
| 994 "memory/swap_metrics_observer_linux.h", |
| 995 "memory/swap_metrics_observer_mac.cc", |
| 996 "memory/swap_metrics_observer_win.cc", |
991 "message_port_provider.cc", | 997 "message_port_provider.cc", |
992 "mime_registry_impl.cc", | 998 "mime_registry_impl.cc", |
993 "mime_registry_impl.h", | 999 "mime_registry_impl.h", |
994 "net/browser_online_state_observer.cc", | 1000 "net/browser_online_state_observer.cc", |
995 "net/browser_online_state_observer.h", | 1001 "net/browser_online_state_observer.h", |
996 "net/network_errors_listing_ui.cc", | 1002 "net/network_errors_listing_ui.cc", |
997 "net/network_errors_listing_ui.h", | 1003 "net/network_errors_listing_ui.h", |
998 "net/quota_policy_cookie_store.cc", | 1004 "net/quota_policy_cookie_store.cc", |
999 "net/quota_policy_cookie_store.h", | 1005 "net/quota_policy_cookie_store.h", |
1000 "net/view_blob_internals_job_factory.cc", | 1006 "net/view_blob_internals_job_factory.cc", |
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1855 "renderer_host/native_web_keyboard_event_android.cc", | 1861 "renderer_host/native_web_keyboard_event_android.cc", |
1856 "renderer_host/render_widget_host_view_android.cc", | 1862 "renderer_host/render_widget_host_view_android.cc", |
1857 "renderer_host/render_widget_host_view_android.h", | 1863 "renderer_host/render_widget_host_view_android.h", |
1858 "screen_orientation/screen_orientation_delegate_android.cc", | 1864 "screen_orientation/screen_orientation_delegate_android.cc", |
1859 "screen_orientation/screen_orientation_delegate_android.h", | 1865 "screen_orientation/screen_orientation_delegate_android.h", |
1860 "web_contents/web_contents_android.cc", | 1866 "web_contents/web_contents_android.cc", |
1861 "web_contents/web_contents_android.h", | 1867 "web_contents/web_contents_android.h", |
1862 "web_contents/web_contents_view_android.cc", | 1868 "web_contents/web_contents_view_android.cc", |
1863 "web_contents/web_contents_view_android.h", | 1869 "web_contents/web_contents_view_android.h", |
1864 ] | 1870 ] |
| 1871 |
| 1872 set_sources_assignment_filter([]) |
| 1873 sources += [ |
| 1874 "memory/swap_metrics_observer_linux.cc", |
| 1875 "memory/swap_metrics_observer_linux.h", |
| 1876 ] |
| 1877 set_sources_assignment_filter(sources_assignment_filter) |
| 1878 |
1865 sources -= [ | 1879 sources -= [ |
1866 "browser_ipc_logging.cc", | 1880 "browser_ipc_logging.cc", |
1867 "media/session/audio_focus_delegate_default.cc", | 1881 "media/session/audio_focus_delegate_default.cc", |
1868 "media/session/audio_focus_manager.cc", | 1882 "media/session/audio_focus_manager.cc", |
1869 "media/session/audio_focus_manager.h", | 1883 "media/session/audio_focus_manager.h", |
1870 "tracing/tracing_ui.cc", | 1884 "tracing/tracing_ui.cc", |
1871 "tracing/tracing_ui.h", | 1885 "tracing/tracing_ui.h", |
1872 ] | 1886 ] |
1873 deps += [ | 1887 deps += [ |
1874 "//content/public/android:jni", | 1888 "//content/public/android:jni", |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2073 if (!is_component_build) { | 2087 if (!is_component_build) { |
2074 public_deps = [ | 2088 public_deps = [ |
2075 ":browser", | 2089 ":browser", |
2076 ] | 2090 ] |
2077 } else { | 2091 } else { |
2078 public_deps = [ | 2092 public_deps = [ |
2079 "//third_party/leveldatabase", | 2093 "//third_party/leveldatabase", |
2080 ] | 2094 ] |
2081 } | 2095 } |
2082 } | 2096 } |
OLD | NEW |