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

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: Simplify ui/events OWNERS 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') | ui/events/events.gyp » ('J')
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 47bf6a837b2c959a6d0b4a5ac798173de06256c0..68b6dc1531afb5a48baa7ab0653e7b717c8b424a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -558,10 +558,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" ]
@@ -956,12 +956,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') | ui/events/events.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698