| Index: services/fake_surfaces/BUILD.gn
|
| diff --git a/services/fake_surfaces/BUILD.gn b/services/fake_surfaces/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..187952e08c708142f13b87c1105aba03e2fd946b
|
| --- /dev/null
|
| +++ b/services/fake_surfaces/BUILD.gn
|
| @@ -0,0 +1,23 @@
|
| +# 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.
|
| +
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_native_application("fake_surfaces") {
|
| + output_name = "fake_surfaces_service"
|
| + sources = [
|
| + "fake_surfaces_service_application.cc",
|
| + "fake_surfaces_service_application.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//mojo/application",
|
| + "//mojo/common:tracing_impl",
|
| + "//mojo/environment:chromium",
|
| + "//mojo/public/cpp/bindings",
|
| + "//mojo/services/gpu/interfaces",
|
| + "//mojo/services/surfaces/interfaces",
|
| + ]
|
| +}
|
|
|