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

Unified Diff: mojo/services/public/cpp/view_manager/lib/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/public/cpp/view_manager/lib/BUILD.gn
diff --git a/mojo/services/public/cpp/view_manager/lib/BUILD.gn b/mojo/services/public/cpp/view_manager/lib/BUILD.gn
index 32f4f3d416dcdae488ff0b85614c32156c4b9c89..0385cde3489effe94bcf00e2617ea20244b0571d 100644
--- a/mojo/services/public/cpp/view_manager/lib/BUILD.gn
+++ b/mojo/services/public/cpp/view_manager/lib/BUILD.gn
@@ -16,12 +16,10 @@ source_set("run_unittests") {
deps = [
"//base",
"//base/test:test_support",
- "//ui/gl",
]
if (is_linux || is_win) {
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