Index: mojo/public/js/BUILD.gn |
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn |
deleted file mode 100644 |
index 1cb1a60a83a4d41f96e07d3510a11d66124dc211..0000000000000000000000000000000000000000 |
--- a/mojo/public/js/BUILD.gn |
+++ /dev/null |
@@ -1,12 +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. |
- |
-import("../mojo_sdk.gni") |
- |
-mojo_sdk_source_set("js") { |
- sources = [ |
- "constants.cc", |
- "constants.h", |
- ] |
-} |