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

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

Issue 2720873002: Implements JS bindings for mojo shared buffer. (Closed)
Patch Set: rebaseline2 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "fileapi/BlobPropertyBag.idl", 559 "fileapi/BlobPropertyBag.idl",
560 "fileapi/FilePropertyBag.idl", 560 "fileapi/FilePropertyBag.idl",
561 "frame/ScrollOptions.idl", 561 "frame/ScrollOptions.idl",
562 "frame/ScrollToOptions.idl", 562 "frame/ScrollToOptions.idl",
563 "html/AssignedNodesOptions.idl", 563 "html/AssignedNodesOptions.idl",
564 "html/canvas/CanvasContextCreationAttributes.idl", 564 "html/canvas/CanvasContextCreationAttributes.idl",
565 "html/track/TrackEventInit.idl", 565 "html/track/TrackEventInit.idl",
566 "imagebitmap/ImageBitmapOptions.idl", 566 "imagebitmap/ImageBitmapOptions.idl",
567 "input/InputDeviceCapabilitiesInit.idl", 567 "input/InputDeviceCapabilitiesInit.idl",
568 "mojo/MojoCreateMessagePipeResult.idl", 568 "mojo/MojoCreateMessagePipeResult.idl",
569 "mojo/MojoCreateSharedBufferResult.idl",
570 "mojo/MojoDuplicateBufferHandleOptions.idl",
569 "mojo/MojoHandleSignals.idl", 571 "mojo/MojoHandleSignals.idl",
572 "mojo/MojoMapBufferResult.idl",
570 "mojo/MojoReadMessageFlags.idl", 573 "mojo/MojoReadMessageFlags.idl",
571 "mojo/MojoReadMessageResult.idl", 574 "mojo/MojoReadMessageResult.idl",
572 "offscreencanvas/ImageEncodeOptions.idl", 575 "offscreencanvas/ImageEncodeOptions.idl",
573 "page/scrolling/ScrollStateInit.idl", 576 "page/scrolling/ScrollStateInit.idl",
574 "timing/PerformanceObserverInit.idl", 577 "timing/PerformanceObserverInit.idl",
575 ], 578 ],
576 "abspath") 579 "abspath")
577 580
578 core_testing_dictionary_idl_files = 581 core_testing_dictionary_idl_files =
579 get_path_info([ 582 get_path_info([
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 640 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
638 core_generated_dependency_idl_files = 641 core_generated_dependency_idl_files =
639 core_global_constructors_generated_idl_files # partial interfaces 642 core_global_constructors_generated_idl_files # partial interfaces
640 643
641 # Dependency IDL files: don't generate individual bindings, but do process 644 # Dependency IDL files: don't generate individual bindings, but do process
642 # in IDL dependency computation, and count as build dependencies 645 # in IDL dependency computation, and count as build dependencies
643 # 'core_dependency_idl_files' is already used in Source/core, so avoid 646 # 'core_dependency_idl_files' is already used in Source/core, so avoid
644 # collision 647 # collision
645 core_all_dependency_idl_files = 648 core_all_dependency_idl_files =
646 core_static_dependency_idl_files + core_generated_dependency_idl_files 649 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/mojo/Mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698