From 95a2e7784447cb601ab2289cc0de2f4b627d7588 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 25 Feb 2015 15:36:24 -0800 Subject: [PATCH] Add missing dependency from Eric's last commit TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/952213005 --- shell/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/BUILD.gn b/shell/BUILD.gn index b51969bd6c2..ed252e41e12 100644 --- a/shell/BUILD.gn +++ b/shell/BUILD.gn @@ -60,6 +60,7 @@ shared_library("sky_shell") { "//mojo/edk/system", "//mojo/public/cpp/application", "//mojo/public/interfaces/application", + "//mojo/services/navigation/public/interfaces", "//mojo/services/network/public/interfaces", "//skia", "//sky/engine",