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

Unified Diff: content/gpu/BUILD.gn

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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 35fc15ea336f7cac5739700a681dd582f300bd84..eb6b89bdc3db4e068756284d93d895f17e3e2118 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -45,14 +45,15 @@ source_set("gpu_sources") {
"//base",
"//base/third_party/dynamic_annotations",
"//components/tracing",
- "//content:export",
"//content/common",
"//content/public/child:child_sources",
"//content/public/common:common_sources",
- "//gpu:gpu",
+ "//content:export",
"//gpu/ipc/common:command_buffer_traits",
"//gpu/ipc/service",
+ "//gpu:gpu",
"//ipc",
+ "//media/gpu/ipc/service",
"//media/mojo/services:application_factory",
"//services/shell/public/interfaces",
"//skia",

Powered by Google App Engine
This is Rietveld 408576698