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

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

Issue 2612223002: Adds an API for inserting fake devices to internals (Closed)
Patch Set: Created 3 years, 11 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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 "webusb/NavigatorUSB.idl", 627 "webusb/NavigatorUSB.idl",
628 ], 628 ],
629 "abspath") 629 "abspath")
630 630
631 modules_testing_dependency_idl_files = 631 modules_testing_dependency_idl_files =
632 get_path_info( 632 get_path_info(
633 [ 633 [
634 "accessibility/testing/InternalsAccessibility.idl", 634 "accessibility/testing/InternalsAccessibility.idl",
635 "fetch/testing/InternalsFetch.idl", 635 "fetch/testing/InternalsFetch.idl",
636 "fetch/testing/WorkerInternalsFetch.idl", 636 "fetch/testing/WorkerInternalsFetch.idl",
637 "mediastream/testing/InternalsMediaStream.idl",
637 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl", 638 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl",
638 "peerconnection/testing/InternalsRTCCertificate.idl", 639 "peerconnection/testing/InternalsRTCCertificate.idl",
639 "serviceworkers/testing/InternalsServiceWorker.idl", 640 "serviceworkers/testing/InternalsServiceWorker.idl",
640 "speech/testing/InternalsSpeechSynthesis.idl", 641 "speech/testing/InternalsSpeechSynthesis.idl",
641 "vibration/testing/InternalsVibration.idl", 642 "vibration/testing/InternalsVibration.idl",
642 "webaudio/testing/InternalsWebAudio.idl", 643 "webaudio/testing/InternalsWebAudio.idl",
643 ], 644 ],
644 "abspath") 645 "abspath")
645 646
646 modules_definition_idl_files = modules_dictionary_idl_files + modules_idl_files 647 modules_definition_idl_files = modules_dictionary_idl_files + modules_idl_files
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 "$blink_modules_output_dir/websockets/CloseEventInit.h", 949 "$blink_modules_output_dir/websockets/CloseEventInit.h",
949 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 950 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
950 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 951 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
951 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 952 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
952 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 953 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
953 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 954 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
954 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 955 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
955 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 956 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
956 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 957 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
957 ] 958 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698