| Index: services/memory_instrumentation/BUILD.gn
|
| diff --git a/services/memory_instrumentation/BUILD.gn b/services/memory_instrumentation/BUILD.gn
|
| deleted file mode 100644
|
| index 144268ab9f4eb64c2b907e6b7ca7dee8c2a3519f..0000000000000000000000000000000000000000
|
| --- a/services/memory_instrumentation/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -# Copyright 2017 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.
|
| -
|
| -source_set("lib") {
|
| - sources = [
|
| - "coordinator_impl.cc",
|
| - "coordinator_impl.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//base",
|
| - "//services/memory_instrumentation/public/cpp",
|
| - "//services/memory_instrumentation/public/interfaces",
|
| - ]
|
| -}
|
| -
|
| -source_set("tests") {
|
| - testonly = true
|
| -
|
| - sources = [
|
| - "coordinator_impl_unittest.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - ":lib",
|
| - "//base",
|
| - "//mojo/public/cpp/bindings",
|
| - "//testing/gtest",
|
| - ]
|
| -}
|
|
|