| Index: mojo/examples/browser/BUILD.gn
|
| diff --git a/mojo/examples/browser/BUILD.gn b/mojo/examples/browser/BUILD.gn
|
| index 2a629136c8e8d4de83ebf1c7c34c7fac83e53145..7fe5f4ab5ac629dec2a2c4f7093c2feceafd03ff 100644
|
| --- a/mojo/examples/browser/BUILD.gn
|
| +++ b/mojo/examples/browser/BUILD.gn
|
| @@ -1,3 +1,4 @@
|
| +
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| @@ -20,10 +21,9 @@ shared_library("browser") {
|
| "//mojo/application",
|
| "//mojo/aura",
|
| "//mojo/common",
|
| + "//mojo/converters",
|
| "//mojo/examples/window_manager:bindings",
|
| "//mojo/public/c/system:for_shared_library",
|
| - "//mojo/services/public/cpp/geometry",
|
| - "//mojo/services/public/cpp/input_events",
|
| "//mojo/services/public/cpp/view_manager",
|
| "//mojo/services/public/interfaces/geometry",
|
| "//mojo/services/public/interfaces/input_events",
|
|
|