| Index: mojo/runner/test/BUILD.gn
|
| diff --git a/mojo/runner/test/BUILD.gn b/mojo/runner/test/BUILD.gn
|
| index e97f4624d27a8811521874e660804b4098d8f9eb..310dfa9b9600aa14956a48eabaaf078bdd5ff92e 100644
|
| --- a/mojo/runner/test/BUILD.gn
|
| +++ b/mojo/runner/test/BUILD.gn
|
| @@ -1,7 +1,9 @@
|
| -import("//third_party/mojo/src/mojo/public/mojo.gni")
|
| -import("//third_party/mojo/src/mojo/public/mojo_application.gni")
|
| +# Copyright 2015 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.
|
| +
|
| +import("//mojo/public/mojo_application.gni")
|
| import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
| -import("//testing/test.gni")
|
|
|
| mojom("bindings") {
|
| sources = [
|
|
|