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

Side by Side Diff: third_party/mojo/mojo_public.gyp

Issue 1526533002: [mojo] Add pickling support for native-only structs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bindings-4-bool-deserialize
Patch Set: Created 5 years 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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 '../../mojo/public/cpp/bindings/message_filter.h', 172 '../../mojo/public/cpp/bindings/message_filter.h',
173 '../../mojo/public/cpp/bindings/no_interface.h', 173 '../../mojo/public/cpp/bindings/no_interface.h',
174 '../../mojo/public/cpp/bindings/string.h', 174 '../../mojo/public/cpp/bindings/string.h',
175 '../../mojo/public/cpp/bindings/strong_binding.h', 175 '../../mojo/public/cpp/bindings/strong_binding.h',
176 '../../mojo/public/cpp/bindings/type_converter.h', 176 '../../mojo/public/cpp/bindings/type_converter.h',
177 # This comes from the mojo_interface_bindings_cpp_sources dependency. 177 # This comes from the mojo_interface_bindings_cpp_sources dependency.
178 '>@(mojom_generated_sources)', 178 '>@(mojom_generated_sources)',
179 ], 179 ],
180 'dependencies': [ 180 'dependencies': [
181 '../../base/base.gyp:base', 181 '../../base/base.gyp:base',
182 '../../ipc/ipc.gyp:ipc',
182 'mojo_interface_bindings_cpp_sources', 183 'mojo_interface_bindings_cpp_sources',
183 ], 184 ],
184 }, 185 },
185 { 186 {
186 # GN version: //mojo/public/js 187 # GN version: //mojo/public/js
187 'target_name': 'mojo_js_bindings', 188 'target_name': 'mojo_js_bindings',
188 'type': 'static_library', 189 'type': 'static_library',
189 'include_dirs': [ 190 'include_dirs': [
190 '../..' 191 '../..'
191 ], 192 ],
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'dependencies': [ 492 'dependencies': [
492 'mojo_interface_bindings_java_sources', 493 'mojo_interface_bindings_java_sources',
493 'mojo_public_java', 494 'mojo_public_java',
494 ], 495 ],
495 'includes': [ '../../build/java.gypi' ], 496 'includes': [ '../../build/java.gypi' ],
496 }, 497 },
497 ], 498 ],
498 }], 499 }],
499 ], 500 ],
500 } 501 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698