Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: mojo/public/bindings/js/constants.cc

Issue 223233002: Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698