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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2389693002: service worker: Add NavigationPreload runtime flag and skeleton interface (Closed)
Patch Set: forgot some gni Created 4 years, 2 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 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "sensor/SensorErrorEvent.idl", 224 "sensor/SensorErrorEvent.idl",
225 "sensor/SensorReading.idl", 225 "sensor/SensorReading.idl",
226 "sensor/SensorReadingEvent.idl", 226 "sensor/SensorReadingEvent.idl",
227 "serviceworkers/Client.idl", 227 "serviceworkers/Client.idl",
228 "serviceworkers/Clients.idl", 228 "serviceworkers/Clients.idl",
229 "serviceworkers/ExtendableEvent.idl", 229 "serviceworkers/ExtendableEvent.idl",
230 "serviceworkers/ExtendableMessageEvent.idl", 230 "serviceworkers/ExtendableMessageEvent.idl",
231 "serviceworkers/FetchEvent.idl", 231 "serviceworkers/FetchEvent.idl",
232 "serviceworkers/ForeignFetchEvent.idl", 232 "serviceworkers/ForeignFetchEvent.idl",
233 "serviceworkers/InstallEvent.idl", 233 "serviceworkers/InstallEvent.idl",
234 "serviceworkers/NavigationPreloadManager.idl",
234 "serviceworkers/ServiceWorker.idl", 235 "serviceworkers/ServiceWorker.idl",
235 "serviceworkers/ServiceWorkerContainer.idl", 236 "serviceworkers/ServiceWorkerContainer.idl",
236 "serviceworkers/ServiceWorkerGlobalScope.idl", 237 "serviceworkers/ServiceWorkerGlobalScope.idl",
237 "serviceworkers/ServiceWorkerMessageEvent.idl", 238 "serviceworkers/ServiceWorkerMessageEvent.idl",
238 "serviceworkers/ServiceWorkerRegistration.idl", 239 "serviceworkers/ServiceWorkerRegistration.idl",
239 "serviceworkers/WindowClient.idl", 240 "serviceworkers/WindowClient.idl",
240 "shapedetection/DetectedFace.idl", 241 "shapedetection/DetectedFace.idl",
241 "shapedetection/FaceDetector.idl", 242 "shapedetection/FaceDetector.idl",
242 "speech/SpeechGrammar.idl", 243 "speech/SpeechGrammar.idl",
243 "speech/SpeechGrammarList.idl", 244 "speech/SpeechGrammarList.idl",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "sensor/SensorErrorEventInit.idl", 458 "sensor/SensorErrorEventInit.idl",
458 "sensor/SensorReadingEventInit.idl", 459 "sensor/SensorReadingEventInit.idl",
459 "sensor/SensorOptions.idl", 460 "sensor/SensorOptions.idl",
460 "serviceworkers/ClientQueryOptions.idl", 461 "serviceworkers/ClientQueryOptions.idl",
461 "serviceworkers/ExtendableEventInit.idl", 462 "serviceworkers/ExtendableEventInit.idl",
462 "serviceworkers/ExtendableMessageEventInit.idl", 463 "serviceworkers/ExtendableMessageEventInit.idl",
463 "serviceworkers/FetchEventInit.idl", 464 "serviceworkers/FetchEventInit.idl",
464 "serviceworkers/ForeignFetchEventInit.idl", 465 "serviceworkers/ForeignFetchEventInit.idl",
465 "serviceworkers/ForeignFetchOptions.idl", 466 "serviceworkers/ForeignFetchOptions.idl",
466 "serviceworkers/ForeignFetchResponse.idl", 467 "serviceworkers/ForeignFetchResponse.idl",
468 "serviceworkers/NavigationPreloadState.idl",
467 "serviceworkers/RegistrationOptions.idl", 469 "serviceworkers/RegistrationOptions.idl",
468 "serviceworkers/ServiceWorkerMessageEventInit.idl", 470 "serviceworkers/ServiceWorkerMessageEventInit.idl",
469 "speech/SpeechRecognitionErrorInit.idl", 471 "speech/SpeechRecognitionErrorInit.idl",
470 "speech/SpeechRecognitionEventInit.idl", 472 "speech/SpeechRecognitionEventInit.idl",
471 "storage/StorageEventInit.idl", 473 "storage/StorageEventInit.idl",
472 "vr/VRDisplayEventInit.idl", 474 "vr/VRDisplayEventInit.idl",
473 "vr/VRLayer.idl", 475 "vr/VRLayer.idl",
474 "webaudio/AnalyserOptions.idl", 476 "webaudio/AnalyserOptions.idl",
475 "webaudio/AudioBufferOptions.idl", 477 "webaudio/AudioBufferOptions.idl",
476 "webaudio/AudioBufferSourceOptions.idl", 478 "webaudio/AudioBufferSourceOptions.idl",
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 "$blink_modules_output_dir/serviceworkers/ExtendableMessageEventInit.cpp", 797 "$blink_modules_output_dir/serviceworkers/ExtendableMessageEventInit.cpp",
796 "$blink_modules_output_dir/serviceworkers/ExtendableMessageEventInit.h", 798 "$blink_modules_output_dir/serviceworkers/ExtendableMessageEventInit.h",
797 "$blink_modules_output_dir/serviceworkers/FetchEventInit.cpp", 799 "$blink_modules_output_dir/serviceworkers/FetchEventInit.cpp",
798 "$blink_modules_output_dir/serviceworkers/FetchEventInit.h", 800 "$blink_modules_output_dir/serviceworkers/FetchEventInit.h",
799 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp", 801 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp",
800 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h", 802 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h",
801 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp", 803 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp",
802 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h", 804 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h",
803 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp", 805 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp",
804 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h", 806 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h",
807 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.cpp",
808 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h",
805 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp", 809 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp",
806 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h", 810 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h",
807 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.cpp", 811 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.cpp",
808 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.h", 812 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.h",
809 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp", 813 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp",
810 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h", 814 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h",
811 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp", 815 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp",
812 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h", 816 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h",
813 "$blink_modules_output_dir/storage/StorageEventInit.cpp", 817 "$blink_modules_output_dir/storage/StorageEventInit.cpp",
814 "$blink_modules_output_dir/storage/StorageEventInit.h", 818 "$blink_modules_output_dir/storage/StorageEventInit.h",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 "$blink_modules_output_dir/websockets/CloseEventInit.h", 876 "$blink_modules_output_dir/websockets/CloseEventInit.h",
873 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 877 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
874 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 878 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
875 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 879 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
876 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 880 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
877 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 881 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
878 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 882 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
879 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 883 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
880 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 884 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
881 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698