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

Unified Diff: ui/events/BUILD.gn

Issue 1817903002: Make more of content pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « storage/browser/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index cc5ab080c43f705d52da6bd592cc29813871c85d..f7caec675f6a6ea742644e2b144c476b83c8bdf2 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -63,12 +63,12 @@ component("events_base") {
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
deps = [
- ":dom_keycode_converter",
"//base/third_party/dynamic_annotations",
"//skia",
]
public_deps = [
+ ":dom_keycode_converter",
"//base",
"//ui/events/platform",
"//ui/gfx",
« no previous file with comments | « storage/browser/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698