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

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

Issue 2562093002: Move DocumentXMLTreeViewer off of private script (Closed)
Patch Set: Use V8PerIsolateData::mainThreadIsolate() Created 4 years 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/xml/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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "svg/SVGDocument.idl", 479 "svg/SVGDocument.idl",
480 "svg/SVGFilterPrimitiveStandardAttributes.idl", 480 "svg/SVGFilterPrimitiveStandardAttributes.idl",
481 "svg/SVGFitToViewBox.idl", 481 "svg/SVGFitToViewBox.idl",
482 "svg/SVGTests.idl", 482 "svg/SVGTests.idl",
483 "svg/SVGURIReference.idl", 483 "svg/SVGURIReference.idl",
484 "svg/SVGZoomAndPan.idl", 484 "svg/SVGZoomAndPan.idl",
485 "timing/SharedWorkerPerformance.idl", 485 "timing/SharedWorkerPerformance.idl",
486 "timing/WindowPerformance.idl", 486 "timing/WindowPerformance.idl",
487 "timing/WorkerGlobalScopePerformance.idl", 487 "timing/WorkerGlobalScopePerformance.idl",
488 "workers/AbstractWorker.idl", 488 "workers/AbstractWorker.idl",
489 "xml/DocumentXMLTreeViewer.idl",
490 "xml/DocumentXPathEvaluator.idl", 489 "xml/DocumentXPathEvaluator.idl",
491 ], 490 ],
492 "abspath") 491 "abspath")
493 492
494 # IDL files that only have typedefs/enums. 493 # IDL files that only have typedefs/enums.
495 core_typedefs_enums_only_idl_files = 494 core_typedefs_enums_only_idl_files =
496 get_path_info([ 495 get_path_info([
497 "dom/CommonDefinitions.idl", 496 "dom/CommonDefinitions.idl",
498 "timing/DOMHighResTimeStamp.idl", 497 "timing/DOMHighResTimeStamp.idl",
499 "timing/PerformanceEntryList.idl", 498 "timing/PerformanceEntryList.idl",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 630 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
632 core_generated_dependency_idl_files = 631 core_generated_dependency_idl_files =
633 core_global_constructors_generated_idl_files # partial interfaces 632 core_global_constructors_generated_idl_files # partial interfaces
634 633
635 # Dependency IDL files: don't generate individual bindings, but do process 634 # Dependency IDL files: don't generate individual bindings, but do process
636 # in IDL dependency computation, and count as build dependencies 635 # in IDL dependency computation, and count as build dependencies
637 # 'core_dependency_idl_files' is already used in Source/core, so avoid 636 # 'core_dependency_idl_files' is already used in Source/core, so avoid
638 # collision 637 # collision
639 core_all_dependency_idl_files = 638 core_all_dependency_idl_files =
640 core_static_dependency_idl_files + core_generated_dependency_idl_files 639 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/xml/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698