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

Unified Diff: mojo/services/window_manager/BUILD.gn

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to get gn build working again Created 6 years, 3 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
Index: mojo/services/window_manager/BUILD.gn
diff --git a/mojo/services/window_manager/BUILD.gn b/mojo/services/window_manager/BUILD.gn
index a060b1b0cdde2399cac983eb48de544dd0caf8e8..23f325f043f776c8843bbb394765bd701cf07cf7 100644
--- a/mojo/services/window_manager/BUILD.gn
+++ b/mojo/services/window_manager/BUILD.gn
@@ -68,8 +68,7 @@ test("mojo_core_window_manager_unittests") {
]
if (is_linux) {
deps += [
- "//third_party/mesa:osmesa",
- "//mojo/services/native_viewport",
+ "//mojo/services/public/interfaces/native_viewport",
]
}
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698