OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 "exported/WebMemoryCoordinator.cpp", | 529 "exported/WebMemoryCoordinator.cpp", |
530 "exported/WebMessagePortChannelClient.cpp", | 530 "exported/WebMessagePortChannelClient.cpp", |
531 "exported/WebMixedContent.cpp", | 531 "exported/WebMixedContent.cpp", |
532 "exported/WebPasswordCredential.cpp", | 532 "exported/WebPasswordCredential.cpp", |
533 "exported/WebPrerender.cpp", | 533 "exported/WebPrerender.cpp", |
534 "exported/WebPrerenderingSupport.cpp", | 534 "exported/WebPrerenderingSupport.cpp", |
535 "exported/WebPresentationAvailabilityObserver.cpp", | 535 "exported/WebPresentationAvailabilityObserver.cpp", |
536 "exported/WebPresentationController.cpp", | 536 "exported/WebPresentationController.cpp", |
537 "exported/WebPresentationReceiver.cpp", | 537 "exported/WebPresentationReceiver.cpp", |
538 "exported/WebRTCAnswerOptions.cpp", | 538 "exported/WebRTCAnswerOptions.cpp", |
539 "exported/WebRTCConfiguration.cpp", | |
540 "exported/WebRTCICECandidate.cpp", | 539 "exported/WebRTCICECandidate.cpp", |
541 "exported/WebRTCOfferOptions.cpp", | 540 "exported/WebRTCOfferOptions.cpp", |
542 "exported/WebRTCSessionDescription.cpp", | 541 "exported/WebRTCSessionDescription.cpp", |
543 "exported/WebRTCSessionDescriptionRequest.cpp", | 542 "exported/WebRTCSessionDescriptionRequest.cpp", |
544 "exported/WebRTCStatsRequest.cpp", | 543 "exported/WebRTCStatsRequest.cpp", |
545 "exported/WebRTCStatsResponse.cpp", | 544 "exported/WebRTCStatsResponse.cpp", |
546 "exported/WebRTCVoidRequest.cpp", | 545 "exported/WebRTCVoidRequest.cpp", |
547 "exported/WebScrollbarImpl.cpp", | 546 "exported/WebScrollbarImpl.cpp", |
548 "exported/WebScrollbarImpl.h", | 547 "exported/WebScrollbarImpl.h", |
549 "exported/WebScrollbarThemeClientImpl.cpp", | 548 "exported/WebScrollbarThemeClientImpl.cpp", |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 "network/ResourceRequest.h", | 1108 "network/ResourceRequest.h", |
1110 "network/ResourceResponse.cpp", | 1109 "network/ResourceResponse.cpp", |
1111 "network/ResourceResponse.h", | 1110 "network/ResourceResponse.h", |
1112 "network/ResourceTimingInfo.cpp", | 1111 "network/ResourceTimingInfo.cpp", |
1113 "network/ResourceTimingInfo.h", | 1112 "network/ResourceTimingInfo.h", |
1114 "network/WebSocketHandshakeRequest.cpp", | 1113 "network/WebSocketHandshakeRequest.cpp", |
1115 "network/WebSocketHandshakeRequest.h", | 1114 "network/WebSocketHandshakeRequest.h", |
1116 "network/WebSocketHandshakeResponse.cpp", | 1115 "network/WebSocketHandshakeResponse.cpp", |
1117 "network/WebSocketHandshakeResponse.h", | 1116 "network/WebSocketHandshakeResponse.h", |
1118 "peerconnection/RTCAnswerOptionsPlatform.h", | 1117 "peerconnection/RTCAnswerOptionsPlatform.h", |
1119 "peerconnection/RTCConfiguration.h", | |
1120 "peerconnection/RTCOfferOptionsPlatform.h", | 1118 "peerconnection/RTCOfferOptionsPlatform.h", |
1121 "peerconnection/RTCSessionDescriptionRequest.h", | 1119 "peerconnection/RTCSessionDescriptionRequest.h", |
1122 "peerconnection/RTCStatsRequest.h", | 1120 "peerconnection/RTCStatsRequest.h", |
1123 "peerconnection/RTCStatsResponseBase.h", | 1121 "peerconnection/RTCStatsResponseBase.h", |
1124 "peerconnection/RTCVoidRequest.h", | 1122 "peerconnection/RTCVoidRequest.h", |
1125 "plugins/PluginData.cpp", | 1123 "plugins/PluginData.cpp", |
1126 "plugins/PluginData.h", | 1124 "plugins/PluginData.h", |
1127 "plugins/PluginListBuilder.cpp", | 1125 "plugins/PluginListBuilder.cpp", |
1128 "plugins/PluginListBuilder.h", | 1126 "plugins/PluginListBuilder.h", |
1129 "scheduler/CancellableTaskFactory.cpp", | 1127 "scheduler/CancellableTaskFactory.cpp", |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1980 "//third_party/WebKit/Source:inside_blink", | 1978 "//third_party/WebKit/Source:inside_blink", |
1981 ] | 1979 ] |
1982 | 1980 |
1983 deps = [ | 1981 deps = [ |
1984 ":test_support", | 1982 ":test_support", |
1985 "//cc/surfaces:surface_id", | 1983 "//cc/surfaces:surface_id", |
1986 "//testing/gmock", | 1984 "//testing/gmock", |
1987 "//testing/gtest", | 1985 "//testing/gtest", |
1988 ] | 1986 ] |
1989 } | 1987 } |
OLD | NEW |