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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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/public/test/render_view_test.cc ('k') | content/renderer/gpu/compositor_dependencies.h » ('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("//content/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 24 matching lines...) Expand all
35 public_deps = [] 35 public_deps = []
36 deps = [ 36 deps = [
37 "//base:i18n", 37 "//base:i18n",
38 "//cc", 38 "//cc",
39 "//cc/blink", 39 "//cc/blink",
40 "//cc/ipc", 40 "//cc/ipc",
41 "//cc/proto", 41 "//cc/proto",
42 "//cc/surfaces", 42 "//cc/surfaces",
43 "//cc/surfaces:surface_id", 43 "//cc/surfaces:surface_id",
44 "//components/memory_coordinator/child", 44 "//components/memory_coordinator/child",
45 "//components/scheduler:scheduler",
46 "//components/url_formatter", 45 "//components/url_formatter",
47 "//content:resources", 46 "//content:resources",
48 "//content/child", 47 "//content/child",
49 "//content/common", 48 "//content/common",
50 "//content/gpu:gpu_sources", 49 "//content/gpu:gpu_sources",
51 "//content/public/child:child_sources", 50 "//content/public/child:child_sources",
52 "//content/public/common:common_sources", 51 "//content/public/common:common_sources",
53 "//content/public/common:feature_h264_with_openh264_ffmpeg", 52 "//content/public/common:feature_h264_with_openh264_ffmpeg",
54 "//content/public/common:features", 53 "//content/public/common:features",
55 "//crypto:platform", 54 "//crypto:platform",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 # For the defines in mojo_media_config. 272 # For the defines in mojo_media_config.
274 public_configs = [ "//media/mojo/services:mojo_media_config" ] 273 public_configs = [ "//media/mojo/services:mojo_media_config" ]
275 } 274 }
276 275
277 if (!is_component_build) { 276 if (!is_component_build) {
278 public_deps = [ 277 public_deps = [
279 ":renderer", 278 ":renderer",
280 ] 279 ]
281 } 280 }
282 } 281 }
OLDNEW
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/gpu/compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698