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

Unified Diff: components/viz/common/BUILD.gn

Issue 2939953004: viz: Move some code into //components/viz/common. (Closed)
Patch Set: . Created 3 years, 6 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 | « no previous file | components/viz/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/BUILD.gn
diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..01f96cb87adf1b44156388bdddd806d9354de337
--- /dev/null
+++ b/components/viz/common/BUILD.gn
@@ -0,0 +1,22 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("common") {
+ sources = [
+ "server_gpu_memory_buffer_manager.cc",
+ "server_gpu_memory_buffer_manager.h",
+ ]
+
+ deps = [
+ "//gpu/ipc/client",
+ "//gpu/ipc/common",
+ "//services/ui/gpu/interfaces",
+ ]
+
+ public_deps = [
+ "//gpu/command_buffer/client",
+ "//gpu/ipc/host",
+ "//ui/gfx",
+ ]
+}
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698