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

Side by Side Diff: mojo/public/bindings/sample/mojom/sample_service.h

Issue 53173008: Add mojom_bindings_generator.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more rename 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ 5 #ifndef MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_
6 #define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ 6 #define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_
7 7
8 #include "mojo/public/bindings/lib/bindings.h" 8 #include "mojo/public/bindings/lib/bindings.h"
9 #include "mojo/public/bindings/lib/message.h" 9 #include "mojo/public/bindings/lib/message.h"
10 10
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }; 159 };
160 160
161 class ServiceClientStub : public ServiceClient, public mojo::MessageReceiver { 161 class ServiceClientStub : public ServiceClient, public mojo::MessageReceiver {
162 public: 162 public:
163 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; 163 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE;
164 }; 164 };
165 165
166 } // namespace sample 166 } // namespace sample
167 167
168 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ 168 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_
OLDNEW
« no previous file with comments | « mojo/public/bindings/sample/generated/sample_service_internal.h ('k') | mojo/public/bindings/sample/mojom/sample_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698