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

Side by Side Diff: mojo/mojo_public.gyp

Issue 1979513004: Add array traits for WTF::Vector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@28_array_native
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('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 { 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 }, 232 },
233 { 233 {
234 # GN version: //mojo/public/cpp/bindings:wtf_support 234 # GN version: //mojo/public/cpp/bindings:wtf_support
235 'target_name': 'mojo_cpp_bindings_wtf_support', 235 'target_name': 'mojo_cpp_bindings_wtf_support',
236 'type': 'static_library', 236 'type': 'static_library',
237 'include_dirs': [ 237 'include_dirs': [
238 '..' 238 '..'
239 ], 239 ],
240 'sources': [ 240 'sources': [
241 'public/cpp/bindings/array_traits_wtf.h', 241 'public/cpp/bindings/array_traits_wtf.h',
242 'public/cpp/bindings/array_traits_wtf_vector.h',
242 'public/cpp/bindings/lib/string_traits_wtf.cc', 243 'public/cpp/bindings/lib/string_traits_wtf.cc',
243 'public/cpp/bindings/lib/wtf_serialization.h', 244 'public/cpp/bindings/lib/wtf_serialization.h',
244 'public/cpp/bindings/string_traits_wtf.h', 245 'public/cpp/bindings/string_traits_wtf.h',
245 'public/cpp/bindings/wtf_array.h', 246 'public/cpp/bindings/wtf_array.h',
246 ], 247 ],
247 'dependencies': [ 248 'dependencies': [
248 'mojo_cpp_bindings', 249 'mojo_cpp_bindings',
249 '../third_party/WebKit/Source/config.gyp:config', 250 '../third_party/WebKit/Source/config.gyp:config',
250 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', 251 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf',
251 ], 252 ],
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'mojo_interface_bindings_java_sources', 525 'mojo_interface_bindings_java_sources',
525 'mojo_public_java', 526 'mojo_public_java',
526 '<(DEPTH)/base/base.gyp:base_java', 527 '<(DEPTH)/base/base.gyp:base_java',
527 ], 528 ],
528 'includes': [ '../build/java.gypi' ], 529 'includes': [ '../build/java.gypi' ],
529 }, 530 },
530 ], 531 ],
531 }], 532 }],
532 ], 533 ],
533 } 534 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698