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

Side by Side Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2732093003: bindings: Add support for the record<K,V> WebIDL type. (Closed)
Patch Set: s/isolate->GetCurrentContext()/context/ Created 3 years, 9 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 # The paths in this file are absolute since this file is imported and the 8 # The paths in this file are absolute since this file is imported and the
9 # file lists must be valid from multple "current directories". 9 # file lists must be valid from multple "current directories".
10 10
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 get_path_info([ 597 get_path_info([
598 "testing/CallbackFunctionTest.idl", 598 "testing/CallbackFunctionTest.idl",
599 "testing/DeathAwareScriptWrappable.idl", 599 "testing/DeathAwareScriptWrappable.idl",
600 "testing/DictionaryTest.idl", 600 "testing/DictionaryTest.idl",
601 "testing/GCObservation.idl", 601 "testing/GCObservation.idl",
602 "testing/GarbageCollectedScriptWrappable.idl", 602 "testing/GarbageCollectedScriptWrappable.idl",
603 "testing/InternalSettings.idl", 603 "testing/InternalSettings.idl",
604 "testing/LayerRect.idl", 604 "testing/LayerRect.idl",
605 "testing/LayerRectList.idl", 605 "testing/LayerRectList.idl",
606 "testing/OriginTrialsTest.idl", 606 "testing/OriginTrialsTest.idl",
607 "testing/RecordTest.idl",
607 "testing/TypeConversions.idl", 608 "testing/TypeConversions.idl",
608 "testing/UnionTypesTest.idl", 609 "testing/UnionTypesTest.idl",
609 ], 610 ],
610 "abspath") 611 "abspath")
611 612
612 # Testing IDL files that have partial interfaces in modules. 613 # Testing IDL files that have partial interfaces in modules.
613 webcore_testing_idl_with_modules_dependency_files = 614 webcore_testing_idl_with_modules_dependency_files =
614 get_path_info([ 615 get_path_info([
615 "testing/Internals.idl", 616 "testing/Internals.idl",
616 "testing/WorkerInternals.idl", 617 "testing/WorkerInternals.idl",
(...skipping 30 matching lines...) Expand all
647 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 648 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
648 core_generated_dependency_idl_files = 649 core_generated_dependency_idl_files =
649 core_global_constructors_generated_idl_files # partial interfaces 650 core_global_constructors_generated_idl_files # partial interfaces
650 651
651 # Dependency IDL files: don't generate individual bindings, but do process 652 # Dependency IDL files: don't generate individual bindings, but do process
652 # in IDL dependency computation, and count as build dependencies 653 # in IDL dependency computation, and count as build dependencies
653 # 'core_dependency_idl_files' is already used in Source/core, so avoid 654 # 'core_dependency_idl_files' is already used in Source/core, so avoid
654 # collision 655 # collision
655 core_all_dependency_idl_files = 656 core_all_dependency_idl_files =
656 core_static_dependency_idl_files + core_generated_dependency_idl_files 657 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698