| Index: sky/scheduler/BUILD.gn
|
| diff --git a/sky/scheduler/BUILD.gn b/sky/scheduler/BUILD.gn
|
| deleted file mode 100644
|
| index 53cb82a0f70b7f8ec97cb0c8016354ce3b5b356d..0000000000000000000000000000000000000000
|
| --- a/sky/scheduler/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -# 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.
|
| -
|
| -source_set("scheduler") {
|
| - sources = [
|
| - "scheduler.cc",
|
| - "scheduler.h",
|
| - "time_interval.cc",
|
| - "time_interval.h",
|
| - "timer.cc",
|
| - "timer.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - ]
|
| -}
|
|
|