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

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

Issue 2820473002: Rename NavigatorCPU mixin to NavigatorConcurrentHardware to match spec (Closed)
Patch Set: Created 3 years, 8 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 | third_party/WebKit/Source/core/frame/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 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "dom/DocumentOrShadowRoot.idl", 467 "dom/DocumentOrShadowRoot.idl",
468 "dom/ElementFullscreen.idl", 468 "dom/ElementFullscreen.idl",
469 "dom/GlobalEventHandlers.idl", 469 "dom/GlobalEventHandlers.idl",
470 "dom/NonDocumentTypeChildNode.idl", 470 "dom/NonDocumentTypeChildNode.idl",
471 "dom/NonElementParentNode.idl", 471 "dom/NonElementParentNode.idl",
472 "dom/ParentNode.idl", 472 "dom/ParentNode.idl",
473 "dom/URLUtilsReadOnly.idl", 473 "dom/URLUtilsReadOnly.idl",
474 "events/EventListener.idl", 474 "events/EventListener.idl",
475 "events/NavigatorEvents.idl", 475 "events/NavigatorEvents.idl",
476 "fileapi/URLFileAPI.idl", 476 "fileapi/URLFileAPI.idl",
477 "frame/NavigatorCPU.idl", 477 "frame/NavigatorConcurrentHardware.idl",
478 "frame/NavigatorCookies.idl", 478 "frame/NavigatorCookies.idl",
479 "frame/NavigatorID.idl", 479 "frame/NavigatorID.idl",
480 "frame/NavigatorLanguage.idl", 480 "frame/NavigatorLanguage.idl",
481 "frame/NavigatorOnLine.idl", 481 "frame/NavigatorOnLine.idl",
482 "frame/WindowBase64.idl", 482 "frame/WindowBase64.idl",
483 "frame/WindowEventHandlers.idl", 483 "frame/WindowEventHandlers.idl",
484 "frame/WindowTimers.idl", 484 "frame/WindowTimers.idl",
485 "html/HTMLHyperlinkElementUtils.idl", 485 "html/HTMLHyperlinkElementUtils.idl",
486 "imagebitmap/ImageBitmapFactories.idl", 486 "imagebitmap/ImageBitmapFactories.idl",
487 "svg/SVGDocument.idl", 487 "svg/SVGDocument.idl",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 652 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
653 core_generated_dependency_idl_files = 653 core_generated_dependency_idl_files =
654 core_global_constructors_generated_idl_files # partial interfaces 654 core_global_constructors_generated_idl_files # partial interfaces
655 655
656 # Dependency IDL files: don't generate individual bindings, but do process 656 # Dependency IDL files: don't generate individual bindings, but do process
657 # in IDL dependency computation, and count as build dependencies 657 # in IDL dependency computation, and count as build dependencies
658 # 'core_dependency_idl_files' is already used in Source/core, so avoid 658 # 'core_dependency_idl_files' is already used in Source/core, so avoid
659 # collision 659 # collision
660 core_all_dependency_idl_files = 660 core_all_dependency_idl_files =
661 core_static_dependency_idl_files + core_generated_dependency_idl_files 661 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698