Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: content/browser/BUILD.gn

Issue 2819493002: [Test] Move DelegatedFrameEvictor into components -public_deps (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/viz/frame_sinks/viz_export.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//components/filesystem:lib", 43 "//components/filesystem:lib",
44 "//components/leveldb:lib", 44 "//components/leveldb:lib",
45 "//components/link_header_util", 45 "//components/link_header_util",
46 "//components/mime_util", 46 "//components/mime_util",
47 "//components/payments/content:mojom_payment_app", 47 "//components/payments/content:mojom_payment_app",
48 "//components/rappor", 48 "//components/rappor",
49 "//components/tracing", 49 "//components/tracing",
50 "//components/tracing:startup_tracing", 50 "//components/tracing:startup_tracing",
51 "//components/url_formatter", 51 "//components/url_formatter",
52 "//components/variations", 52 "//components/variations",
53 "//components/viz/frame_sinks",
54 "//content:resources", 53 "//content:resources",
55 "//content/app/resources", 54 "//content/app/resources",
56 "//content/app/strings", 55 "//content/app/strings",
57 "//content/browser/background_sync:background_sync_proto", 56 "//content/browser/background_sync:background_sync_proto",
58 "//content/browser/cache_storage:cache_storage_proto", 57 "//content/browser/cache_storage:cache_storage_proto",
59 "//content/browser/devtools:protocol_sources", 58 "//content/browser/devtools:protocol_sources",
60 "//content/browser/devtools:resources", 59 "//content/browser/devtools:resources",
61 "//content/browser/dom_storage:local_storage_proto", 60 "//content/browser/dom_storage:local_storage_proto",
62 "//content/browser/notifications:notification_proto", 61 "//content/browser/notifications:notification_proto",
63 "//content/browser/payments:payment_app_proto", 62 "//content/browser/payments:payment_app_proto",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//ui/latency", 154 "//ui/latency",
156 "//ui/native_theme", 155 "//ui/native_theme",
157 "//ui/resources", 156 "//ui/resources",
158 "//ui/shell_dialogs", 157 "//ui/shell_dialogs",
159 "//ui/snapshot", 158 "//ui/snapshot",
160 "//ui/touch_selection", 159 "//ui/touch_selection",
161 "//v8:v8_version", 160 "//v8:v8_version",
162 ] 161 ]
163 162
164 public_deps = [ 163 public_deps = [
164 "//components/viz/frame_sinks",
165 "//ipc", 165 "//ipc",
166 "//media/mojo/interfaces:remoting", 166 "//media/mojo/interfaces:remoting",
167 "//third_party/leveldatabase", 167 "//third_party/leveldatabase",
168 ] 168 ]
169 169
170 sources = [ 170 sources = [
171 "$target_gen_dir/devtools/protocol/dom.cc", 171 "$target_gen_dir/devtools/protocol/dom.cc",
172 "$target_gen_dir/devtools/protocol/dom.h", 172 "$target_gen_dir/devtools/protocol/dom.h",
173 "$target_gen_dir/devtools/protocol/emulation.cc", 173 "$target_gen_dir/devtools/protocol/emulation.cc",
174 "$target_gen_dir/devtools/protocol/emulation.h", 174 "$target_gen_dir/devtools/protocol/emulation.h",
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "push_messaging/push_messaging_manager.h", 1041 "push_messaging/push_messaging_manager.h",
1042 "push_messaging/push_messaging_router.cc", 1042 "push_messaging/push_messaging_router.cc",
1043 "push_messaging/push_messaging_router.h", 1043 "push_messaging/push_messaging_router.h",
1044 "quota_dispatcher_host.cc", 1044 "quota_dispatcher_host.cc",
1045 "quota_dispatcher_host.h", 1045 "quota_dispatcher_host.h",
1046 "renderer_host/clipboard_message_filter.cc", 1046 "renderer_host/clipboard_message_filter.cc",
1047 "renderer_host/clipboard_message_filter.h", 1047 "renderer_host/clipboard_message_filter.h",
1048 "renderer_host/clipboard_message_filter_mac.mm", 1048 "renderer_host/clipboard_message_filter_mac.mm",
1049 "renderer_host/database_message_filter.cc", 1049 "renderer_host/database_message_filter.cc",
1050 "renderer_host/database_message_filter.h", 1050 "renderer_host/database_message_filter.h",
1051 "renderer_host/delegated_frame_evictor.cc",
1052 "renderer_host/delegated_frame_evictor.h",
1053 "renderer_host/dip_util.cc", 1051 "renderer_host/dip_util.cc",
1054 "renderer_host/dip_util.h", 1052 "renderer_host/dip_util.h",
1055 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 1053 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1056 "renderer_host/dwrite_font_proxy_message_filter_win.h", 1054 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1057 "renderer_host/event_with_latency_info.h", 1055 "renderer_host/event_with_latency_info.h",
1058 "renderer_host/file_utilities_message_filter.cc", 1056 "renderer_host/file_utilities_message_filter.cc",
1059 "renderer_host/file_utilities_message_filter.h", 1057 "renderer_host/file_utilities_message_filter.h",
1060 "renderer_host/font_utils_linux.cc", 1058 "renderer_host/font_utils_linux.cc",
1061 "renderer_host/font_utils_linux.h", 1059 "renderer_host/font_utils_linux.h",
1062 "renderer_host/frame_metadata_util.cc", 1060 "renderer_host/frame_metadata_util.cc",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 "renderer_host/render_widget_host_view_base.h", 1234 "renderer_host/render_widget_host_view_base.h",
1237 "renderer_host/render_widget_host_view_base_observer.cc", 1235 "renderer_host/render_widget_host_view_base_observer.cc",
1238 "renderer_host/render_widget_host_view_base_observer.h", 1236 "renderer_host/render_widget_host_view_base_observer.h",
1239 "renderer_host/render_widget_host_view_frame_subscriber.h", 1237 "renderer_host/render_widget_host_view_frame_subscriber.h",
1240 "renderer_host/render_widget_host_view_mac.h", 1238 "renderer_host/render_widget_host_view_mac.h",
1241 "renderer_host/render_widget_host_view_mac.mm", 1239 "renderer_host/render_widget_host_view_mac.mm",
1242 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", 1240 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1243 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", 1241 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1244 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", 1242 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1245 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", 1243 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1246 "renderer_host/renderer_frame_manager.cc",
1247 "renderer_host/renderer_frame_manager.h",
1248 "renderer_host/sandbox_ipc_linux.cc", 1244 "renderer_host/sandbox_ipc_linux.cc",
1249 "renderer_host/sandbox_ipc_linux.h", 1245 "renderer_host/sandbox_ipc_linux.h",
1250 "renderer_host/text_input_client_mac.h", 1246 "renderer_host/text_input_client_mac.h",
1251 "renderer_host/text_input_client_mac.mm", 1247 "renderer_host/text_input_client_mac.mm",
1252 "renderer_host/text_input_client_message_filter.h", 1248 "renderer_host/text_input_client_message_filter.h",
1253 "renderer_host/text_input_client_message_filter.mm", 1249 "renderer_host/text_input_client_message_filter.mm",
1254 "renderer_host/text_input_manager.cc", 1250 "renderer_host/text_input_manager.cc",
1255 "renderer_host/text_input_manager.h", 1251 "renderer_host/text_input_manager.h",
1256 "renderer_host/ui_events_helper.cc", 1252 "renderer_host/ui_events_helper.cc",
1257 "renderer_host/ui_events_helper.h", 1253 "renderer_host/ui_events_helper.h",
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 if (!is_component_build) { 2055 if (!is_component_build) {
2060 public_deps = [ 2056 public_deps = [
2061 ":browser", 2057 ":browser",
2062 ] 2058 ]
2063 } else { 2059 } else {
2064 public_deps = [ 2060 public_deps = [
2065 "//third_party/leveldatabase", 2061 "//third_party/leveldatabase",
2066 ] 2062 ]
2067 } 2063 }
2068 } 2064 }
OLDNEW
« no previous file with comments | « components/viz/frame_sinks/viz_export.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698