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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/OWNERS ('k') | gpu/ipc/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index d99f57779615ea4873c73b649276f6344d58ad04..5d4cb18d692da35a117f9ba0beccbfb370dde78c 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("ipc") {
+group("common") {
if (is_component_build) {
public_deps = [
"//gpu",
@@ -18,14 +18,21 @@ source_set("ipc_common_sources") {
visibility = [ "//gpu/*" ]
sources = [
+ "gpu_command_buffer_traits.cc",
+ "gpu_command_buffer_traits.h",
+ "id_type_traits.h",
"memory_stats.cc",
"memory_stats.h",
]
- configs += [ "//gpu:gpu_implementation" ]
+ configs += [
+ "//gpu:gpu_implementation",
+ "//third_party/khronos:khronos_headers",
+ ]
deps = [
"//base",
+ "//gpu/command_buffer/common:common_sources",
"//ipc",
]
}
« no previous file with comments | « gpu/ipc/OWNERS ('k') | gpu/ipc/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698