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

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: 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 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 }; 123 };
124 124
125 class ServiceStub : public Service, public mojo::MessageReceiver { 125 class ServiceStub : public Service, public mojo::MessageReceiver {
126 public: 126 public:
127 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; 127 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE;
128 }; 128 };
129 129
130 } // namespace sample 130 } // namespace sample
131 131
132 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ 132 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698