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

Unified Diff: blimp/engine/BUILD.gn

Issue 1928143002: Rename gfx::Display/Screen to display::Display/Screen in chromecast/blimp/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update blimp's gn for recent gn change 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 | « no previous file | blimp/engine/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index f8f7e65666423a0cca340827b385c8a6f5ad7575..e92174fd46a82dc94f59bc80c296adf59b8d3b4f 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -157,6 +157,7 @@ source_set("app_ui") {
"//cc/surfaces",
"//ui/aura",
"//ui/compositor",
+ "//ui/display",
"//ui/events",
"//ui/gfx",
"//ui/platform_window",
@@ -308,6 +309,7 @@ source_set("app_unit_tests") {
"//blimp/engine:app_ui",
"//testing/gmock",
"//testing/gtest",
+ "//ui/display",
"//ui/gfx:test_support",
]
}
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698