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

Side by Side Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 307353009: Mojo cpp bindings: report the reason of validation failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("bindings") { 5 source_set("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "callback.h", 8 "callback.h",
9 "error_handler.h", 9 "error_handler.h",
10 "interface_ptr.h", 10 "interface_ptr.h",
(...skipping 29 matching lines...) Expand all
40 "lib/message_queue.h", 40 "lib/message_queue.h",
41 "lib/no_interface.cc", 41 "lib/no_interface.cc",
42 "lib/router.cc", 42 "lib/router.cc",
43 "lib/router.h", 43 "lib/router.h",
44 "lib/shared_data.h", 44 "lib/shared_data.h",
45 "lib/shared_ptr.h", 45 "lib/shared_ptr.h",
46 "lib/string_serialization.cc", 46 "lib/string_serialization.cc",
47 "lib/string_serialization.h", 47 "lib/string_serialization.h",
48 "lib/sync_dispatcher.cc", 48 "lib/sync_dispatcher.cc",
49 "lib/template_util.h", 49 "lib/template_util.h",
50 "lib/validation_errors.cc",
51 "lib/validation_errors.h",
50 ] 52 ]
51 } 53 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698