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

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: removed the code of adding enum key support to WTF::HashMap; which turned out to be non-trivial; wi… 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
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'target_name': 'mojo_cpp_bindings_wtf_support', 475 'target_name': 'mojo_cpp_bindings_wtf_support',
476 'type': 'static_library', 476 'type': 'static_library',
477 'include_dirs': [ 477 'include_dirs': [
478 '..' 478 '..'
479 ], 479 ],
480 'sources': [ 480 'sources': [
481 'public/cpp/bindings/array_traits_wtf.h', 481 'public/cpp/bindings/array_traits_wtf.h',
482 'public/cpp/bindings/array_traits_wtf_vector.h', 482 'public/cpp/bindings/array_traits_wtf_vector.h',
483 'public/cpp/bindings/lib/string_traits_wtf.cc', 483 'public/cpp/bindings/lib/string_traits_wtf.cc',
484 'public/cpp/bindings/lib/wtf_serialization.h', 484 'public/cpp/bindings/lib/wtf_serialization.h',
485 'public/cpp/bindings/map_traits_wtf.h',
485 'public/cpp/bindings/string_traits_wtf.h', 486 'public/cpp/bindings/string_traits_wtf.h',
486 'public/cpp/bindings/wtf_array.h', 487 'public/cpp/bindings/wtf_array.h',
488 'public/cpp/bindings/wtf_map.h',
487 ], 489 ],
488 'dependencies': [ 490 'dependencies': [
489 'mojo_cpp_bindings', 491 'mojo_cpp_bindings',
490 '../third_party/WebKit/Source/config.gyp:config', 492 '../third_party/WebKit/Source/config.gyp:config',
491 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', 493 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf',
492 ], 494 ],
493 'export_dependent_settings': [ 495 'export_dependent_settings': [
494 'mojo_cpp_bindings', 496 'mojo_cpp_bindings',
495 '../third_party/WebKit/Source/config.gyp:config', 497 '../third_party/WebKit/Source/config.gyp:config',
496 ], 498 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 }, 534 },
533 'sources': [ 535 'sources': [
534 'public/interfaces/bindings/tests/test_wtf_types.mojom', 536 'public/interfaces/bindings/tests/test_wtf_types.mojom',
535 ], 537 ],
536 'includes': [ 'mojom_bindings_generator.gypi' ], 538 'includes': [ 'mojom_bindings_generator.gypi' ],
537 }, 539 },
538 ], 540 ],
539 }], 541 }],
540 ], 542 ],
541 } 543 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698