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

Unified Diff: cc/BUILD.gn

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 8 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/all.gyp ('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 cf4cd6a2966175fd4cc0e757163ff6d12856ff18..e6164b22afaf73fdb2eb47d175f890efe429ced8 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -551,10 +551,10 @@ component("cc") {
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
"//media",
- "//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
+ "//ui/latency_info",
]
defines = [ "CC_IMPLEMENTATION=1" ]
@@ -950,12 +950,12 @@ test("cc_unittests") {
"//media",
"//testing/gmock",
"//testing/gtest",
- "//ui/events:events_base",
"//ui/gfx",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
"//ui/gl:test_support",
+ "//ui/latency_info",
]
data_deps = [
« no previous file with comments | « build/all.gyp ('k') | cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698