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

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

Issue 2687903003: Add TaskScheduler initialization arguments to ChildProcess. (Closed)
Patch Set: default Created 3 years, 10 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 | « content/child/child_process.cc ('k') | content/renderer/in_process_renderer_thread.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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "presentation/presentation_connection_proxy.cc", 282 "presentation/presentation_connection_proxy.cc",
283 "presentation/presentation_connection_proxy.h", 283 "presentation/presentation_connection_proxy.h",
284 "presentation/presentation_dispatcher.cc", 284 "presentation/presentation_dispatcher.cc",
285 "presentation/presentation_dispatcher.h", 285 "presentation/presentation_dispatcher.h",
286 "push_messaging/push_messaging_dispatcher.cc", 286 "push_messaging/push_messaging_dispatcher.cc",
287 "push_messaging/push_messaging_dispatcher.h", 287 "push_messaging/push_messaging_dispatcher.h",
288 "render_frame_impl.cc", 288 "render_frame_impl.cc",
289 "render_frame_impl.h", 289 "render_frame_impl.h",
290 "render_frame_proxy.cc", 290 "render_frame_proxy.cc",
291 "render_frame_proxy.h", 291 "render_frame_proxy.h",
292 "render_process.cc",
292 "render_process.h", 293 "render_process.h",
293 "render_process_impl.cc", 294 "render_process_impl.cc",
294 "render_process_impl.h", 295 "render_process_impl.h",
295 "render_thread_impl.cc", 296 "render_thread_impl.cc",
296 "render_thread_impl.h", 297 "render_thread_impl.h",
297 "render_view_impl.cc", 298 "render_view_impl.cc",
298 "render_view_impl.h", 299 "render_view_impl.h",
299 "render_view_impl_android.cc", 300 "render_view_impl_android.cc",
300 "render_view_linux.cc", 301 "render_view_linux.cc",
301 "render_view_win.cc", 302 "render_view_win.cc",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 # For the defines in mojo_media_config. 934 # For the defines in mojo_media_config.
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] 935 public_configs = [ "//media/mojo/services:mojo_media_config" ]
935 } 936 }
936 937
937 if (!is_component_build) { 938 if (!is_component_build) {
938 public_deps = [ 939 public_deps = [
939 ":renderer", 940 ":renderer",
940 ] 941 ]
941 } 942 }
942 } 943 }
OLDNEW
« no previous file with comments | « content/child/child_process.cc ('k') | content/renderer/in_process_renderer_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698