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

Unified Diff: content/gpu/BUILD.gn

Issue 1799713002: gpu_host_messages.h => content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unnecessary include Created 4 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 side-by-side diff with in-line comments
Download patch
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 7274e73717618bc0b800cccecca926d5acb26b7e..94503da0912dc29486e90264a41ffb2049b5d524 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -25,8 +25,11 @@ source_set("gpu_sources") {
visibility = [ "//content/*" ]
sources = [
+ "content_gpu_message_generator.cc",
+ "content_gpu_message_generator.h",
"gpu_child_thread.cc",
"gpu_child_thread.h",
+ "gpu_host_messages.h",
"gpu_main.cc",
"gpu_process.cc",
"gpu_process.h",
@@ -44,7 +47,10 @@ source_set("gpu_sources") {
"//base",
"//content:export",
"//content/public/child:child_sources",
+ "//content/public/common:common_sources",
"//gpu:gpu",
+ "//gpu/ipc/common",
+ "//ipc",
"//mojo/shell/public/interfaces",
"//skia",
"//ui/gl",

Powered by Google App Engine
This is Rietveld 408576698