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

Side by Side Diff: mojo/mojo_public.gyp

Issue 2034273002: Mojo C++ bindings: introduce mojo::WTFMap for blink bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'target_name': 'mojo_cpp_bindings_wtf_support', 241 'target_name': 'mojo_cpp_bindings_wtf_support',
242 'type': 'static_library', 242 'type': 'static_library',
243 'include_dirs': [ 243 'include_dirs': [
244 '..' 244 '..'
245 ], 245 ],
246 'sources': [ 246 'sources': [
247 'public/cpp/bindings/array_traits_wtf.h', 247 'public/cpp/bindings/array_traits_wtf.h',
248 'public/cpp/bindings/array_traits_wtf_vector.h', 248 'public/cpp/bindings/array_traits_wtf_vector.h',
249 'public/cpp/bindings/lib/string_traits_wtf.cc', 249 'public/cpp/bindings/lib/string_traits_wtf.cc',
250 'public/cpp/bindings/lib/wtf_serialization.h', 250 'public/cpp/bindings/lib/wtf_serialization.h',
251 'public/cpp/bindings/map_traits_wtf.h',
251 'public/cpp/bindings/string_traits_wtf.h', 252 'public/cpp/bindings/string_traits_wtf.h',
252 'public/cpp/bindings/wtf_array.h', 253 'public/cpp/bindings/wtf_array.h',
254 'public/cpp/bindings/wtf_map.h',
253 ], 255 ],
254 'dependencies': [ 256 'dependencies': [
255 'mojo_cpp_bindings', 257 'mojo_cpp_bindings',
256 '../third_party/WebKit/Source/config.gyp:config', 258 '../third_party/WebKit/Source/config.gyp:config',
257 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', 259 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf',
258 ], 260 ],
259 'export_dependent_settings': [ 261 'export_dependent_settings': [
260 'mojo_cpp_bindings', 262 'mojo_cpp_bindings',
261 '../third_party/WebKit/Source/config.gyp:config', 263 '../third_party/WebKit/Source/config.gyp:config',
262 ], 264 ],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'mojo_interface_bindings_java_sources', 533 'mojo_interface_bindings_java_sources',
532 'mojo_public_java', 534 'mojo_public_java',
533 '<(DEPTH)/base/base.gyp:base_java', 535 '<(DEPTH)/base/base.gyp:base_java',
534 ], 536 ],
535 'includes': [ '../build/java.gypi' ], 537 'includes': [ '../build/java.gypi' ],
536 }, 538 },
537 ], 539 ],
538 }], 540 }],
539 ], 541 ],
540 } 542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698