| Index: third_party/WebKit/Source/modules/device_light/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/device_light/BUILD.gn b/third_party/WebKit/Source/modules/device_light/BUILD.gn
|
| deleted file mode 100644
|
| index bdbbb5656dbce7e38fdffb35d4a326af5e340956..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/modules/device_light/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,16 +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.
|
| -
|
| -import("//third_party/WebKit/Source/modules/modules.gni")
|
| -
|
| -blink_modules_sources("device_light") {
|
| - sources = [
|
| - "DeviceLightController.cpp",
|
| - "DeviceLightController.h",
|
| - "DeviceLightDispatcher.cpp",
|
| - "DeviceLightDispatcher.h",
|
| - "DeviceLightEvent.cpp",
|
| - "DeviceLightEvent.h",
|
| - ]
|
| -}
|
|
|