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

Unified Diff: content/test/BUILD.gn

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: separate VGEM part to another CL Created 5 years, 5 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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4a10b6d6657a912db51ab8cd6bc62535e27d96ce..2913f83c8c1e6d45243bbadf98881ccb1a1d01a4 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -129,6 +129,11 @@ source_set("test_support") {
if (use_ozone) {
deps += [ "//ui/ozone" ]
+ } else {
+ sources -= [
+ "test_native_pixmap_manager_ozone.cc",
+ "test_native_pixmap_manager_ozone.h",
+ ]
}
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698