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

Side by Side Diff: cc/ipc/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none Created 3 years, 9 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 | « cc/input/single_scrollbar_animation_controller_thinning.h ('k') | cc/ipc/cc_param_traits.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 cc_component("ipc") { 9 cc_component("ipc") {
10 output_name = "cc_ipc" 10 output_name = "cc_ipc"
11 11
12 defines = [ "CC_IPC_IMPLEMENTATION" ] 12 defines = [ "CC_IPC_IMPLEMENTATION" ]
13 13
14 sources = [ 14 sources = [
15 "cc_ipc_export.h", 15 "cc_ipc_export.h",
16 "cc_param_traits.cc", 16 "cc_param_traits.cc",
17 "cc_param_traits.h", 17 "cc_param_traits.h",
18 "cc_param_traits_macros.h", 18 "cc_param_traits_macros.h",
19 ] 19 ]
20 20
21 public_deps = [ 21 public_deps = [
22 "//cc", 22 "//cc",
23 "//cc/paint",
danakj 2017/03/16 17:00:24 looks like this is only for FilterOps so would go
23 "//cc/surfaces", 24 "//cc/surfaces",
24 "//skia", 25 "//skia",
25 ] 26 ]
26 27
27 deps = [ 28 deps = [
28 "//base", 29 "//base",
29 "//gpu/ipc/common", 30 "//gpu/ipc/common",
30 "//ipc", 31 "//ipc",
31 "//ui/events/ipc", 32 "//ui/events/ipc",
32 "//ui/gfx", 33 "//ui/gfx",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 mojom("test_interfaces") { 78 mojom("test_interfaces") {
78 testonly = true 79 testonly = true
79 sources = [ 80 sources = [
80 "traits_test_service.mojom", 81 "traits_test_service.mojom",
81 ] 82 ]
82 83
83 public_deps = [ 84 public_deps = [
84 ":interfaces", 85 ":interfaces",
85 ] 86 ]
86 } 87 }
OLDNEW
« no previous file with comments | « cc/input/single_scrollbar_animation_controller_thinning.h ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698