Index: components/memory_coordinator/common/BUILD.gn |
diff --git a/components/memory_coordinator/common/BUILD.gn b/components/memory_coordinator/common/BUILD.gn |
deleted file mode 100644 |
index 3d61c4a0f1ee390e50117b101688d136fc24f083..0000000000000000000000000000000000000000 |
--- a/components/memory_coordinator/common/BUILD.gn |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-# Copyright 2016 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. |
- |
-component("common") { |
- output_name = "memory_coordinator_common" |
- |
- sources = [ |
- "memory_coordinator_export.h", |
- "memory_coordinator_features.cc", |
- "memory_coordinator_features.h", |
- ] |
- |
- defines = [ "MEMORY_COORDINATOR_IMPLEMENTATION" ] |
- |
- deps = [ |
- "//base", |
- ] |
- |
- public_deps = [ |
- "//components/memory_coordinator/public/interfaces", |
- ] |
-} |