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

Side by Side Diff: mojo/public/cpp/bindings/tests/validation_unittest.cc

Issue 1219893005: Delete interface_impl.h. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 <stdio.h> 5 #include <stdio.h>
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "mojo/public/c/system/macros.h" 11 #include "mojo/public/c/system/macros.h"
12 #include "mojo/public/cpp/bindings/binding.h" 12 #include "mojo/public/cpp/bindings/binding.h"
13 #include "mojo/public/cpp/bindings/interface_impl.h"
14 #include "mojo/public/cpp/bindings/interface_ptr.h" 13 #include "mojo/public/cpp/bindings/interface_ptr.h"
15 #include "mojo/public/cpp/bindings/lib/connector.h" 14 #include "mojo/public/cpp/bindings/lib/connector.h"
16 #include "mojo/public/cpp/bindings/lib/filter_chain.h" 15 #include "mojo/public/cpp/bindings/lib/filter_chain.h"
17 #include "mojo/public/cpp/bindings/lib/message_header_validator.h" 16 #include "mojo/public/cpp/bindings/lib/message_header_validator.h"
18 #include "mojo/public/cpp/bindings/lib/router.h" 17 #include "mojo/public/cpp/bindings/lib/router.h"
19 #include "mojo/public/cpp/bindings/lib/validation_errors.h" 18 #include "mojo/public/cpp/bindings/lib/validation_errors.h"
20 #include "mojo/public/cpp/bindings/message.h" 19 #include "mojo/public/cpp/bindings/message.h"
21 #include "mojo/public/cpp/bindings/tests/validation_test_input_parser.h" 20 #include "mojo/public/cpp/bindings/tests/validation_test_input_parser.h"
22 #include "mojo/public/cpp/environment/environment.h" 21 #include "mojo/public/cpp/environment/environment.h"
23 #include "mojo/public/cpp/system/core.h" 22 #include "mojo/public/cpp/system/core.h"
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 MakeRequest<IntegrationTestInterface>(testee_endpoint().Pass())); 427 MakeRequest<IntegrationTestInterface>(testee_endpoint().Pass()));
429 binding.internal_router()->EnableTestingMode(); 428 binding.internal_router()->EnableTestingMode();
430 429
431 RunValidationTests("integration_intf_rqst", test_message_receiver()); 430 RunValidationTests("integration_intf_rqst", test_message_receiver());
432 RunValidationTests("integration_msghdr", test_message_receiver()); 431 RunValidationTests("integration_msghdr", test_message_receiver());
433 } 432 }
434 433
435 } // namespace 434 } // namespace
436 } // namespace test 435 } // namespace test
437 } // namespace mojo 436 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/interface_impl.h ('k') | mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698