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

Unified Diff: mojo/public/bindings/sample/mojom/sample_service.cc

Issue 53173008: Add mojom_bindings_generator.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing gypi file Created 7 years, 1 month 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/sample/mojom/sample_service.cc
diff --git a/mojo/public/bindings/sample/generated/sample_service.cc b/mojo/public/bindings/sample/mojom/sample_service.cc
similarity index 98%
rename from mojo/public/bindings/sample/generated/sample_service.cc
rename to mojo/public/bindings/sample/mojom/sample_service.cc
index 9209cb9095a6a9ebd941a6621cb9817a214c3de5..877b532f602c9849f2c08326795ee8f2a1e264e0 100644
--- a/mojo/public/bindings/sample/generated/sample_service.cc
+++ b/mojo/public/bindings/sample/mojom/sample_service.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/bindings/sample/generated/sample_service.h"
+#include "mojom/sample_service.h"
#include "mojo/public/bindings/lib/message_builder.h"
-#include "mojo/public/bindings/sample/generated/sample_service_internal.h"
+#include "mojom/sample_service_internal.h"
namespace sample {
namespace {

Powered by Google App Engine
This is Rietveld 408576698