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

Unified Diff: cc/BUILD.gn

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 9 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 | « BUILD.gn ('k') | cc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index ac4e8b1d318aeb961441543f91413fad75d30c31..76923ac76697d977cc3217c2c4938fa286dd250b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -491,6 +491,7 @@ cc_component("cc") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
+ "//ui/latency",
]
defines = [ "CC_IMPLEMENTATION=1" ]
@@ -680,6 +681,7 @@ cc_static_library("test_support") {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/gl:test_support",
+ "//ui/latency",
]
if (!is_android) {
data_deps = [
« no previous file with comments | « BUILD.gn ('k') | cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698