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

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

Issue 2472583003: Navigation Timing Level 2 (Closed)
Patch Set: added TAO(timing-allow-origin) check and RA(redirect allow) check Created 4 years, 1 month 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "svg/SVGUseElement.idl", 392 "svg/SVGUseElement.idl",
393 "svg/SVGViewElement.idl", 393 "svg/SVGViewElement.idl",
394 "svg/SVGViewSpec.idl", 394 "svg/SVGViewSpec.idl",
395 "timing/MemoryInfo.idl", 395 "timing/MemoryInfo.idl",
396 "timing/Performance.idl", 396 "timing/Performance.idl",
397 "timing/PerformanceEntry.idl", 397 "timing/PerformanceEntry.idl",
398 "timing/PerformanceLongTaskTiming.idl", 398 "timing/PerformanceLongTaskTiming.idl",
399 "timing/PerformanceMark.idl", 399 "timing/PerformanceMark.idl",
400 "timing/PerformanceMeasure.idl", 400 "timing/PerformanceMeasure.idl",
401 "timing/PerformanceNavigation.idl", 401 "timing/PerformanceNavigation.idl",
402 "timing/PerformanceNavigationTiming.idl",
402 "timing/PerformanceObserver.idl", 403 "timing/PerformanceObserver.idl",
403 "timing/PerformanceObserverEntryList.idl", 404 "timing/PerformanceObserverEntryList.idl",
404 "timing/PerformanceResourceTiming.idl", 405 "timing/PerformanceResourceTiming.idl",
405 "timing/PerformanceTiming.idl", 406 "timing/PerformanceTiming.idl",
406 "timing/WorkerPerformance.idl", 407 "timing/WorkerPerformance.idl",
407 "workers/SharedWorker.idl", 408 "workers/SharedWorker.idl",
408 "workers/Worker.idl", 409 "workers/Worker.idl",
409 "workers/WorkerLocation.idl", 410 "workers/WorkerLocation.idl",
410 "workers/Worklet.idl", 411 "workers/Worklet.idl",
411 "workers/WorkletGlobalScope.idl", 412 "workers/WorkletGlobalScope.idl",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 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
630 core_generated_dependency_idl_files = 631 core_generated_dependency_idl_files =
631 core_global_constructors_generated_idl_files # partial interfaces 632 core_global_constructors_generated_idl_files # partial interfaces
632 633
633 # Dependency IDL files: don't generate individual bindings, but do process 634 # Dependency IDL files: don't generate individual bindings, but do process
634 # in IDL dependency computation, and count as build dependencies 635 # in IDL dependency computation, and count as build dependencies
635 # '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
636 # collision 637 # collision
637 core_all_dependency_idl_files = 638 core_all_dependency_idl_files =
638 core_static_dependency_idl_files + core_generated_dependency_idl_files 639 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698