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

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

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Expected layout tests results for mac Created 3 years, 5 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 17 matching lines...) Expand all
28 core_idl_files = get_path_info([ 28 core_idl_files = get_path_info([
29 "animation/Animation.idl", 29 "animation/Animation.idl",
30 "animation/AnimationEffectReadOnly.idl", 30 "animation/AnimationEffectReadOnly.idl",
31 "animation/AnimationEffectTiming.idl", 31 "animation/AnimationEffectTiming.idl",
32 "animation/AnimationEffectTimingReadOnly.idl", 32 "animation/AnimationEffectTimingReadOnly.idl",
33 "animation/AnimationTimeline.idl", 33 "animation/AnimationTimeline.idl",
34 "animation/DocumentTimeline.idl", 34 "animation/DocumentTimeline.idl",
35 "animation/KeyframeEffect.idl", 35 "animation/KeyframeEffect.idl",
36 "animation/KeyframeEffectReadOnly.idl", 36 "animation/KeyframeEffectReadOnly.idl",
37 "animation/ScrollTimeline.idl", 37 "animation/ScrollTimeline.idl",
38 "clipboard/Clipboard.idl",
38 "clipboard/DataTransfer.idl", 39 "clipboard/DataTransfer.idl",
39 "clipboard/DataTransferItemList.idl", 40 "clipboard/DataTransferItemList.idl",
40 "css/CSS.idl", 41 "css/CSS.idl",
41 "css/CSSConditionRule.idl", 42 "css/CSSConditionRule.idl",
42 "css/CSSFontFaceRule.idl", 43 "css/CSSFontFaceRule.idl",
43 "css/CSSGroupingRule.idl", 44 "css/CSSGroupingRule.idl",
44 "css/CSSImportRule.idl", 45 "css/CSSImportRule.idl",
45 "css/CSSKeyframeRule.idl", 46 "css/CSSKeyframeRule.idl",
46 "css/CSSKeyframesRule.idl", 47 "css/CSSKeyframesRule.idl",
47 "css/CSSMediaRule.idl", 48 "css/CSSMediaRule.idl",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "dom/ElementFullscreen.idl", 463 "dom/ElementFullscreen.idl",
463 "dom/GlobalEventHandlers.idl", 464 "dom/GlobalEventHandlers.idl",
464 "dom/NoncedElement.idl", 465 "dom/NoncedElement.idl",
465 "dom/NonDocumentTypeChildNode.idl", 466 "dom/NonDocumentTypeChildNode.idl",
466 "dom/NonElementParentNode.idl", 467 "dom/NonElementParentNode.idl",
467 "dom/ParentNode.idl", 468 "dom/ParentNode.idl",
468 "dom/URLUtilsReadOnly.idl", 469 "dom/URLUtilsReadOnly.idl",
469 "events/EventListener.idl", 470 "events/EventListener.idl",
470 "events/NavigatorEvents.idl", 471 "events/NavigatorEvents.idl",
471 "fileapi/URLFileAPI.idl", 472 "fileapi/URLFileAPI.idl",
473 "frame/NavigatorClipboard.idl",
472 "frame/NavigatorConcurrentHardware.idl", 474 "frame/NavigatorConcurrentHardware.idl",
473 "frame/NavigatorCookies.idl", 475 "frame/NavigatorCookies.idl",
474 "frame/NavigatorID.idl", 476 "frame/NavigatorID.idl",
475 "frame/NavigatorLanguage.idl", 477 "frame/NavigatorLanguage.idl",
476 "frame/NavigatorOnLine.idl", 478 "frame/NavigatorOnLine.idl",
477 "frame/WindowBase64.idl", 479 "frame/WindowBase64.idl",
478 "frame/WindowEventHandlers.idl", 480 "frame/WindowEventHandlers.idl",
479 "frame/WindowTimers.idl", 481 "frame/WindowTimers.idl",
480 "html/HTMLHyperlinkElementUtils.idl", 482 "html/HTMLHyperlinkElementUtils.idl",
481 "imagebitmap/ImageBitmapFactories.idl", 483 "imagebitmap/ImageBitmapFactories.idl",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 658 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
657 core_generated_dependency_idl_files = 659 core_generated_dependency_idl_files =
658 core_global_constructors_generated_idl_files # partial interfaces 660 core_global_constructors_generated_idl_files # partial interfaces
659 661
660 # Dependency IDL files: don't generate individual bindings, but do process 662 # Dependency IDL files: don't generate individual bindings, but do process
661 # in IDL dependency computation, and count as build dependencies 663 # in IDL dependency computation, and count as build dependencies
662 # 'core_dependency_idl_files' is already used in Source/core, so avoid 664 # 'core_dependency_idl_files' is already used in Source/core, so avoid
663 # collision 665 # collision
664 core_all_dependency_idl_files = 666 core_all_dependency_idl_files =
665 core_static_dependency_idl_files + core_generated_dependency_idl_files 667 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698