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

Unified Diff: ui/display/BUILD.gn

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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 | « no previous file | ui/display/chromeos/display_configurator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 6ecdbc6d9658f9744156cfef9734701a2e877800..0033114098118485bda0b055696d10154a937ebb 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -74,13 +74,13 @@ component("display") {
defines = [ "DISPLAY_IMPLEMENTATION" ]
public_deps = [
+ "//ui/display/types",
"//ui/gfx:gfx",
]
deps = [
"//base",
"//third_party/re2",
- "//ui/display/types",
"//ui/display/util",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « no previous file | ui/display/chromeos/display_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698