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

Side by Side Diff: components/display_compositor/BUILD.gn

Issue 2493913002: Mus: Move InProcessCommandBuffer and GLInProcessContext to gpu/ipc (Closed)
Patch Set: Fixed casts on windows Created 4 years, 1 month 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/test/test_in_process_context_provider.cc ('k') | components/display_compositor/DEPS » ('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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("display_compositor") { 8 component("display_compositor") {
9 sources = [ 9 sources = [
10 "buffer_queue.cc", 10 "buffer_queue.cc",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//build/config/compiler:no_size_t_to_int_warning", 74 "//build/config/compiler:no_size_t_to_int_warning",
75 "//third_party/khronos:khronos_headers", 75 "//third_party/khronos:khronos_headers",
76 ] 76 ]
77 77
78 deps = [ 78 deps = [
79 ":display_compositor", 79 ":display_compositor",
80 "//base", 80 "//base",
81 "//base/test:test_support", 81 "//base/test:test_support",
82 "//cc:test_support", 82 "//cc:test_support",
83 "//gpu/command_buffer/client", 83 "//gpu/command_buffer/client",
84 "//gpu/command_buffer/client:gl_in_process_context",
85 "//gpu/command_buffer/client:gles2_implementation", 84 "//gpu/command_buffer/client:gles2_implementation",
85 "//gpu/ipc:gl_in_process_context",
86 "//media", 86 "//media",
87 "//skia", 87 "//skia",
88 "//testing/gmock", 88 "//testing/gmock",
89 "//testing/gtest", 89 "//testing/gtest",
90 "//ui/display/types", 90 "//ui/display/types",
91 "//ui/gl:test_support", 91 "//ui/gl:test_support",
92 ] 92 ]
93 93
94 data_deps = [ 94 data_deps = [
95 "//third_party/mesa:osmesa", 95 "//third_party/mesa:osmesa",
(...skipping 13 matching lines...) Expand all
109 "//build/config/compiler:no_size_t_to_int_warning", 109 "//build/config/compiler:no_size_t_to_int_warning",
110 "//third_party/khronos:khronos_headers", 110 "//third_party/khronos:khronos_headers",
111 ] 111 ]
112 112
113 deps = [ 113 deps = [
114 ":display_compositor", 114 ":display_compositor",
115 "//base", 115 "//base",
116 "//base/test:test_support", 116 "//base/test:test_support",
117 "//cc:test_support", 117 "//cc:test_support",
118 "//gpu/command_buffer/client", 118 "//gpu/command_buffer/client",
119 "//gpu/command_buffer/client:gl_in_process_context",
120 "//gpu/command_buffer/client:gles2_implementation", 119 "//gpu/command_buffer/client:gles2_implementation",
120 "//gpu/ipc:gl_in_process_context",
121 "//media", 121 "//media",
122 "//skia", 122 "//skia",
123 "//testing/gmock", 123 "//testing/gmock",
124 "//testing/gtest", 124 "//testing/gtest",
125 "//ui/gl:test_support", 125 "//ui/gl:test_support",
126 ] 126 ]
127 127
128 data_deps = [ 128 data_deps = [
129 "//third_party/mesa:osmesa", 129 "//third_party/mesa:osmesa",
130 ] 130 ]
(...skipping 11 matching lines...) Expand all
142 "//build/config/compiler:no_size_t_to_int_warning", 142 "//build/config/compiler:no_size_t_to_int_warning",
143 "//third_party/khronos:khronos_headers", 143 "//third_party/khronos:khronos_headers",
144 ] 144 ]
145 145
146 deps = [ 146 deps = [
147 ":display_compositor", 147 ":display_compositor",
148 "//base", 148 "//base",
149 "//base/test:test_support", 149 "//base/test:test_support",
150 "//cc:test_support", 150 "//cc:test_support",
151 "//gpu/command_buffer/client", 151 "//gpu/command_buffer/client",
152 "//gpu/command_buffer/client:gl_in_process_context",
153 "//gpu/command_buffer/client:gles2_implementation", 152 "//gpu/command_buffer/client:gles2_implementation",
153 "//gpu/ipc:gl_in_process_context",
154 "//media", 154 "//media",
155 "//skia", 155 "//skia",
156 "//testing/gmock", 156 "//testing/gmock",
157 "//testing/gtest", 157 "//testing/gtest",
158 "//ui/gl:test_support", 158 "//ui/gl:test_support",
159 ] 159 ]
160 160
161 data_deps = [ 161 data_deps = [
162 "//third_party/mesa:osmesa", 162 "//third_party/mesa:osmesa",
163 ] 163 ]
164 } 164 }
OLDNEW
« no previous file with comments | « cc/test/test_in_process_context_provider.cc ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698