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

Unified Diff: content/public/gpu/BUILD.gn

Issue 1838493002: Fix building gpu twice in gn component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/BUILD.gn
diff --git a/content/public/gpu/BUILD.gn b/content/public/gpu/BUILD.gn
index c4c12f0b6c7da9570b5b737c95bfa425189f94d3..5f7e184c352f5c722a6c790818b7f66045bd7232 100644
--- a/content/public/gpu/BUILD.gn
+++ b/content/public/gpu/BUILD.gn
@@ -29,8 +29,8 @@ source_set("gpu_sources") {
"//content:export",
"//content/gpu:gpu_sources",
"//content/public/common:common_sources",
- "//gpu/command_buffer/service:service_sources",
- "//gpu/config:config_sources",
+ "//gpu/command_buffer/service",
+ "//gpu/config",
"//media:media",
]
« no previous file with comments | « no previous file | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698