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 e8074b673f1fba3de8028bb04513bcf0ccd1585a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/modules/device_light/BUILD.gn |
+++ /dev/null |
@@ -1,17 +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 = [ |
- "DOMWindowDeviceLight.h", |
- "DeviceLightController.cpp", |
- "DeviceLightController.h", |
- "DeviceLightDispatcher.cpp", |
- "DeviceLightDispatcher.h", |
- "DeviceLightEvent.cpp", |
- "DeviceLightEvent.h", |
- ] |
-} |