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

Unified Diff: components/viz/common/BUILD.gn

Issue 2937233002: Use HitTestAggregator in GpuRootCompositorFrameSink (Closed)
Patch Set: rebase Created 3 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: components/viz/common/BUILD.gn
diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
index b074c745e294c69a0322e0571653733d6eea9c00..a0c6c48eb51192289dcba89d44d7e2627f3e54e4 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -6,7 +6,10 @@ import("//components/viz/viz.gni")
import("//testing/test.gni")
viz_source_set("common") {
+ defines = [ "VIZ_COMMON_IMPLEMENTATION" ]
+
sources = [
+ "export.h",
"gl_helper.cc",
"gl_helper.h",
"gl_helper_readback_support.cc",
@@ -44,6 +47,8 @@ viz_source_set("common") {
"surfaces/surface_sequence.h",
"surfaces/surface_sequence_generator.cc",
"surfaces/surface_sequence_generator.h",
+ "switches.cc",
+ "switches.h",
]
deps = [
« no previous file with comments | « no previous file | components/viz/common/export.h » ('j') | components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698