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

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

Issue 2937233002: Use HitTestAggregator in GpuRootCompositorFrameSink (Closed)
Patch Set: rebase and move switches from base to common Created 3 years, 6 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 | components/viz/common/common_export.h » ('j') | components/viz/frame_sinks/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/BUILD.gn
diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a6a0345918394e41385e54af8d0a1da8389d069b
--- /dev/null
+++ b/components/viz/common/BUILD.gn
@@ -0,0 +1,14 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+component("common") {
+ output_name = "viz_common"
+ sources = [
+ "common_export.h",
+ "switches.cc",
+ "switches.h",
+ ]
+
+ defines = [ "VIZ_COMMON_IMPLEMENTATION" ]
+}
« no previous file with comments | « no previous file | components/viz/common/common_export.h » ('j') | components/viz/frame_sinks/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698