Index: mojo/public/bindings/js/constants.cc |
diff --git a/mojo/public/bindings/js/constants.cc b/mojo/public/bindings/js/constants.cc |
deleted file mode 100644 |
index fef4f35d5daa8f16170b6b8e4aa0e7111c7709e1..0000000000000000000000000000000000000000 |
--- a/mojo/public/bindings/js/constants.cc |
+++ /dev/null |
@@ -1,14 +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. |
- |
-#include "mojo/public/bindings/js/constants.h" |
- |
-namespace mojo { |
- |
-const char kCodecModuleName[] = "mojo/public/bindings/js/codec"; |
-const char kConnectionModuleName[] = "mojo/public/bindings/js/connection"; |
-const char kConnectorModuleName[] = "mojo/public/bindings/js/connector"; |
-const char kRouterModuleName[] = "mojo/public/bindings/js/router"; |
- |
-} // namespace mojo |