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

Unified Diff: ui/gfx/BUILD.gn

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index da4068341e6ca51dfca6f4a6e3b6fca8233d08bd..57c287cb5c6812ccb817de9335bd4d13adb1166c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -497,10 +497,13 @@ source_set("memory_buffer_sources") {
if (!is_ios) {
sources += [
+ "gpu_fence.h",
"gpu_memory_buffer.cc",
"gpu_memory_buffer.h",
"gpu_memory_buffer_tracing.cc",
"gpu_memory_buffer_tracing.h",
+ "shared_event.cc",
+ "shared_event.h",
]
}
@@ -618,6 +621,7 @@ test("gfx_unittests") {
"selection_bound_unittest.cc",
"sequential_id_generator_unittest.cc",
"shadow_value_unittest.cc",
+ "shared_event_unittest.cc",
"skbitmap_operations_unittest.cc",
"skrect_conversion_unittest.cc",
"transform_util_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698