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

Side by Side 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: 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 #include "mojo/public/bindings/sample/generated/sample_service.h" 5 #include "mojom/sample_service.h"
6 6
7 #include "mojo/public/bindings/lib/message_builder.h" 7 #include "mojo/public/bindings/lib/message_builder.h"
8 #include "mojo/public/bindings/sample/generated/sample_service_internal.h" 8 #include "mojom/sample_service_internal.h"
9 9
10 namespace sample { 10 namespace sample {
11 namespace { 11 namespace {
12 const uint32_t kService_Frobinate_Name = 1; 12 const uint32_t kService_Frobinate_Name = 1;
13 13
14 #pragma pack(push, 1) 14 #pragma pack(push, 1)
15 #if defined(__clang__) 15 #if defined(__clang__)
16 #pragma clang diagnostic push 16 #pragma clang diagnostic push
17 #pragma clang diagnostic ignored "-Wunused-private-field" 17 #pragma clang diagnostic ignored "-Wunused-private-field"
18 #endif 18 #endif
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 330
331 static bool DecodePointersAndHandles( 331 static bool DecodePointersAndHandles(
332 sample::ServiceClient_DidFrobinate_Params* params, 332 sample::ServiceClient_DidFrobinate_Params* params,
333 const Message& message) { 333 const Message& message) {
334 return true; 334 return true;
335 } 335 }
336 }; 336 };
337 337
338 } // namespace internal 338 } // namespace internal
339 } // namespace mojo 339 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/public/bindings/sample/mojom/sample_service.h ('k') | mojo/public/bindings/sample/mojom/sample_service_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698