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

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

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t warnings Created 4 years, 7 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/content_tests.gypi ('k') | content/renderer/android/synchronous_compositor_proxy.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("//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 10
(...skipping 14 matching lines...) Expand all
25 "//build/config/compiler:no_size_t_to_int_warning", 25 "//build/config/compiler:no_size_t_to_int_warning",
26 "//content/public/common:mojo_shell_client", 26 "//content/public/common:mojo_shell_client",
27 ] 27 ]
28 defines = [] 28 defines = []
29 29
30 public_deps = [] 30 public_deps = []
31 deps = [ 31 deps = [
32 "//base:i18n", 32 "//base:i18n",
33 "//cc", 33 "//cc",
34 "//cc/blink", 34 "//cc/blink",
35 "//cc/ipc",
35 "//cc/proto", 36 "//cc/proto",
36 "//cc/surfaces", 37 "//cc/surfaces",
37 "//cc/surfaces:surface_id", 38 "//cc/surfaces:surface_id",
38 "//components/scheduler:scheduler", 39 "//components/scheduler:scheduler",
39 "//components/url_formatter", 40 "//components/url_formatter",
40 "//content:resources", 41 "//content:resources",
41 "//content/child", 42 "//content/child",
42 "//content/common", 43 "//content/common",
43 "//content/gpu:gpu_sources", 44 "//content/gpu:gpu_sources",
44 "//content/public/child:child_sources", 45 "//content/public/child:child_sources",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 # For the defines in mojo_media_config. 260 # For the defines in mojo_media_config.
260 public_configs = [ "//media/mojo/services:mojo_media_config" ] 261 public_configs = [ "//media/mojo/services:mojo_media_config" ]
261 } 262 }
262 263
263 if (!is_component_build) { 264 if (!is_component_build) {
264 public_deps = [ 265 public_deps = [
265 ":renderer", 266 ":renderer",
266 ] 267 ]
267 } 268 }
268 } 269 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/android/synchronous_compositor_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698