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

Unified Diff: ui/base/BUILD.gn

Issue 1889423002: Move Windows DPI Code from ui/gfx to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO 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 | « ui/aura/demo/demo_main.cc ('k') | ui/base/l10n/l10n_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index d229003c647d721a541707f03efbdc6c0878237c..51f1b4a6ef1aebdbef84c85677852ddc0e0af3e4 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -371,6 +371,7 @@ component("base") {
"//net",
"//third_party/icu",
"//ui/base:ui_data_pack",
+ "//ui/display",
"//ui/events",
"//ui/events/devices",
"//ui/resources",
@@ -826,6 +827,7 @@ test("ui_base_unittests") {
"//ui/base",
"//ui/base:test_support",
"//ui/base:ui_data_pack",
+ "//ui/display",
"//ui/events:events_base",
"//ui/events:test_support",
"//ui/gfx:test_support",
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/base/l10n/l10n_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698