Index: components/task_scheduler_util/initialization/BUILD.gn |
diff --git a/components/task_scheduler_util/initialization/BUILD.gn b/components/task_scheduler_util/initialization/BUILD.gn |
deleted file mode 100644 |
index 213326bd9971e542f3c4bc0ada1d05f3f8d4d3a3..0000000000000000000000000000000000000000 |
--- a/components/task_scheduler_util/initialization/BUILD.gn |
+++ /dev/null |
@@ -1,26 +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. |
- |
-static_library("initialization") { |
- sources = [ |
- "browser_util.cc", |
- "browser_util.h", |
- ] |
- |
- deps = [ |
- "//base", |
- ] |
-} |
- |
-source_set("unit_tests") { |
- testonly = true |
- sources = [ |
- "browser_util_unittest.cc", |
- ] |
- deps = [ |
- ":initialization", |
- "//base", |
- "//testing/gtest", |
- ] |
-} |