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

Unified Diff: content/common/BUILD.gn

Issue 688493003: [Ozone] Fix multiple definition of GpuMemoryBufferFactory::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 08a135301f96cb3713abef6cc06f4be55025441a..961ba088224e2dd5c7d722b60d9ce3e9d9de7cc1 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -155,6 +155,10 @@ source_set("common") {
"font_list_ozone.cc",
"gpu/gpu_memory_buffer_factory_ozone.cc",
]
+ } else {
+ sources -= [
+ "gpu/gpu_memory_buffer_factory_linux.cc",
+ ]
}
if (!use_aura) {
« no previous file with comments | « no previous file | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698