blob: 767ff3902feda1ac39efdb1a0fce4c2419fc9852 [file] [log] [blame]
[email protected]d9e2b84732014-04-30 16:28:141# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Adithya Srinivasanb37ee322017-08-15 14:23:315import("//build/buildflag_header.gni")
Nico Weber26af1d32018-01-31 19:53:116import("//build/compiled_action.gni")
kojii30add38f2016-07-14 02:10:327import("//build/config/features.gni")
Daniel Bratellcbaa1d42017-09-15 09:08:108import("//build/config/jumbo.gni")
[email protected]7bec12b2014-05-21 19:46:429import("//build/config/ui.gni")
lukaszac32cfbb2016-08-16 21:08:3510import("//testing/libfuzzer/fuzzer_test.gni")
[email protected]11274d92015-01-14 03:08:1911import("//testing/test.gni")
brettw2cf0a692016-11-11 23:14:1212import("//third_party/WebKit/public/public_features.gni")
[email protected]7bec12b2014-05-21 19:46:4213import("//third_party/WebKit/Source/build/scripts/scripts.gni")
14import("//third_party/WebKit/Source/config.gni")
[email protected]2d033ea2014-06-10 19:23:4015import("//third_party/WebKit/Source/platform/platform_generated.gni")
[email protected]2b87c062014-05-19 06:20:3516
[email protected]11139282014-06-19 20:57:4517# Most targets in this file are private actions so use that as the default.
[email protected]7e2d8442014-09-08 22:39:2218visibility = [ ":*" ]
[email protected]11139282014-06-19 20:57:4519
Eero Häkkinen51f50632018-02-12 08:25:4620blink_platform_avx_files = [
21 "audio/cpu/x86/VectorMathAVX.cpp",
22 "audio/cpu/x86/VectorMathAVX.h",
23]
24
Eero Häkkinen85162c432017-12-16 17:31:2425blink_platform_neon_files = [
26 "audio/cpu/arm/VectorMathNEON.h",
27 "graphics/cpu/arm/WebGLImageConversionNEON.h",
28]
[email protected]52cbbd92014-05-14 18:17:3629
Eero Häkkinen3dfdf0fb2017-12-19 13:03:0030blink_platform_msa_files = [
31 "audio/cpu/mips/VectorMathMSA.h",
32 "graphics/cpu/mips/WebGLImageConversionMSA.h",
33]
Prashant.Patil568a4682016-09-02 12:24:0634
Eero Häkkinena30276122017-12-15 21:38:4635blink_platform_sse_files = [
36 "audio/cpu/x86/VectorMathSSE.h",
37 "graphics/cpu/x86/WebGLImageConversionSSE.h",
38]
[email protected]08faf46a2015-06-22 11:56:1739
Kent Tamura68e702f2017-10-04 06:05:5440make_names("font_family_names") {
Kent Tamurab0526fe32017-10-05 04:12:4341 in_files = [ "fonts/font_family_names.json5" ]
Kent Tamura68e702f2017-10-04 06:05:5442 output_dir = blink_platform_output_dir
[email protected]2b87c062014-05-19 06:20:3543}
44
45action("runtime_enabled_features") {
46 script = "../build/scripts/make_runtime_features.py"
47
Kunihiko Sakamotoef0c06532017-09-14 05:51:1848 runtime_enabled_features_json5 = "runtime_enabled_features.json5"
shahriar rostami5206c502017-11-02 04:50:2249 inputs =
50 scripts_for_json5_files + [
51 runtime_enabled_features_json5,
52 "../build/scripts/templates/runtime_enabled_features.cc.tmpl",
53 "../build/scripts/templates/runtime_enabled_features.h.tmpl",
54 "../build/scripts/templates/RuntimeEnabledFeaturesTestHelpers.h.tmpl",
55 ]
[email protected]2b87c062014-05-19 06:20:3556
[email protected]2b87c062014-05-19 06:20:3557 outputs = [
Kunihiko Sakamotoef0c06532017-09-14 05:51:1858 "$blink_platform_output_dir/runtime_enabled_features.cc",
59 "$blink_platform_output_dir/runtime_enabled_features.h",
shahriar rostami5206c502017-11-02 04:50:2260 "$blink_platform_output_dir/testing/RuntimeEnabledFeaturesTestHelpers.h",
[email protected]2b87c062014-05-19 06:20:3561 ]
62
63 args = [
ktyliu58217412017-02-09 02:26:2064 rebase_path(runtime_enabled_features_json5, root_build_dir),
[email protected]2b87c062014-05-19 06:20:3565 "--output_dir",
[email protected]2d033ea2014-06-10 19:23:4066 rebase_path(blink_platform_output_dir, root_build_dir),
[email protected]2b87c062014-05-19 06:20:3567 ]
68}
69
70action("color_data") {
71 script = "../build/scripts/gperf.py"
72
73 color_data_gperf = "ColorData.gperf"
slan17e5ce7f2015-09-25 00:04:4574 inputs = [
75 color_data_gperf,
76 ]
[email protected]2b87c062014-05-19 06:20:3577
[email protected]2d033ea2014-06-10 19:23:4078 output_file = "$blink_platform_output_dir/ColorData.cpp"
slan17e5ce7f2015-09-25 00:04:4579 outputs = [
80 output_file,
81 ]
[email protected]2b87c062014-05-19 06:20:3582
erikchen717ca122016-10-11 00:39:0183 args = []
84 if (is_mac && !use_system_xcode) {
85 args += [
86 "--developer_dir",
87 hermetic_xcode_path,
88 ]
89 }
90
91 args += [
[email protected]2b87c062014-05-19 06:20:3592 gperf_exe,
93 "--key-positions=*",
slan17e5ce7f2015-09-25 00:04:4594 "-D",
95 "-s",
96 "2",
[email protected]2b87c062014-05-19 06:20:3597 rebase_path(color_data_gperf, root_build_dir),
98 "--output-file=" + rebase_path(output_file, root_build_dir),
99 ]
100}
101
Nico Weber26af1d32018-01-31 19:53:11102compiled_action("character_data") {
103 tool = ":character_data_generator"
Rouslan Solomakhin873601c62018-01-31 15:32:16104 outputs = [
Nico Weber26af1d32018-01-31 19:53:11105 "$blink_platform_output_dir/CharacterPropertyData.cpp",
Rouslan Solomakhin873601c62018-01-31 15:32:16106 ]
Nico Weber26af1d32018-01-31 19:53:11107 args = rebase_path(outputs, root_build_dir)
kojii9db08cc2016-01-28 23:42:28108}
109
alph480ae9f2017-03-23 19:42:37110action("instrumentation_probes") {
alph4ed08902017-04-05 00:59:52111 script = "../build/scripts/make_instrumenting_probes.py"
alph480ae9f2017-03-23 19:42:37112
alph80b97512017-03-29 05:20:13113 input_file = "probe/PlatformProbes.pidl"
alph480ae9f2017-03-23 19:42:37114 inputs = [
115 input_file,
alph4ed08902017-04-05 00:59:52116 "probe/PlatformProbes.json5",
117 "../build/scripts/templates/InstrumentingProbesImpl.cpp.tmpl",
118 "../build/scripts/templates/InstrumentingProbesInl.h.tmpl",
119 "../build/scripts/templates/ProbeSink.h.tmpl",
alph480ae9f2017-03-23 19:42:37120 ]
121
122 outputs = [
alph80b97512017-03-29 05:20:13123 "$blink_platform_output_dir/PlatformProbeSink.h",
alph80b97512017-03-29 05:20:13124 "$blink_platform_output_dir/PlatformProbesImpl.cpp",
Kinuko Yasuda74d1c9e2017-05-31 14:08:51125 "$blink_platform_output_dir/PlatformProbesInl.h",
alph480ae9f2017-03-23 19:42:37126 ]
127
128 args = [
129 rebase_path(inputs[0], root_build_dir),
alph4ed08902017-04-05 00:59:52130 "--config",
131 rebase_path("probe/PlatformProbes.json5", root_build_dir),
alph480ae9f2017-03-23 19:42:37132 "--output_dir",
133 rebase_path(blink_platform_output_dir, root_build_dir),
134 ]
135}
136
kojii9db08cc2016-01-28 23:42:28137executable("character_data_generator") {
138 sources = [
nona47ae6232016-04-07 09:25:44139 "text/CharacterPropertyDataGenerator.cpp",
140 "text/CharacterPropertyDataGenerator.h",
kojii9db08cc2016-01-28 23:42:28141 ]
142 configs += [ "//third_party/WebKit/Source:config" ]
143 deps = [
thomasanderson84fa8b02017-05-18 23:38:47144 "//build/config:exe_and_shlib_deps",
brucedawson3eee0c92016-04-22 23:47:05145
146 # Default manifest on Windows (a no-op elsewhere).
147 "//build/win:default_exe_manifest",
kojii9db08cc2016-01-28 23:42:28148 "//third_party/icu",
149 ]
150}
151
[email protected]aca959f2014-05-28 01:58:08152# This isn't strictly necessary since we can just add the deps to "platform",
153# but it helps to have the targets match the GYP build.
154group("make_platform_generated") {
[email protected]7e2d8442014-09-08 22:39:22155 visibility = [] # Allow re-assignment of list.
156 visibility = [ "//third_party/WebKit/Source/*" ]
[email protected]bdf81e82015-09-18 01:21:23157 public_deps = [
kojii9db08cc2016-01-28 23:42:28158 ":character_data",
[email protected]aca959f2014-05-28 01:58:08159 ":color_data",
160 ":font_family_names",
alph480ae9f2017-03-23 19:42:37161 ":instrumentation_probes",
[email protected]aca959f2014-05-28 01:58:08162 ":runtime_enabled_features",
Takashi Toyoshimaf5db82f2017-10-19 21:54:02163 "//third_party/WebKit/Source/platform/network:make_generated",
[email protected]aca959f2014-05-28 01:58:08164 ]
165}
166
sigbjornf60880bc2016-11-22 10:39:24167import("//build/config/pch.gni")
168
Alexander Timin4e59fae82017-07-25 09:12:42169config("blink_platform_config") {
170 include_dirs = [
171 #"$angle_path/include",
172 "$root_gen_dir/blink",
173 ]
174
175 configs = [
176 "//third_party/WebKit/Source:config",
177 "//third_party/WebKit/Source:inside_blink",
178
179 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
180 "//build/config/compiler:no_size_t_to_int_warning",
181 ]
182}
183
Jeremy Roman807c2632017-12-19 03:22:05184# Deps and configs required to include platform headers. Applied to all
185# platform constituent targets and exported to dependents.
186group("blink_platform_public_deps") {
187 visibility = [] # Allow re-assignment of list.
188 visibility = [ "//third_party/WebKit/Source/platform/*" ]
189 public_deps = [
190 ":make_platform_generated",
191 ":rcs_count_everything",
192 "//base",
193 "//cc",
194 "//cc/animation",
195 "//cc/paint",
196 "//gpu/command_buffer/client:client",
Jeremy Roman807c2632017-12-19 03:22:05197 "//gpu/command_buffer/client:gles2_interface",
198 "//gpu/command_buffer/common:common",
199 "//media",
200 "//net",
Sam McNally4b4a0822018-01-15 10:44:47201 "//services/device/public/interfaces:generic_sensor_blink",
202 "//services/device/public/interfaces:interfaces_blink",
Jeremy Roman807c2632017-12-19 03:22:05203 "//services/network/public/cpp:cpp",
Ken Rockot54311e62018-02-10 19:01:52204 "//services/network/public/mojom",
205 "//services/network/public/mojom:mojom_blink",
Jeremy Roman807c2632017-12-19 03:22:05206 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
Ken Rockot95c888a42018-02-11 05:54:11207 "//services/resource_coordinator/public/mojom:mojom_blink",
Ken Rockot543f5e32018-02-04 02:13:50208 "//services/service_manager/public/mojom:mojom_blink",
Jeremy Roman807c2632017-12-19 03:22:05209 "//skia",
210 "//third_party:jpeg",
Michael Lippautz6c5df012017-12-19 18:05:46211 "//third_party/WebKit/Source/platform/heap:blink_heap_incremental_marking",
Jeremy Roman807c2632017-12-19 03:22:05212 "//third_party/WebKit/Source/platform/network:make_generated",
213 "//third_party/WebKit/Source/platform/wtf",
214 "//third_party/WebKit/common:blink_common",
215 "//third_party/WebKit/common:mojo_platform_bindings_blink",
216 "//third_party/WebKit/public:blink_headers",
217 "//third_party/WebKit/public:mojo_bindings_blink",
218 "//third_party/iccjpeg",
219 "//third_party/libpng",
220 "//third_party/libwebp",
221 "//third_party/ots",
222 "//url",
223 "//v8",
224 ]
225 public_configs = [ "//third_party/WebKit/Source:features" ]
226}
227
Adithya Srinivasanb37ee322017-08-15 14:23:31228declare_args() {
229 runtime_call_stats_count_everything = false
230}
231
232buildflag_header("rcs_count_everything") {
233 header = "RuntimeCallStatsCountEverything.h"
234
235 header_dir = "blink/platform/bindings"
236
237 flags = [ "RCS_COUNT_EVERYTHING=$runtime_call_stats_count_everything" ]
238}
239
Alexander Timin4e59fae82017-07-25 09:12:42240config("blink_platform_implementation") {
241 defines = [ "BLINK_PLATFORM_IMPLEMENTATION=1" ]
242}
243
sigbjornf60880bc2016-11-22 10:39:24244config("blink_platform_pch") {
245 if (enable_precompiled_headers) {
246 if (is_win) {
247 # This is a string rather than a file GN knows about. It has to match
248 # exactly what's in the /FI flag below, and what might appear in the
249 # source code in quotes for an #include directive.
matthewtffba244ac2017-03-24 15:37:14250 precompiled_header = rebase_path("Precompile-platform.h", root_build_dir)
sigbjornf60880bc2016-11-22 10:39:24251
252 # This is a file that GN will compile with the above header. It will be
253 # implicitly added to the sources (potentially multiple times, with one
254 # variant for each language used in the target).
255 precompiled_source =
256 "//third_party/WebKit/Source/platform/win/Precompile-platform.cpp"
257
258 # Force include the header.
259 cflags = [ "/FI$precompiled_header" ]
matthewtffba244ac2017-03-24 15:37:14260 } else if (is_mac) {
261 precompiled_source =
262 "//third_party/WebKit/Source/platform/Precompile-platform.h"
sigbjornf60880bc2016-11-22 10:39:24263 }
264 }
265}
266
Marcin Simonides2f14ea12018-01-23 20:30:03267source_set("platform_export") {
268 sources = [
269 "PlatformExport.h",
270 ]
271
272 visibility = [] # Allow re-assignment of list.
273 visibility = [
274 ":platform",
275 "//mojo/public/cpp/bindings:wtf_support",
276 ]
277}
278
Daniel Bratellcbaa1d42017-09-15 09:08:10279jumbo_component("platform") {
[email protected]7e2d8442014-09-08 22:39:22280 visibility = [] # Allow re-assignment of list.
mek8919fe42016-05-31 22:24:11281 visibility = [
benwellseb509f52017-04-05 01:06:27282 "//components/pdf/common:interfaces_blink",
Renjie Liu8668849b2017-12-04 23:37:09283 "//services/device/public/interfaces:interfaces_blink",
mek8919fe42016-05-31 22:24:11284 "//third_party/WebKit/*",
Daniel Cheng7a059b02018-02-03 10:04:13285 "//url/mojom:url_mojom_origin_blink",
286 "//url/mojom:url_mojom_gurl_blink",
mek8919fe42016-05-31 22:24:11287 ]
[email protected]52cbbd92014-05-14 18:17:36288 output_name = "blink_platform"
289
brettw12fcbdc42016-09-01 06:06:09290 sources = [
291 "AsyncFileSystemCallbacks.h",
thakis71d33c32017-03-26 04:59:05292 "AsyncMethodRunner.h",
brettw12fcbdc42016-09-01 06:06:09293 "CalculationValue.h",
brettw12fcbdc42016-09-01 06:06:09294 "ContentDecryptionModuleResult.h",
295 "ContentSettingCallbacks.cpp",
296 "ContentSettingCallbacks.h",
brettw12fcbdc42016-09-01 06:06:09297 "ContextMenu.cpp",
298 "ContextMenu.h",
299 "ContextMenuItem.cpp",
300 "ContextMenuItem.h",
thakis71d33c32017-03-26 04:59:05301 "CrossOriginAttributeValue.h",
brettw12fcbdc42016-09-01 06:06:09302 "CrossThreadCopier.cpp",
303 "CrossThreadCopier.h",
thakis71d33c32017-03-26 04:59:05304 "CrossThreadFunctional.h",
brettw12fcbdc42016-09-01 06:06:09305 "Crypto.cpp",
306 "Crypto.h",
307 "CryptoResult.h",
308 "Cursor.cpp",
309 "Cursor.h",
Kinuko Yasuda74d1c9e2017-05-31 14:08:51310 "DataResourceHelper.cpp",
311 "DataResourceHelper.h",
brettw12fcbdc42016-09-01 06:06:09312 "DateComponents.cpp",
313 "DateComponents.h",
314 "Decimal.cpp",
315 "Decimal.h",
316 "DragImage.cpp",
317 "DragImage.h",
318 "EventDispatchForbiddenScope.cpp",
319 "EventDispatchForbiddenScope.h",
brettw12fcbdc42016-09-01 06:06:09320 "FileMetadata.cpp",
321 "FileMetadata.h",
322 "FileSystemType.h",
brettw12fcbdc42016-09-01 06:06:09323 "Histogram.cpp",
324 "Histogram.h",
yhirano8de3a3a92016-10-20 06:47:26325 "InstanceCounters.cpp",
326 "InstanceCounters.h",
Keishi Hattori7c70aa52017-07-21 05:55:12327 "InstanceCountersMemoryDumpProvider.cc",
328 "InstanceCountersMemoryDumpProvider.h",
brettw12fcbdc42016-09-01 06:06:09329 "KeyboardCodes.h",
330 "KillRing.h",
331 "KillRingNone.cpp",
332 "Language.cpp",
333 "Language.h",
334 "LayoutLocale.cpp",
335 "LayoutLocale.h",
336 "LayoutTestSupport.cpp",
337 "LayoutTestSupport.h",
338 "LayoutUnit.cpp",
339 "LayoutUnit.h",
340 "Length.cpp",
341 "Length.h",
brettw12fcbdc42016-09-01 06:06:09342 "LengthBox.h",
343 "LengthFunctions.cpp",
344 "LengthFunctions.h",
345 "LengthPoint.h",
346 "LengthSize.h",
347 "LifecycleNotifier.h",
348 "LifecycleObserver.h",
349 "LinkHash.cpp",
350 "LinkHash.h",
Deepanjan Roy25b54f92017-08-22 19:23:15351 "LongTaskDetector.cpp",
352 "LongTaskDetector.h",
brettw12fcbdc42016-09-01 06:06:09353 "MemoryCoordinator.cpp",
354 "MemoryCoordinator.h",
355 "PODArena.h",
356 "PODFreeListArena.h",
357 "PODInterval.h",
358 "PODIntervalTree.h",
359 "PODRedBlackTree.h",
360 "PartitionAllocMemoryDumpProvider.cpp",
361 "PartitionAllocMemoryDumpProvider.h",
362 "PasteMode.h",
joelhockeybc84bc22017-04-20 00:47:36363 "PlatformChromeClient.h",
joelhockeyd3fb9e22017-05-11 06:39:29364 "PlatformFrameView.h",
brettw12fcbdc42016-09-01 06:06:09365 "Prerender.cpp",
366 "Prerender.h",
367 "PrerenderClient.h",
Dominik Röttsches32f8cd32017-10-11 12:40:19368 "ResolutionUnits.h",
brettw12fcbdc42016-09-01 06:06:09369 "ScopedOrientationChangeIndicator.cpp",
370 "ScopedOrientationChangeIndicator.h",
brettw12fcbdc42016-09-01 06:06:09371 "SecureTextInput.cpp",
372 "SecureTextInput.h",
373 "SerializedResource.h",
374 "SharedBuffer.cpp",
375 "SharedBuffer.h",
376 "SharedBufferChunkReader.cpp",
377 "SharedBufferChunkReader.h",
brettw12fcbdc42016-09-01 06:06:09378 "Supplementable.cpp",
379 "Supplementable.h",
380 "Theme.cpp",
381 "Theme.h",
382 "ThemeTypes.h",
Sami Kyostilaa77687f2018-01-04 13:47:21383 "TimeClamper.cpp",
384 "TimeClamper.h",
brettw12fcbdc42016-09-01 06:06:09385 "Timer.cpp",
386 "Timer.h",
brettw12fcbdc42016-09-01 06:06:09387 "UUID.cpp",
388 "UUID.h",
Vladimir Levin6c6e0f7a2018-02-13 22:56:46389 "UkmTimeAggregator.cpp",
390 "UkmTimeAggregator.h",
brettw12fcbdc42016-09-01 06:06:09391 "WaitableEvent.cpp",
392 "WaitableEvent.h",
tzikc37d7a82016-12-08 06:20:41393 "WebFrameScheduler.h",
dtapuska7a176102016-12-16 18:25:05394 "WebGestureEvent.cpp",
brettw12fcbdc42016-09-01 06:06:09395 "WebIconSizesParser.cpp",
dtapuskaac513252017-01-05 19:39:44396 "WebMouseEvent.cpp",
397 "WebMouseWheelEvent.cpp",
nzolghadr8af61eb2017-06-22 20:42:36398 "WebPointerEvent.cpp",
brettw12fcbdc42016-09-01 06:06:09399 "WebTaskRunner.cpp",
tzik2ad30f102016-11-04 10:54:59400 "WebTaskRunner.h",
dtapuska7f4ddc2a2016-10-13 16:09:32401 "WebTextInputInfo.cpp",
brettw12fcbdc42016-09-01 06:06:09402 "WebThread.cpp",
403 "WebThreadSupportingGC.cpp",
404 "WebThreadSupportingGC.h",
Alexander Timinba60a6c82018-01-30 23:15:45405 "WebThreadType.cpp",
dtapuska5f7cc112017-01-27 21:37:13406 "WebTouchEvent.cpp",
brettw12fcbdc42016-09-01 06:06:09407 "WindowsKeyboardCodes.h",
408 "animation/AnimationTranslationUtil.cpp",
409 "animation/AnimationTranslationUtil.h",
410 "animation/AnimationUtilities.h",
Yi Guaa830ff2018-02-22 03:09:11411 "animation/CompositorAnimation.cpp",
412 "animation/CompositorAnimation.h",
413 "animation/CompositorAnimationClient.cpp",
414 "animation/CompositorAnimationClient.h",
brettw12fcbdc42016-09-01 06:06:09415 "animation/CompositorAnimationCurve.h",
416 "animation/CompositorAnimationDelegate.h",
417 "animation/CompositorAnimationHost.cpp",
418 "animation/CompositorAnimationHost.h",
brettw12fcbdc42016-09-01 06:06:09419 "animation/CompositorAnimationTimeline.cpp",
420 "animation/CompositorAnimationTimeline.h",
421 "animation/CompositorFilterAnimationCurve.cpp",
422 "animation/CompositorFilterAnimationCurve.h",
423 "animation/CompositorFilterKeyframe.cpp",
424 "animation/CompositorFilterKeyframe.h",
425 "animation/CompositorFloatAnimationCurve.cpp",
426 "animation/CompositorFloatAnimationCurve.h",
427 "animation/CompositorFloatKeyframe.cpp",
428 "animation/CompositorFloatKeyframe.h",
429 "animation/CompositorKeyframe.cpp",
430 "animation/CompositorKeyframe.h",
Yi Gu3904dc22018-02-15 18:35:24431 "animation/CompositorKeyframeModel.cpp",
432 "animation/CompositorKeyframeModel.h",
brettw12fcbdc42016-09-01 06:06:09433 "animation/CompositorScrollOffsetAnimationCurve.cpp",
434 "animation/CompositorScrollOffsetAnimationCurve.h",
435 "animation/CompositorTargetProperty.h",
436 "animation/CompositorTransformAnimationCurve.cpp",
437 "animation/CompositorTransformAnimationCurve.h",
438 "animation/CompositorTransformKeyframe.cpp",
439 "animation/CompositorTransformKeyframe.h",
440 "animation/CompositorTransformOperations.cpp",
441 "animation/CompositorTransformOperations.h",
442 "animation/TimingFunction.cpp",
443 "animation/TimingFunction.h",
444 "audio/AudioArray.h",
445 "audio/AudioBus.cpp",
446 "audio/AudioBus.h",
447 "audio/AudioChannel.cpp",
448 "audio/AudioChannel.h",
449 "audio/AudioDSPKernel.cpp",
450 "audio/AudioDSPKernel.h",
451 "audio/AudioDSPKernelProcessor.cpp",
452 "audio/AudioDSPKernelProcessor.h",
453 "audio/AudioDelayDSPKernel.cpp",
454 "audio/AudioDelayDSPKernel.h",
455 "audio/AudioDestination.cpp",
456 "audio/AudioDestination.h",
457 "audio/AudioDestinationConsumer.h",
brettw12fcbdc42016-09-01 06:06:09458 "audio/AudioFileReader.h",
459 "audio/AudioIOCallback.h",
460 "audio/AudioProcessor.cpp",
461 "audio/AudioProcessor.h",
brettw12fcbdc42016-09-01 06:06:09462 "audio/AudioResampler.cpp",
463 "audio/AudioResampler.h",
464 "audio/AudioResamplerKernel.cpp",
465 "audio/AudioResamplerKernel.h",
466 "audio/AudioSourceProvider.h",
467 "audio/AudioSourceProviderClient.h",
468 "audio/AudioUtilities.cpp",
469 "audio/AudioUtilities.h",
470 "audio/Biquad.cpp",
471 "audio/Biquad.h",
472 "audio/Cone.cpp",
473 "audio/Cone.h",
474 "audio/DenormalDisabler.h",
475 "audio/DirectConvolver.cpp",
476 "audio/DirectConvolver.h",
rtoy27ea35382017-05-09 19:13:33477 "audio/DistanceEffect.cpp",
478 "audio/DistanceEffect.h",
brettw12fcbdc42016-09-01 06:06:09479 "audio/DownSampler.cpp",
480 "audio/DownSampler.h",
481 "audio/DynamicsCompressor.cpp",
482 "audio/DynamicsCompressor.h",
483 "audio/DynamicsCompressorKernel.cpp",
484 "audio/DynamicsCompressorKernel.h",
485 "audio/EqualPowerPanner.cpp",
486 "audio/EqualPowerPanner.h",
487 "audio/FFTConvolver.cpp",
488 "audio/FFTConvolver.h",
489 "audio/FFTFrame.cpp",
490 "audio/FFTFrame.h",
491 "audio/FFTFrameStub.cpp",
492 "audio/HRTFDatabase.cpp",
493 "audio/HRTFDatabase.h",
494 "audio/HRTFDatabaseLoader.cpp",
495 "audio/HRTFDatabaseLoader.h",
496 "audio/HRTFElevation.cpp",
497 "audio/HRTFElevation.h",
498 "audio/HRTFKernel.cpp",
499 "audio/HRTFKernel.h",
500 "audio/HRTFPanner.cpp",
501 "audio/HRTFPanner.h",
502 "audio/IIRFilter.cpp",
503 "audio/IIRFilter.h",
504 "audio/MultiChannelResampler.cpp",
505 "audio/MultiChannelResampler.h",
506 "audio/Panner.cpp",
507 "audio/Panner.h",
hongchan52db730e2017-02-09 23:47:28508 "audio/PushPullFIFO.cpp",
509 "audio/PushPullFIFO.h",
brettw12fcbdc42016-09-01 06:06:09510 "audio/Reverb.cpp",
511 "audio/Reverb.h",
512 "audio/ReverbAccumulationBuffer.cpp",
513 "audio/ReverbAccumulationBuffer.h",
514 "audio/ReverbConvolver.cpp",
515 "audio/ReverbConvolver.h",
516 "audio/ReverbConvolverStage.cpp",
517 "audio/ReverbConvolverStage.h",
518 "audio/ReverbInputBuffer.cpp",
519 "audio/ReverbInputBuffer.h",
520 "audio/SincResampler.cpp",
521 "audio/SincResampler.h",
522 "audio/StereoPanner.cpp",
523 "audio/StereoPanner.h",
524 "audio/UpSampler.cpp",
525 "audio/UpSampler.h",
526 "audio/VectorMath.cpp",
527 "audio/VectorMath.h",
Eero Häkkinena30276122017-12-15 21:38:46528 "audio/VectorMathScalar.h",
brettw12fcbdc42016-09-01 06:06:09529 "audio/android/FFTFrameOpenMAXDLAndroid.cpp",
Eero Häkkinen85162c432017-12-16 17:31:24530 "audio/cpu/arm/VectorMathNEON.h",
Eero Häkkinen3dfdf0fb2017-12-19 13:03:00531 "audio/cpu/mips/VectorMathMSA.h",
Eero Häkkinen51f50632018-02-12 08:25:46532 "audio/cpu/x86/VectorMathAVX.cpp",
533 "audio/cpu/x86/VectorMathAVX.h",
Eero Häkkinen35033772018-02-04 21:02:03534 "audio/cpu/x86/VectorMathImpl.h",
David Valletf4649bb2018-01-05 01:57:59535 "audio/cpu/x86/VectorMathSSE.cpp",
Eero Häkkinena30276122017-12-15 21:38:46536 "audio/cpu/x86/VectorMathSSE.h",
537 "audio/cpu/x86/VectorMathX86.h",
brettw12fcbdc42016-09-01 06:06:09538 "audio/ffmpeg/FFTFrameFFMPEG.cpp",
brettw12fcbdc42016-09-01 06:06:09539 "audio/mac/FFTFrameMac.cpp",
Eero Häkkinenffdd25352017-12-16 15:59:13540 "audio/mac/VectorMathMac.h",
Adithya Srinivasanca99a6c2017-11-14 17:04:26541 "bindings/ActiveScriptWrappableBase.cpp",
542 "bindings/ActiveScriptWrappableBase.h",
Sayaka Takayama0850c6152017-10-05 10:14:47543 "bindings/CallbackFunctionBase.cpp",
544 "bindings/CallbackFunctionBase.h",
Yuki Shiinob17ef332017-11-08 15:31:44545 "bindings/CallbackInterfaceBase.cpp",
546 "bindings/CallbackInterfaceBase.h",
adithyas594ca9152017-04-27 17:42:21547 "bindings/DOMDataStore.h",
548 "bindings/DOMWrapperMap.h",
549 "bindings/DOMWrapperWorld.cpp",
550 "bindings/DOMWrapperWorld.h",
adithyasaeb180b12017-04-25 17:18:48551 "bindings/Microtask.cpp",
552 "bindings/Microtask.h",
Hitoshi Yoshida1ee1fb80272017-11-16 01:54:46553 "bindings/OriginTrialFeatures.cpp",
554 "bindings/OriginTrialFeatures.h",
Adithya Srinivasan93940c22017-05-25 20:34:39555 "bindings/RuntimeCallStats.cpp",
556 "bindings/RuntimeCallStats.h",
adithyas594ca9152017-04-27 17:42:21557 "bindings/ScopedPersistent.h",
Jeremy Romanbe7fde42017-10-16 18:23:06558 "bindings/ScriptForbiddenScope.cpp",
559 "bindings/ScriptForbiddenScope.h",
adithyas594ca9152017-04-27 17:42:21560 "bindings/ScriptPromiseProperties.h",
561 "bindings/ScriptState.cpp",
562 "bindings/ScriptState.h",
563 "bindings/ScriptWrappable.cpp",
564 "bindings/ScriptWrappable.h",
Ulan Degenbaev85353fb32018-01-23 08:14:29565 "bindings/ScriptWrappableMarkingVisitor.cpp",
566 "bindings/ScriptWrappableMarkingVisitor.h",
adithyas594ca9152017-04-27 17:42:21567 "bindings/ScriptWrappableVisitor.cpp",
568 "bindings/ScriptWrappableVisitor.h",
569 "bindings/ScriptWrappableVisitorVerifier.h",
adithyas96f45eca2017-04-28 17:56:15570 "bindings/SharedPersistent.h",
adithyas594ca9152017-04-27 17:42:21571 "bindings/StringResource.cpp",
572 "bindings/StringResource.h",
adithyas96f45eca2017-04-28 17:56:15573 "bindings/ToV8.h",
Yuki Shiino9d5306c2017-09-13 12:45:12574 "bindings/TraceWrapperBase.h",
adithyas96f45eca2017-04-28 17:56:15575 "bindings/TraceWrapperMember.h",
adithyas594ca9152017-04-27 17:42:21576 "bindings/TraceWrapperV8Reference.h",
Michael Lippautzdeb63682018-02-15 11:47:39577 "bindings/TraceWrapperV8String.cpp",
578 "bindings/TraceWrapperV8String.h",
adithyas594ca9152017-04-27 17:42:21579 "bindings/V0CustomElementBinding.cpp",
580 "bindings/V0CustomElementBinding.h",
581 "bindings/V8Binding.cpp",
582 "bindings/V8Binding.h",
583 "bindings/V8BindingMacros.h",
Adithya Srinivasan74b86eda2017-10-03 15:07:51584 "bindings/V8DOMActivityLogger.cpp",
585 "bindings/V8DOMActivityLogger.h",
adithyas594ca9152017-04-27 17:42:21586 "bindings/V8DOMWrapper.cpp",
587 "bindings/V8DOMWrapper.h",
588 "bindings/V8GlobalValueMap.h",
589 "bindings/V8ObjectConstructor.cpp",
590 "bindings/V8ObjectConstructor.h",
591 "bindings/V8PerContextData.cpp",
592 "bindings/V8PerContextData.h",
593 "bindings/V8PerIsolateData.cpp",
594 "bindings/V8PerIsolateData.h",
595 "bindings/V8PrivateProperty.cpp",
596 "bindings/V8PrivateProperty.h",
597 "bindings/V8ThrowException.cpp",
598 "bindings/V8ThrowException.h",
599 "bindings/V8ValueCache.cpp",
600 "bindings/V8ValueCache.h",
601 "bindings/WrapperCreationSecurityCheck.cpp",
602 "bindings/WrapperCreationSecurityCheck.h",
603 "bindings/WrapperTypeInfo.cpp",
604 "bindings/WrapperTypeInfo.h",
brettw12fcbdc42016-09-01 06:06:09605 "clipboard/ClipboardMimeTypes.cpp",
606 "clipboard/ClipboardMimeTypes.h",
607 "clipboard/ClipboardUtilities.cpp",
608 "clipboard/ClipboardUtilities.h",
Prashant.Patil568a4682016-09-02 12:24:06609 "cpu/mips/CommonMacrosMSA.h",
John Abd-El-Malek634eb442017-02-10 19:12:06610 "exported/FilePathConversion.cpp",
sammc7f964632016-10-14 04:16:21611 "exported/InterfaceRegistry.cpp",
brettw12fcbdc42016-09-01 06:06:09612 "exported/Platform.cpp",
613 "exported/ServiceRegistry.cpp",
John Abd-El-Malek634eb442017-02-10 19:12:06614 "exported/URLConversion.cpp",
brettw12fcbdc42016-09-01 06:06:09615 "exported/WebActiveGestureAnimation.cpp",
616 "exported/WebActiveGestureAnimation.h",
617 "exported/WebAudioBus.cpp",
618 "exported/WebAudioDevice.cpp",
Marijn Kruisselbrink6d555222017-10-02 19:49:36619 "exported/WebBlobInfo.cpp",
Daniel Hintze67d0018d2017-08-09 15:36:08620 "exported/WebCORS.cpp",
Daniel Hintze6d4de1e2017-08-16 18:04:34621 "exported/WebCORSPreflightResultCache.cpp",
kinukoed1ed1d2017-02-08 09:13:43622 "exported/WebCache.cpp",
brettw12fcbdc42016-09-01 06:06:09623 "exported/WebCanvasCaptureHandler.cpp",
Stuart Langleyfdd23bac2017-12-13 01:04:14624 "exported/WebClipboardImpl.cpp",
625 "exported/WebClipboardImpl.h",
jam013b74c82017-02-10 16:36:10626 "exported/WebCoalescedInputEvent.cpp",
brettw12fcbdc42016-09-01 06:06:09627 "exported/WebContentDecryptionModule.cpp",
628 "exported/WebContentDecryptionModuleAccess.cpp",
629 "exported/WebContentDecryptionModuleResult.cpp",
630 "exported/WebContentDecryptionModuleSession.cpp",
631 "exported/WebContentSettingCallbacks.cpp",
brettw12fcbdc42016-09-01 06:06:09632 "exported/WebCryptoAlgorithm.cpp",
633 "exported/WebCryptoKey.cpp",
634 "exported/WebCryptoKeyAlgorithm.cpp",
635 "exported/WebCryptoResult.cpp",
636 "exported/WebCursorInfo.cpp",
637 "exported/WebData.cpp",
638 "exported/WebDataConsumerHandle.cpp",
brettw12fcbdc42016-09-01 06:06:09639 "exported/WebDragData.cpp",
640 "exported/WebEncryptedMediaClient.cpp",
641 "exported/WebEncryptedMediaKeyInformation.cpp",
642 "exported/WebEncryptedMediaRequest.cpp",
brettw12fcbdc42016-09-01 06:06:09643 "exported/WebFileSystemCallbacks.cpp",
644 "exported/WebFont.cpp",
645 "exported/WebFontDescription.cpp",
646 "exported/WebHTTPBody.cpp",
Daniel Hintze646f4e22017-08-31 17:07:30647 "exported/WebHTTPHeaderMap.cpp",
brettw12fcbdc42016-09-01 06:06:09648 "exported/WebHTTPLoadInfo.cpp",
649 "exported/WebImage.cpp",
650 "exported/WebImageGenerator.cpp",
Sasha Bermeisterde415f02017-06-19 04:16:46651 "exported/WebInputEvent.cpp",
brettw12fcbdc42016-09-01 06:06:09652 "exported/WebMediaConstraints.cpp",
brettw12fcbdc42016-09-01 06:06:09653 "exported/WebMediaPlayerClient.cpp",
654 "exported/WebMediaPlayerEncryptedMediaClient.cpp",
655 "exported/WebMediaPlayerSource.cpp",
656 "exported/WebMediaRecorderHandler.cpp",
657 "exported/WebMediaStream.cpp",
658 "exported/WebMediaStreamSource.cpp",
659 "exported/WebMediaStreamTrack.cpp",
brettw12fcbdc42016-09-01 06:06:09660 "exported/WebMemoryCoordinator.cpp",
brettw12fcbdc42016-09-01 06:06:09661 "exported/WebMixedContent.cpp",
Marijn Kruisselbrink369faf82017-10-23 19:58:42662 "exported/WebMockClipboard.cpp",
kinukofbfee762017-03-08 04:01:06663 "exported/WebNetworkStateNotifier.cpp",
brettw12fcbdc42016-09-01 06:06:09664 "exported/WebPrerender.cpp",
665 "exported/WebPrerenderingSupport.cpp",
zhaobin31637e52016-09-30 00:10:04666 "exported/WebPresentationReceiver.cpp",
brettw12fcbdc42016-09-01 06:06:09667 "exported/WebRTCAnswerOptions.cpp",
brettw12fcbdc42016-09-01 06:06:09668 "exported/WebRTCOfferOptions.cpp",
hbos1d059042017-06-19 18:26:50669 "exported/WebRTCPeerConnectionHandlerClient.cpp",
hbos68d5bbdd2017-04-10 14:44:34670 "exported/WebRTCRtpContributingSource.cpp",
hboscc486302017-03-30 16:47:11671 "exported/WebRTCRtpReceiver.cpp",
hbos3c633b62017-05-05 14:35:42672 "exported/WebRTCRtpSender.cpp",
brettw12fcbdc42016-09-01 06:06:09673 "exported/WebRTCSessionDescription.cpp",
674 "exported/WebRTCSessionDescriptionRequest.cpp",
hbos20033c02016-11-25 14:47:04675 "exported/WebRTCStats.cpp",
brettw12fcbdc42016-09-01 06:06:09676 "exported/WebRTCStatsRequest.cpp",
677 "exported/WebRTCStatsResponse.cpp",
678 "exported/WebRTCVoidRequest.cpp",
nverne61d2da872017-05-24 10:15:30679 "exported/WebRuntimeFeatures.cpp",
brettw12fcbdc42016-09-01 06:06:09680 "exported/WebScrollbarImpl.cpp",
681 "exported/WebScrollbarImpl.h",
682 "exported/WebScrollbarThemeClientImpl.cpp",
683 "exported/WebScrollbarThemeClientImpl.h",
684 "exported/WebScrollbarThemeGeometryNative.cpp",
685 "exported/WebScrollbarThemeGeometryNative.h",
686 "exported/WebScrollbarThemePainter.cpp",
687 "exported/WebSecurityOrigin.cpp",
Makoto Shimazu2eaadae2017-12-24 14:19:38688 "exported/WebServiceWorkerInstalledScriptsManager.cpp",
brettw12fcbdc42016-09-01 06:06:09689 "exported/WebServiceWorkerRequest.cpp",
690 "exported/WebServiceWorkerResponse.cpp",
shimazu1ac68cf2017-04-20 06:03:46691 "exported/WebServiceWorkerStreamHandle.cpp",
brettw12fcbdc42016-09-01 06:06:09692 "exported/WebSpeechSynthesisUtterance.cpp",
693 "exported/WebSpeechSynthesisVoice.cpp",
694 "exported/WebSpeechSynthesizerClientImpl.cpp",
695 "exported/WebSpeechSynthesizerClientImpl.h",
jamdc5ee982017-02-14 20:33:37696 "exported/WebString.cpp",
lethalantidote7f6009d2017-07-07 21:47:39697 "exported/WebSurfaceLayerBridge.cpp",
brettw12fcbdc42016-09-01 06:06:09698 "exported/WebTextRun.cpp",
699 "exported/WebThreadSafeData.cpp",
700 "exported/WebURL.cpp",
Takashi Toyoshimaccd0bd542017-11-20 05:47:54701 "exported/WebURLError.cpp",
brettw12fcbdc42016-09-01 06:06:09702 "exported/WebURLLoadTiming.cpp",
703 "exported/WebURLLoaderClient.cpp",
704 "exported/WebURLLoaderTestDelegate.cpp",
705 "exported/WebURLRequest.cpp",
706 "exported/WebURLResponse.cpp",
CJ DiMeglio2302d202017-08-31 08:38:04707 "exported/WebVideoFrameSubmitter.cpp",
brettw12fcbdc42016-09-01 06:06:09708 "exported/WrappedResourceRequest.h",
709 "exported/WrappedResourceResponse.h",
iclelland7d15b7f2016-11-03 16:58:10710 "feature_policy/FeaturePolicy.cpp",
711 "feature_policy/FeaturePolicy.h",
brettw12fcbdc42016-09-01 06:06:09712 "fonts/AcceptLanguagesResolver.cpp",
713 "fonts/AcceptLanguagesResolver.h",
714 "fonts/AlternateFontFamily.h",
Dominik Röttschesa4eab4f2017-10-06 14:55:17715 "fonts/BitmapGlyphsBlacklist.cpp",
716 "fonts/BitmapGlyphsBlacklist.h",
Dominik Röttsches31ccc10f2017-11-28 19:53:10717 "fonts/CanvasRotationInVertical.h",
brettw12fcbdc42016-09-01 06:06:09718 "fonts/CharacterRange.h",
719 "fonts/CustomFontData.h",
thakis71d33c32017-03-26 04:59:05720 "fonts/FallbackListCompositeKey.h",
brettw12fcbdc42016-09-01 06:06:09721 "fonts/Font.cpp",
722 "fonts/Font.h",
723 "fonts/FontBaseline.h",
724 "fonts/FontCache.cpp",
725 "fonts/FontCache.h",
726 "fonts/FontCacheClient.h",
727 "fonts/FontCacheKey.h",
728 "fonts/FontCacheMemoryDumpProvider.cpp",
729 "fonts/FontCacheMemoryDumpProvider.h",
730 "fonts/FontCustomPlatformData.cpp",
731 "fonts/FontCustomPlatformData.h",
732 "fonts/FontData.cpp",
733 "fonts/FontData.h",
734 "fonts/FontDataCache.cpp",
735 "fonts/FontDataCache.h",
736 "fonts/FontDataForRangeSet.cpp",
737 "fonts/FontDataForRangeSet.h",
738 "fonts/FontDescription.cpp",
wychen589d05e2017-03-31 00:06:36739 "fonts/FontDescription.h",
brettw12fcbdc42016-09-01 06:06:09740 "fonts/FontFaceCreationParams.h",
741 "fonts/FontFallbackIterator.cpp",
742 "fonts/FontFallbackIterator.h",
743 "fonts/FontFallbackList.cpp",
744 "fonts/FontFallbackList.h",
745 "fonts/FontFallbackPriority.cpp",
746 "fonts/FontFallbackPriority.h",
747 "fonts/FontFamily.cpp",
748 "fonts/FontFamily.h",
Fernando Serboncini96e2b7d02017-06-12 20:35:05749 "fonts/FontGlobalContext.cpp",
750 "fonts/FontGlobalContext.h",
Dominik Röttsches286d5f12017-11-15 12:57:22751 "fonts/FontMetrics.cpp",
thakis71d33c32017-03-26 04:59:05752 "fonts/FontMetrics.h",
Walter Korman60e07df2017-09-27 18:56:28753 "fonts/FontOrientation.cpp",
thakis71d33c32017-03-26 04:59:05754 "fonts/FontOrientation.h",
brettw12fcbdc42016-09-01 06:06:09755 "fonts/FontPlatformData.cpp",
756 "fonts/FontPlatformData.h",
Dominik Röttsches81812802017-07-27 17:24:15757 "fonts/FontSelectionAlgorithm.cpp",
758 "fonts/FontSelectionAlgorithm.h",
759 "fonts/FontSelectionTypes.cpp",
760 "fonts/FontSelectionTypes.h",
Fernando Serboncini87b9c7a2017-08-08 20:48:39761 "fonts/FontSelector.cpp",
Fernando Serboncini91f72312017-08-02 20:15:20762 "fonts/FontSelector.h",
763 "fonts/FontSelectorClient.h",
Walter Korman60e07df2017-09-27 18:56:28764 "fonts/FontSmoothingMode.cpp",
thakis71d33c32017-03-26 04:59:05765 "fonts/FontSmoothingMode.h",
Walter Korman3e2c20c2017-09-29 22:06:38766 "fonts/FontVariantEastAsian.cpp",
Koji Ishiifc295adf2017-09-06 17:17:52767 "fonts/FontVariantEastAsian.h",
Walter Korman3e2c20c2017-09-29 22:06:38768 "fonts/FontVariantNumeric.cpp",
brettw12fcbdc42016-09-01 06:06:09769 "fonts/FontVariantNumeric.h",
Koji Ishii77aa1ef2018-01-27 01:36:30770 "fonts/FontVerticalPositionType.h",
Walter Korman60e07df2017-09-27 18:56:28771 "fonts/FontWidthVariant.cpp",
thakis71d33c32017-03-26 04:59:05772 "fonts/FontWidthVariant.h",
brettw12fcbdc42016-09-01 06:06:09773 "fonts/GenericFontFamilySettings.cpp",
774 "fonts/GenericFontFamilySettings.h",
brettw12fcbdc42016-09-01 06:06:09775 "fonts/GlyphMetricsMap.h",
Emil A Eklundd30c8872017-09-02 11:43:47776 "fonts/NGTextFragmentPaintInfo.h",
brettw12fcbdc42016-09-01 06:06:09777 "fonts/OrientationIterator.cpp",
778 "fonts/OrientationIterator.h",
779 "fonts/ScriptRunIterator.cpp",
780 "fonts/ScriptRunIterator.h",
781 "fonts/SegmentedFontData.cpp",
782 "fonts/SegmentedFontData.h",
783 "fonts/SimpleFontData.cpp",
784 "fonts/SimpleFontData.h",
785 "fonts/SmallCapsIterator.cpp",
786 "fonts/SmallCapsIterator.h",
787 "fonts/SymbolsIterator.cpp",
788 "fonts/SymbolsIterator.h",
Walter Korman60e07df2017-09-27 18:56:28789 "fonts/TextRenderingMode.cpp",
thakis71d33c32017-03-26 04:59:05790 "fonts/TextRenderingMode.h",
Walter Korman0afd0142017-09-26 04:43:20791 "fonts/TypesettingFeatures.cpp",
thakis71d33c32017-03-26 04:59:05792 "fonts/TypesettingFeatures.h",
brettw12fcbdc42016-09-01 06:06:09793 "fonts/UTF16TextIterator.cpp",
794 "fonts/UTF16TextIterator.h",
795 "fonts/UnicodeRangeSet.cpp",
796 "fonts/UnicodeRangeSet.h",
797 "fonts/VDMXParser.cpp",
798 "fonts/VDMXParser.h",
799 "fonts/WebFontDecoder.cpp",
800 "fonts/WebFontDecoder.h",
Sergey Ulanov0034884c2018-02-07 21:07:35801 "fonts/WebFontRenderStyle.cpp",
brettw12fcbdc42016-09-01 06:06:09802 "fonts/android/FontCacheAndroid.cpp",
803 "fonts/linux/FontCacheLinux.cpp",
drott4eaf7df2017-05-08 14:18:45804 "fonts/mac/CoreTextVariationsSupport.cpp",
805 "fonts/mac/CoreTextVariationsSupport.h",
brettw12fcbdc42016-09-01 06:06:09806 "fonts/mac/FontCacheMac.mm",
807 "fonts/mac/FontFamilyMatcherMac.h",
808 "fonts/mac/FontFamilyMatcherMac.mm",
809 "fonts/mac/FontPlatformDataMac.mm",
drottd5cec19a62016-12-22 18:32:45810 "fonts/opentype/FontSettings.cpp",
drott7eac4cc2016-12-07 12:13:21811 "fonts/opentype/FontSettings.h",
brettw12fcbdc42016-09-01 06:06:09812 "fonts/opentype/OpenTypeCapsSupport.cpp",
813 "fonts/opentype/OpenTypeCapsSupport.h",
814 "fonts/opentype/OpenTypeCapsSupportMPL.cpp",
815 "fonts/opentype/OpenTypeTypes.h",
816 "fonts/opentype/OpenTypeVerticalData.cpp",
817 "fonts/opentype/OpenTypeVerticalData.h",
Dominik Röttsches65fe7ca12017-06-16 17:42:46818 "fonts/opentype/VariableFontCheck.cpp",
819 "fonts/opentype/VariableFontCheck.h",
eae5db7e232016-11-11 08:51:13820 "fonts/shaping/CachingWordShapeIterator.cpp",
brettw12fcbdc42016-09-01 06:06:09821 "fonts/shaping/CachingWordShapeIterator.h",
822 "fonts/shaping/CachingWordShaper.cpp",
823 "fonts/shaping/CachingWordShaper.h",
824 "fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp",
825 "fonts/shaping/CaseMappingHarfBuzzBufferFiller.h",
826 "fonts/shaping/HarfBuzzFace.cpp",
827 "fonts/shaping/HarfBuzzFace.h",
Fernando Serboncini700ac392017-07-17 17:41:56828 "fonts/shaping/HarfBuzzFontCache.h",
brettw12fcbdc42016-09-01 06:06:09829 "fonts/shaping/HarfBuzzShaper.cpp",
830 "fonts/shaping/HarfBuzzShaper.h",
831 "fonts/shaping/RunSegmenter.cpp",
832 "fonts/shaping/RunSegmenter.h",
Adenilson Cavalcanti498c6182017-08-09 21:45:01833 "fonts/shaping/ShapeCache.cpp",
brettw12fcbdc42016-09-01 06:06:09834 "fonts/shaping/ShapeCache.h",
835 "fonts/shaping/ShapeResult.cpp",
836 "fonts/shaping/ShapeResult.h",
fmalita123744c2017-03-23 21:30:14837 "fonts/shaping/ShapeResultBloberizer.cpp",
838 "fonts/shaping/ShapeResultBloberizer.h",
brettw12fcbdc42016-09-01 06:06:09839 "fonts/shaping/ShapeResultBuffer.cpp",
840 "fonts/shaping/ShapeResultBuffer.h",
841 "fonts/shaping/ShapeResultInlineHeaders.h",
842 "fonts/shaping/ShapeResultSpacing.cpp",
843 "fonts/shaping/ShapeResultSpacing.h",
844 "fonts/shaping/ShapeResultTestInfo.cpp",
845 "fonts/shaping/ShapeResultTestInfo.h",
eae7a7a48c2017-03-29 16:23:22846 "fonts/shaping/ShapingLineBreaker.cpp",
847 "fonts/shaping/ShapingLineBreaker.h",
brettw12fcbdc42016-09-01 06:06:09848 "fonts/skia/FontCacheSkia.cpp",
849 "fonts/skia/SkiaTextMetrics.cpp",
850 "fonts/skia/SkiaTextMetrics.h",
851 "fonts/win/FontCacheSkiaWin.cpp",
852 "fonts/win/FontFallbackWin.cpp",
853 "fonts/win/FontFallbackWin.h",
854 "fonts/win/FontPlatformDataWin.cpp",
855 "geometry/DoublePoint.cpp",
856 "geometry/DoublePoint.h",
857 "geometry/DoubleRect.cpp",
858 "geometry/DoubleRect.h",
859 "geometry/DoubleSize.cpp",
860 "geometry/DoubleSize.h",
861 "geometry/FloatBox.cpp",
862 "geometry/FloatBox.h",
863 "geometry/FloatPoint.cpp",
864 "geometry/FloatPoint.h",
865 "geometry/FloatPoint3D.cpp",
866 "geometry/FloatPoint3D.h",
867 "geometry/FloatPolygon.cpp",
868 "geometry/FloatPolygon.h",
869 "geometry/FloatQuad.cpp",
870 "geometry/FloatQuad.h",
871 "geometry/FloatRect.cpp",
872 "geometry/FloatRect.h",
Morten Stenshornea92e6912017-09-19 19:39:02873 "geometry/FloatRectOutsets.cpp",
brettw12fcbdc42016-09-01 06:06:09874 "geometry/FloatRectOutsets.h",
875 "geometry/FloatRoundedRect.cpp",
876 "geometry/FloatRoundedRect.h",
877 "geometry/FloatSize.cpp",
878 "geometry/FloatSize.h",
Xianzhu Wangead731a2017-09-01 05:34:05879 "geometry/GeometryAsJSON.cpp",
880 "geometry/GeometryAsJSON.h",
brettw12fcbdc42016-09-01 06:06:09881 "geometry/IntPoint.cpp",
882 "geometry/IntPoint.h",
883 "geometry/IntRect.cpp",
884 "geometry/IntRect.h",
885 "geometry/IntRectOutsets.h",
886 "geometry/IntSize.cpp",
887 "geometry/IntSize.h",
brettw12fcbdc42016-09-01 06:06:09888 "geometry/LayoutPoint.cpp",
889 "geometry/LayoutPoint.h",
890 "geometry/LayoutRect.cpp",
891 "geometry/LayoutRect.h",
892 "geometry/LayoutRectOutsets.cpp",
893 "geometry/LayoutRectOutsets.h",
894 "geometry/LayoutSize.cpp",
895 "geometry/LayoutSize.h",
896 "geometry/Region.cpp",
897 "geometry/Region.h",
898 "geometry/TransformState.cpp",
899 "geometry/TransformState.h",
900 "geometry/cg/FloatPointCG.cpp",
901 "geometry/cg/FloatRectCG.cpp",
902 "geometry/cg/FloatSizeCG.cpp",
903 "geometry/cg/IntPointCG.cpp",
904 "geometry/cg/IntRectCG.cpp",
905 "geometry/cg/IntSizeCG.cpp",
brettw12fcbdc42016-09-01 06:06:09906 "graphics/AcceleratedStaticBitmapImage.cpp",
907 "graphics/AcceleratedStaticBitmapImage.h",
908 "graphics/BitmapImage.cpp",
909 "graphics/BitmapImage.h",
910 "graphics/BitmapImageMetrics.cpp",
911 "graphics/BitmapImageMetrics.h",
912 "graphics/BoxReflection.cpp",
913 "graphics/BoxReflection.h",
brettw12fcbdc42016-09-01 06:06:09914 "graphics/Canvas2DLayerBridge.cpp",
915 "graphics/Canvas2DLayerBridge.h",
ccameron60c4a2e2017-04-18 01:03:38916 "graphics/CanvasColorParams.cpp",
917 "graphics/CanvasColorParams.h",
junov1d09c4b2017-05-25 17:22:23918 "graphics/CanvasHeuristicParameters.h",
brettw12fcbdc42016-09-01 06:06:09919 "graphics/CanvasMetrics.cpp",
920 "graphics/CanvasMetrics.h",
Justin Novosad5b079962017-11-08 23:26:00921 "graphics/CanvasResource.cpp",
922 "graphics/CanvasResource.h",
xlai6c4cca52017-11-23 18:06:10923 "graphics/CanvasResourceHost.h",
Justin Novosad5b079962017-11-08 23:26:00924 "graphics/CanvasResourceProvider.cpp",
925 "graphics/CanvasResourceProvider.h",
brettw12fcbdc42016-09-01 06:06:09926 "graphics/Color.cpp",
927 "graphics/Color.h",
ccameronbf8e2f12016-12-07 23:06:24928 "graphics/ColorBehavior.cpp",
929 "graphics/ColorBehavior.h",
Morten Stenshornea8825d62017-07-17 16:51:01930 "graphics/ColorBlend.h",
ccameronb8a46552017-05-18 03:44:32931 "graphics/ColorSpaceGamut.cpp",
932 "graphics/ColorSpaceGamut.h",
brettw12fcbdc42016-09-01 06:06:09933 "graphics/ColorSpaceProfileData.cpp",
934 "graphics/ColorSpaceProfileData.h",
935 "graphics/CompositingReasons.cpp",
936 "graphics/CompositingReasons.h",
Majid Valipoure9855f72017-10-20 02:08:58937 "graphics/CompositorAnimatorsState.h",
brettw12fcbdc42016-09-01 06:06:09938 "graphics/CompositorElementId.cpp",
939 "graphics/CompositorElementId.h",
940 "graphics/CompositorFilterOperations.cpp",
941 "graphics/CompositorFilterOperations.h",
brettw12fcbdc42016-09-01 06:06:09942 "graphics/CompositorMutator.h",
Majid Valipourab060d132018-01-15 06:00:14943 "graphics/CompositorMutator.h",
brettw12fcbdc42016-09-01 06:06:09944 "graphics/CompositorMutatorClient.cpp",
945 "graphics/CompositorMutatorClient.h",
Majid Valipourab060d132018-01-15 06:00:14946 "graphics/CompositorMutatorImpl.cpp",
brettw12fcbdc42016-09-01 06:06:09947 "graphics/ContiguousContainer.cpp",
948 "graphics/ContiguousContainer.h",
949 "graphics/CrossfadeGeneratedImage.cpp",
950 "graphics/CrossfadeGeneratedImage.h",
thakis71d33c32017-03-26 04:59:05951 "graphics/DashArray.h",
brettw12fcbdc42016-09-01 06:06:09952 "graphics/DecodingImageGenerator.cpp",
953 "graphics/DecodingImageGenerator.h",
954 "graphics/DeferredImageDecoder.cpp",
955 "graphics/DeferredImageDecoder.h",
956 "graphics/DrawLooperBuilder.cpp",
957 "graphics/DrawLooperBuilder.h",
brettw12fcbdc42016-09-01 06:06:09958 "graphics/FirstPaintInvalidationTracking.cpp",
959 "graphics/FirstPaintInvalidationTracking.h",
960 "graphics/FrameData.cpp",
961 "graphics/FrameData.h",
962 "graphics/GeneratedImage.cpp",
963 "graphics/GeneratedImage.h",
Bill Orrf1a97e72017-11-15 06:18:36964 "graphics/GpuMemoryBufferImageCopy.cpp",
965 "graphics/GpuMemoryBufferImageCopy.h",
brettw12fcbdc42016-09-01 06:06:09966 "graphics/Gradient.cpp",
967 "graphics/Gradient.h",
968 "graphics/GradientGeneratedImage.cpp",
969 "graphics/GradientGeneratedImage.h",
970 "graphics/GraphicsContext.cpp",
971 "graphics/GraphicsContext.h",
972 "graphics/GraphicsContextState.cpp",
973 "graphics/GraphicsContextState.h",
974 "graphics/GraphicsContextStateSaver.h",
975 "graphics/GraphicsLayer.cpp",
976 "graphics/GraphicsLayer.h",
977 "graphics/GraphicsLayerClient.h",
978 "graphics/GraphicsLayerDebugInfo.cpp",
979 "graphics/GraphicsLayerDebugInfo.h",
980 "graphics/GraphicsTypes.cpp",
981 "graphics/GraphicsTypes.h",
982 "graphics/GraphicsTypes3D.h",
Ramin Halavatid3409102017-09-27 05:37:19983 "graphics/HighContrastImageClassifier.cpp",
984 "graphics/HighContrastImageClassifier.h",
dmazzoni36fd0122017-06-09 19:13:08985 "graphics/HighContrastSettings.h",
brettw12fcbdc42016-09-01 06:06:09986 "graphics/Image.cpp",
987 "graphics/Image.h",
988 "graphics/ImageAnimationPolicy.h",
xlaid02bb832018-01-15 20:58:51989 "graphics/ImageDataBuffer.cpp",
990 "graphics/ImageDataBuffer.h",
brettw12fcbdc42016-09-01 06:06:09991 "graphics/ImageDecodingStore.cpp",
992 "graphics/ImageDecodingStore.h",
993 "graphics/ImageFrameGenerator.cpp",
994 "graphics/ImageFrameGenerator.h",
995 "graphics/ImageObserver.cpp",
996 "graphics/ImageObserver.h",
997 "graphics/ImageOrientation.cpp",
998 "graphics/ImageOrientation.h",
999 "graphics/ImagePattern.cpp",
1000 "graphics/ImagePattern.h",
brettw12fcbdc42016-09-01 06:06:091001 "graphics/InterceptingCanvas.cpp",
1002 "graphics/InterceptingCanvas.h",
ccameronb8a46552017-05-18 03:44:321003 "graphics/InterpolationSpace.cpp",
1004 "graphics/InterpolationSpace.h",
brettw12fcbdc42016-09-01 06:06:091005 "graphics/LinkHighlight.h",
1006 "graphics/LoggingCanvas.cpp",
1007 "graphics/LoggingCanvas.h",
xidachen5717f6e2016-11-09 04:46:331008 "graphics/MailboxTextureHolder.cpp",
1009 "graphics/MailboxTextureHolder.h",
xlai88f87af2016-09-06 20:45:491010 "graphics/OffscreenCanvasFrameDispatcher.h",
1011 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
1012 "graphics/OffscreenCanvasFrameDispatcherImpl.h",
junov20ba52f2016-11-14 23:13:401013 "graphics/OffscreenCanvasPlaceholder.cpp",
1014 "graphics/OffscreenCanvasPlaceholder.h",
Xu Xing1b0214b2017-07-29 01:10:451015 "graphics/OffscreenCanvasResourceProvider.cpp",
1016 "graphics/OffscreenCanvasResourceProvider.h",
brettw12fcbdc42016-09-01 06:06:091017 "graphics/PaintGeneratedImage.cpp",
1018 "graphics/PaintGeneratedImage.h",
1019 "graphics/PaintInvalidationReason.cpp",
1020 "graphics/PaintInvalidationReason.h",
enne5cea0782017-02-11 01:41:531021 "graphics/PaintRecordPattern.cpp",
1022 "graphics/PaintRecordPattern.h",
brettw12fcbdc42016-09-01 06:06:091023 "graphics/Path.cpp",
1024 "graphics/Path.h",
1025 "graphics/PathTraversalState.cpp",
1026 "graphics/PathTraversalState.h",
1027 "graphics/Pattern.cpp",
1028 "graphics/Pattern.h",
brettw12fcbdc42016-09-01 06:06:091029 "graphics/PictureSnapshot.cpp",
1030 "graphics/PictureSnapshot.h",
sclittle72b74542016-10-24 20:49:061031 "graphics/PlaceholderImage.cpp",
1032 "graphics/PlaceholderImage.h",
brettw12fcbdc42016-09-01 06:06:091033 "graphics/ProfilingCanvas.cpp",
1034 "graphics/ProfilingCanvas.h",
brettw12fcbdc42016-09-01 06:06:091035 "graphics/ReplayingCanvas.cpp",
1036 "graphics/ReplayingCanvas.h",
Fredrik Söderquistdd28f5452017-10-23 17:11:391037 "graphics/ScopedInterpolationQuality.h",
xidachen5717f6e2016-11-09 04:46:331038 "graphics/SkiaTextureHolder.cpp",
1039 "graphics/SkiaTextureHolder.h",
brettw12fcbdc42016-09-01 06:06:091040 "graphics/SquashingDisallowedReasons.cpp",
1041 "graphics/SquashingDisallowedReasons.h",
1042 "graphics/StaticBitmapImage.cpp",
1043 "graphics/StaticBitmapImage.h",
1044 "graphics/StrokeData.cpp",
1045 "graphics/StrokeData.h",
lethalantidote7f6009d2017-07-07 21:47:391046 "graphics/SurfaceLayerBridge.cpp",
1047 "graphics/SurfaceLayerBridge.h",
xidachen5717f6e2016-11-09 04:46:331048 "graphics/TextureHolder.h",
xidachenfa0199e72017-05-11 11:34:261049 "graphics/TouchAction.h",
xidachen5717f6e2016-11-09 04:46:331050 "graphics/UnacceleratedStaticBitmapImage.cpp",
1051 "graphics/UnacceleratedStaticBitmapImage.h",
CJ DiMeglio2302d202017-08-31 08:38:041052 "graphics/VideoFrameResourceProvider.cpp",
1053 "graphics/VideoFrameResourceProvider.h",
1054 "graphics/VideoFrameSubmitter.cpp",
1055 "graphics/VideoFrameSubmitter.h",
Khushaldc0c2db2018-02-02 18:30:231056 "graphics/WebGraphicsContext3DProviderWrapper.cpp",
xidachen5717f6e2016-11-09 04:46:331057 "graphics/WebGraphicsContext3DProviderWrapper.h",
Xianzhu Wang2acc8af062017-10-05 01:01:361058 "graphics/compositing/CompositedLayerRasterInvalidator.cpp",
1059 "graphics/compositing/CompositedLayerRasterInvalidator.h",
Xianzhu Wang5c1806ff2017-06-15 23:03:321060 "graphics/compositing/ContentLayerClientImpl.cpp",
1061 "graphics/compositing/ContentLayerClientImpl.h",
brettw12fcbdc42016-09-01 06:06:091062 "graphics/compositing/PaintArtifactCompositor.cpp",
1063 "graphics/compositing/PaintArtifactCompositor.h",
trchen245b4562017-03-11 17:57:061064 "graphics/compositing/PaintChunksToCcLayer.cpp",
1065 "graphics/compositing/PaintChunksToCcLayer.h",
wkorman9bf3bd12017-01-17 21:28:211066 "graphics/compositing/PropertyTreeManager.cpp",
1067 "graphics/compositing/PropertyTreeManager.h",
brettw12fcbdc42016-09-01 06:06:091068 "graphics/cpu/arm/WebGLImageConversionNEON.h",
Prashant.Patil568a4682016-09-02 12:24:061069 "graphics/cpu/mips/WebGLImageConversionMSA.h",
brettw12fcbdc42016-09-01 06:06:091070 "graphics/cpu/x86/WebGLImageConversionSSE.h",
1071 "graphics/filters/DistantLightSource.cpp",
1072 "graphics/filters/DistantLightSource.h",
1073 "graphics/filters/FEBlend.cpp",
1074 "graphics/filters/FEBlend.h",
1075 "graphics/filters/FEBoxReflect.cpp",
1076 "graphics/filters/FEBoxReflect.h",
1077 "graphics/filters/FEColorMatrix.cpp",
1078 "graphics/filters/FEColorMatrix.h",
1079 "graphics/filters/FEComponentTransfer.cpp",
1080 "graphics/filters/FEComponentTransfer.h",
1081 "graphics/filters/FEComposite.cpp",
1082 "graphics/filters/FEComposite.h",
1083 "graphics/filters/FEConvolveMatrix.cpp",
1084 "graphics/filters/FEConvolveMatrix.h",
1085 "graphics/filters/FEDiffuseLighting.cpp",
1086 "graphics/filters/FEDiffuseLighting.h",
1087 "graphics/filters/FEDisplacementMap.cpp",
1088 "graphics/filters/FEDisplacementMap.h",
1089 "graphics/filters/FEDropShadow.cpp",
1090 "graphics/filters/FEDropShadow.h",
1091 "graphics/filters/FEFlood.cpp",
1092 "graphics/filters/FEFlood.h",
1093 "graphics/filters/FEGaussianBlur.cpp",
1094 "graphics/filters/FEGaussianBlur.h",
1095 "graphics/filters/FELighting.cpp",
1096 "graphics/filters/FELighting.h",
1097 "graphics/filters/FEMerge.cpp",
1098 "graphics/filters/FEMerge.h",
1099 "graphics/filters/FEMorphology.cpp",
1100 "graphics/filters/FEMorphology.h",
1101 "graphics/filters/FEOffset.cpp",
1102 "graphics/filters/FEOffset.h",
1103 "graphics/filters/FESpecularLighting.cpp",
1104 "graphics/filters/FESpecularLighting.h",
1105 "graphics/filters/FETile.cpp",
1106 "graphics/filters/FETile.h",
1107 "graphics/filters/FETurbulence.cpp",
1108 "graphics/filters/FETurbulence.h",
1109 "graphics/filters/Filter.cpp",
1110 "graphics/filters/Filter.h",
1111 "graphics/filters/FilterEffect.cpp",
1112 "graphics/filters/FilterEffect.h",
brettw12fcbdc42016-09-01 06:06:091113 "graphics/filters/LightSource.cpp",
1114 "graphics/filters/LightSource.h",
Khushal7865b5be2017-11-22 03:12:061115 "graphics/filters/PaintFilterBuilder.cpp",
1116 "graphics/filters/PaintFilterBuilder.h",
brettw12fcbdc42016-09-01 06:06:091117 "graphics/filters/PaintFilterEffect.cpp",
1118 "graphics/filters/PaintFilterEffect.h",
1119 "graphics/filters/PointLightSource.cpp",
1120 "graphics/filters/PointLightSource.h",
brettw12fcbdc42016-09-01 06:06:091121 "graphics/filters/SourceAlpha.cpp",
1122 "graphics/filters/SourceAlpha.h",
1123 "graphics/filters/SourceGraphic.cpp",
1124 "graphics/filters/SourceGraphic.h",
1125 "graphics/filters/SpotLightSource.cpp",
1126 "graphics/filters/SpotLightSource.h",
brettw12fcbdc42016-09-01 06:06:091127 "graphics/gpu/DrawingBuffer.cpp",
1128 "graphics/gpu/DrawingBuffer.h",
1129 "graphics/gpu/Extensions3DUtil.cpp",
1130 "graphics/gpu/Extensions3DUtil.h",
Justin Novosad700edb2582017-08-24 16:34:341131 "graphics/gpu/GraphicsContext3DUtils.cpp",
1132 "graphics/gpu/GraphicsContext3DUtils.h",
junov300bd532017-04-06 21:49:101133 "graphics/gpu/ImageLayerBridge.cpp",
1134 "graphics/gpu/ImageLayerBridge.h",
brettw12fcbdc42016-09-01 06:06:091135 "graphics/gpu/SharedContextRateLimiter.cpp",
1136 "graphics/gpu/SharedContextRateLimiter.h",
junov04f74a52016-09-08 14:20:501137 "graphics/gpu/SharedGpuContext.cpp",
1138 "graphics/gpu/SharedGpuContext.h",
brettw12fcbdc42016-09-01 06:06:091139 "graphics/gpu/WebGLImageConversion.cpp",
1140 "graphics/gpu/WebGLImageConversion.h",
Klaus Weidner804b9df2018-01-04 21:17:351141 "graphics/gpu/XRFrameTransport.cpp",
1142 "graphics/gpu/XRFrameTransport.h",
Brandon Jones675f9b652018-01-17 16:55:411143 "graphics/gpu/XRWebGLDrawingBuffer.cpp",
1144 "graphics/gpu/XRWebGLDrawingBuffer.h",
Ramin Halavati621a4e62017-11-17 12:56:051145 "graphics/highcontrast/highcontrast_classifier.cc",
1146 "graphics/highcontrast/highcontrast_classifier.h",
brettw12fcbdc42016-09-01 06:06:091147 "graphics/paint/ClipDisplayItem.cpp",
1148 "graphics/paint/ClipDisplayItem.h",
trchenf85b68e2016-11-01 02:42:591149 "graphics/paint/ClipPaintPropertyNode.cpp",
brettw12fcbdc42016-09-01 06:06:091150 "graphics/paint/ClipPaintPropertyNode.h",
1151 "graphics/paint/ClipPathDisplayItem.cpp",
1152 "graphics/paint/ClipPathDisplayItem.h",
1153 "graphics/paint/ClipPathRecorder.cpp",
1154 "graphics/paint/ClipPathRecorder.h",
1155 "graphics/paint/ClipRecorder.cpp",
1156 "graphics/paint/ClipRecorder.h",
1157 "graphics/paint/CompositingDisplayItem.cpp",
1158 "graphics/paint/CompositingDisplayItem.h",
1159 "graphics/paint/CompositingRecorder.cpp",
1160 "graphics/paint/CompositingRecorder.h",
1161 "graphics/paint/CullRect.cpp",
1162 "graphics/paint/CullRect.h",
1163 "graphics/paint/DisplayItem.cpp",
1164 "graphics/paint/DisplayItem.h",
1165 "graphics/paint/DisplayItemCacheSkipper.h",
1166 "graphics/paint/DisplayItemClient.cpp",
1167 "graphics/paint/DisplayItemClient.h",
1168 "graphics/paint/DisplayItemList.cpp",
1169 "graphics/paint/DisplayItemList.h",
1170 "graphics/paint/DrawingDisplayItem.cpp",
1171 "graphics/paint/DrawingDisplayItem.h",
1172 "graphics/paint/DrawingRecorder.cpp",
1173 "graphics/paint/DrawingRecorder.h",
trchenf85b68e2016-11-01 02:42:591174 "graphics/paint/EffectPaintPropertyNode.cpp",
brettw12fcbdc42016-09-01 06:06:091175 "graphics/paint/EffectPaintPropertyNode.h",
1176 "graphics/paint/FilterDisplayItem.cpp",
1177 "graphics/paint/FilterDisplayItem.h",
1178 "graphics/paint/FloatClipDisplayItem.cpp",
1179 "graphics/paint/FloatClipDisplayItem.h",
chrishtr2495a582017-02-07 18:30:301180 "graphics/paint/FloatClipRect.h",
brettw12fcbdc42016-09-01 06:06:091181 "graphics/paint/ForeignLayerDisplayItem.cpp",
1182 "graphics/paint/ForeignLayerDisplayItem.h",
1183 "graphics/paint/GeometryMapper.cpp",
1184 "graphics/paint/GeometryMapper.h",
chrishtr890521e2017-03-09 20:22:241185 "graphics/paint/GeometryMapperClipCache.cpp",
1186 "graphics/paint/GeometryMapperClipCache.h",
1187 "graphics/paint/GeometryMapperTransformCache.cpp",
1188 "graphics/paint/GeometryMapperTransformCache.h",
brettw12fcbdc42016-09-01 06:06:091189 "graphics/paint/PaintArtifact.cpp",
1190 "graphics/paint/PaintArtifact.h",
enne34f6084c2017-02-02 22:39:081191 "graphics/paint/PaintCanvas.h",
Philip Rogerse45d9f802017-08-10 05:26:521192 "graphics/paint/PaintChunk.cpp",
brettw12fcbdc42016-09-01 06:06:091193 "graphics/paint/PaintChunk.h",
Philip Rogerse45d9f802017-08-10 05:26:521194 "graphics/paint/PaintChunkProperties.cpp",
brettw12fcbdc42016-09-01 06:06:091195 "graphics/paint/PaintChunkProperties.h",
1196 "graphics/paint/PaintChunker.cpp",
1197 "graphics/paint/PaintChunker.h",
1198 "graphics/paint/PaintController.cpp",
1199 "graphics/paint/PaintController.h",
Xianzhu Wangbfb95372017-07-01 06:17:071200 "graphics/paint/PaintControllerDebugData.cpp",
Khushal7865b5be2017-11-22 03:12:061201 "graphics/paint/PaintFilter.h",
enne34f6084c2017-02-02 22:39:081202 "graphics/paint/PaintFlags.h",
Vladimir Levin06970f12017-11-09 02:05:281203 "graphics/paint/PaintFont.h",
Xianzhu Wang5afd9fd2017-06-28 18:41:191204 "graphics/paint/PaintPropertyNode.cpp",
Xianzhu Wangdf9ed4d62017-06-23 16:55:111205 "graphics/paint/PaintPropertyNode.h",
enne34f6084c2017-02-02 22:39:081206 "graphics/paint/PaintRecord.h",
enne5cea0782017-02-11 01:41:531207 "graphics/paint/PaintRecordBuilder.cpp",
1208 "graphics/paint/PaintRecordBuilder.h",
enne34f6084c2017-02-02 22:39:081209 "graphics/paint/PaintRecorder.h",
1210 "graphics/paint/PaintShader.h",
Vladimir Levin06970f12017-11-09 02:05:281211 "graphics/paint/PaintTextBlob.h",
1212 "graphics/paint/PaintTypeface.h",
chrishtr72391142016-12-27 19:19:571213 "graphics/paint/PropertyTreeState.cpp",
pdr31867732016-10-04 00:28:451214 "graphics/paint/PropertyTreeState.h",
chrishtra3396122016-10-03 18:05:031215 "graphics/paint/RasterInvalidationTracking.cpp",
1216 "graphics/paint/RasterInvalidationTracking.h",
Chris Harrelson65ce0f72018-01-30 20:43:551217 "graphics/paint/RefCountedPropertyTreeState.cpp",
1218 "graphics/paint/RefCountedPropertyTreeState.h",
Xianzhu Wang1de7bf472017-12-22 23:12:321219 "graphics/paint/ScopedDisplayItemFragment.h",
brettw12fcbdc42016-09-01 06:06:091220 "graphics/paint/ScopedPaintChunkProperties.h",
1221 "graphics/paint/ScrollDisplayItem.cpp",
1222 "graphics/paint/ScrollDisplayItem.h",
Philip Rogers56ebfeb62017-08-09 17:52:271223 "graphics/paint/ScrollHitTestDisplayItem.cpp",
1224 "graphics/paint/ScrollHitTestDisplayItem.h",
trchenf85b68e2016-11-01 02:42:591225 "graphics/paint/ScrollPaintPropertyNode.cpp",
pdrd1a5fe1b2016-09-11 00:12:481226 "graphics/paint/ScrollPaintPropertyNode.h",
brettw12fcbdc42016-09-01 06:06:091227 "graphics/paint/SubsequenceRecorder.h",
1228 "graphics/paint/Transform3DDisplayItem.cpp",
1229 "graphics/paint/Transform3DDisplayItem.h",
1230 "graphics/paint/TransformDisplayItem.cpp",
1231 "graphics/paint/TransformDisplayItem.h",
trchenf85b68e2016-11-01 02:42:591232 "graphics/paint/TransformPaintPropertyNode.cpp",
brettw12fcbdc42016-09-01 06:06:091233 "graphics/paint/TransformPaintPropertyNode.h",
1234 "graphics/skia/ImagePixelLocker.cpp",
1235 "graphics/skia/ImagePixelLocker.h",
1236 "graphics/skia/SkSizeHash.h",
1237 "graphics/skia/SkiaUtils.cpp",
1238 "graphics/skia/SkiaUtils.h",
1239 "image-decoders/FastSharedBufferReader.cpp",
1240 "image-decoders/FastSharedBufferReader.h",
1241 "image-decoders/ImageAnimation.h",
1242 "image-decoders/ImageDecoder.cpp",
1243 "image-decoders/ImageDecoder.h",
1244 "image-decoders/ImageFrame.cpp",
1245 "image-decoders/ImageFrame.h",
1246 "image-decoders/SegmentReader.cpp",
1247 "image-decoders/SegmentReader.h",
1248 "image-decoders/bmp/BMPImageDecoder.cpp",
1249 "image-decoders/bmp/BMPImageDecoder.h",
1250 "image-decoders/bmp/BMPImageReader.cpp",
1251 "image-decoders/bmp/BMPImageReader.h",
1252 "image-decoders/gif/GIFImageDecoder.cpp",
1253 "image-decoders/gif/GIFImageDecoder.h",
Leon Scroggins III8bf6a882017-10-23 18:04:391254 "image-decoders/gif/GIFImageReader.cpp",
1255 "image-decoders/gif/GIFImageReader.h",
brettw12fcbdc42016-09-01 06:06:091256 "image-decoders/ico/ICOImageDecoder.cpp",
1257 "image-decoders/ico/ICOImageDecoder.h",
1258 "image-decoders/jpeg/JPEGImageDecoder.cpp",
1259 "image-decoders/jpeg/JPEGImageDecoder.h",
1260 "image-decoders/png/PNGImageDecoder.cpp",
1261 "image-decoders/png/PNGImageDecoder.h",
joostouwerling4055a902016-11-09 22:42:141262 "image-decoders/png/PNGImageReader.cpp",
1263 "image-decoders/png/PNGImageReader.h",
brettw12fcbdc42016-09-01 06:06:091264 "image-decoders/webp/WEBPImageDecoder.cpp",
1265 "image-decoders/webp/WEBPImageDecoder.h",
msarett86074972017-05-18 12:25:271266 "image-encoders/ImageEncoder.cpp",
1267 "image-encoders/ImageEncoder.h",
xlai134753542016-10-19 15:58:121268 "image-encoders/ImageEncoderUtils.cpp",
1269 "image-encoders/ImageEncoderUtils.h",
brettw12fcbdc42016-09-01 06:06:091270 "json/JSONParser.cpp",
1271 "json/JSONParser.h",
1272 "json/JSONValues.cpp",
1273 "json/JSONValues.h",
1274 "mac/BlockExceptions.h",
1275 "mac/BlockExceptions.mm",
1276 "mac/ColorMac.h",
1277 "mac/ColorMac.mm",
enne7e40b412017-02-24 21:50:151278 "mac/GraphicsContextCanvas.h",
1279 "mac/GraphicsContextCanvas.mm",
brettw12fcbdc42016-09-01 06:06:091280 "mac/KillRingMac.mm",
1281 "mac/LocalCurrentGraphicsContext.h",
1282 "mac/LocalCurrentGraphicsContext.mm",
1283 "mac/NSScrollerImpDetails.h",
1284 "mac/ScrollAnimatorMac.h",
1285 "mac/ScrollAnimatorMac.mm",
1286 "mac/ThemeMac.h",
1287 "mac/ThemeMac.mm",
1288 "mac/VersionUtilMac.h",
1289 "mac/VersionUtilMac.mm",
1290 "mac/WebCoreNSCellExtras.h",
1291 "mac/WebCoreNSCellExtras.mm",
1292 "mediastream/MediaStreamCenter.cpp",
1293 "mediastream/MediaStreamCenter.h",
1294 "mediastream/MediaStreamComponent.cpp",
1295 "mediastream/MediaStreamComponent.h",
1296 "mediastream/MediaStreamDescriptor.cpp",
1297 "mediastream/MediaStreamDescriptor.h",
1298 "mediastream/MediaStreamSource.cpp",
1299 "mediastream/MediaStreamSource.h",
brettw12fcbdc42016-09-01 06:06:091300 "mediastream/MediaStreamWebAudioSource.cpp",
1301 "mediastream/MediaStreamWebAudioSource.h",
1302 "mhtml/ArchiveResource.cpp",
thakisb8590c92017-03-23 18:14:531303 "mhtml/ArchiveResource.h",
brettw12fcbdc42016-09-01 06:06:091304 "mhtml/MHTMLArchive.cpp",
1305 "mhtml/MHTMLArchive.h",
1306 "mhtml/MHTMLParser.cpp",
1307 "mhtml/MHTMLParser.h",
Dmitry Gozmanc3d46ef2018-01-31 03:15:381308 "mojo/BigStringMojomTraits.cpp",
1309 "mojo/BigStringMojomTraits.h",
juncaic7a55bd2017-01-03 20:03:591310 "mojo/BluetoothStructTraits.cpp",
thakisb8590c92017-03-23 18:14:531311 "mojo/BluetoothStructTraits.h",
peterf05540d82017-03-29 12:36:281312 "mojo/FetchAPIRequestStructTraits.cpp",
Austin Tankiang88931be2018-01-25 05:54:571313 "mojo/InterfaceInvalidator.cpp",
1314 "mojo/InterfaceInvalidator.h",
brettw12fcbdc42016-09-01 06:06:091315 "mojo/MojoHelper.h",
Anita Woodruff3de15be2018-01-17 12:06:111316 "mojo/NotificationStructTraits.cpp",
1317 "mojo/NotificationStructTraits.h",
Austin Tankiang72a329b2018-02-08 00:35:061318 "mojo/RevocableBinding.h",
1319 "mojo/RevocableInterfacePtr.h",
1320 "mojo/RevocableStrongBinding.h",
Ken Rockot8b447d72018-02-03 20:30:471321 "mojo/String16MojomTraits.cpp",
1322 "mojo/String16MojomTraits.h",
brettw12fcbdc42016-09-01 06:06:091323 "peerconnection/RTCAnswerOptionsPlatform.h",
brettw12fcbdc42016-09-01 06:06:091324 "peerconnection/RTCOfferOptionsPlatform.h",
1325 "peerconnection/RTCSessionDescriptionRequest.h",
1326 "peerconnection/RTCStatsRequest.h",
1327 "peerconnection/RTCStatsResponseBase.h",
1328 "peerconnection/RTCVoidRequest.h",
1329 "plugins/PluginData.cpp",
1330 "plugins/PluginData.h",
1331 "plugins/PluginListBuilder.cpp",
1332 "plugins/PluginListBuilder.h",
Jeremy Romanbe7fde42017-10-16 18:23:061333 "plugins/PluginScriptForbiddenScope.cpp",
1334 "plugins/PluginScriptForbiddenScope.h",
alph80b97512017-03-29 05:20:131335 "probe/PlatformProbes.cpp",
1336 "probe/PlatformProbes.h",
1337 "probe/PlatformTraceEventsAgent.cpp",
1338 "probe/PlatformTraceEventsAgent.h",
brettw12fcbdc42016-09-01 06:06:091339 "scroll/MainThreadScrollingReason.h",
1340 "scroll/ProgrammaticScrollAnimator.cpp",
1341 "scroll/ProgrammaticScrollAnimator.h",
Ehsan Karamad0e5d4692018-01-16 21:32:481342 "scroll/ScrollAlignment.cpp",
1343 "scroll/ScrollAlignment.h",
brettw12fcbdc42016-09-01 06:06:091344 "scroll/ScrollAnimator.cpp",
1345 "scroll/ScrollAnimator.h",
1346 "scroll/ScrollAnimatorBase.cpp",
1347 "scroll/ScrollAnimatorBase.h",
1348 "scroll/ScrollAnimatorCompositorCoordinator.cpp",
1349 "scroll/ScrollAnimatorCompositorCoordinator.h",
Ehsan Karamad04c9db92018-01-22 18:38:341350 "scroll/ScrollCustomization.cpp",
1351 "scroll/ScrollCustomization.h",
Sandra Sundb77c442017-12-06 19:18:031352 "scroll/ScrollSnapData.h",
brettw12fcbdc42016-09-01 06:06:091353 "scroll/ScrollStateData.h",
1354 "scroll/ScrollTypes.h",
1355 "scroll/ScrollableArea.cpp",
1356 "scroll/ScrollableArea.h",
1357 "scroll/Scrollbar.cpp",
1358 "scroll/Scrollbar.h",
1359 "scroll/ScrollbarTheme.cpp",
1360 "scroll/ScrollbarTheme.h",
1361 "scroll/ScrollbarThemeAndroid.cpp",
1362 "scroll/ScrollbarThemeAura.cpp",
1363 "scroll/ScrollbarThemeAura.h",
1364 "scroll/ScrollbarThemeClient.h",
1365 "scroll/ScrollbarThemeMac.h",
1366 "scroll/ScrollbarThemeMac.mm",
1367 "scroll/ScrollbarThemeMock.cpp",
1368 "scroll/ScrollbarThemeMock.h",
1369 "scroll/ScrollbarThemeOverlay.cpp",
1370 "scroll/ScrollbarThemeOverlay.h",
1371 "scroll/ScrollbarThemeOverlayMock.h",
sunyunjia61b73ca2017-06-08 14:00:351372 "scroll/SmoothScrollSequencer.cpp",
1373 "scroll/SmoothScrollSequencer.h",
Ehsan Karamad0e5d4692018-01-16 21:32:481374 "scroll/WebScrollIntoViewParams.cpp",
Joel Hockey473bc632017-06-16 02:17:241375 "scroll/WebScrollbarTheme.mm",
brettw12fcbdc42016-09-01 06:06:091376 "speech/PlatformSpeechSynthesisUtterance.cpp",
1377 "speech/PlatformSpeechSynthesisUtterance.h",
1378 "speech/PlatformSpeechSynthesisVoice.cpp",
1379 "speech/PlatformSpeechSynthesisVoice.h",
1380 "speech/PlatformSpeechSynthesizer.cpp",
1381 "speech/PlatformSpeechSynthesizer.h",
1382 "text/BidiCharacterRun.cpp",
1383 "text/BidiCharacterRun.h",
1384 "text/BidiContext.cpp",
1385 "text/BidiContext.h",
1386 "text/BidiResolver.h",
1387 "text/BidiRunList.h",
1388 "text/BidiTextRun.cpp",
1389 "text/BidiTextRun.h",
1390 "text/Character.cpp",
1391 "text/Character.h",
1392 "text/CharacterEmoji.cpp",
xiaochengh6971ef32017-03-24 01:24:361393 "text/CharacterProperty.h",
brettw12fcbdc42016-09-01 06:06:091394 "text/DateTimeFormat.cpp",
1395 "text/DateTimeFormat.h",
1396 "text/DecodeEscapeSequences.h",
1397 "text/Hyphenation.cpp",
1398 "text/Hyphenation.h",
kojii9a878af2016-11-28 16:22:101399 "text/ICUError.cpp",
1400 "text/ICUError.h",
brettw12fcbdc42016-09-01 06:06:091401 "text/LineEnding.cpp",
1402 "text/LineEnding.h",
1403 "text/LocaleICU.cpp",
1404 "text/LocaleICU.h",
1405 "text/LocaleMac.h",
1406 "text/LocaleMac.mm",
1407 "text/LocaleToScriptMapping.cpp",
1408 "text/LocaleToScriptMapping.h",
1409 "text/LocaleWin.cpp",
1410 "text/LocaleWin.h",
1411 "text/PlatformLocale.cpp",
1412 "text/PlatformLocale.h",
1413 "text/QuotedPrintable.cpp",
1414 "text/QuotedPrintable.h",
1415 "text/SegmentedString.cpp",
1416 "text/SegmentedString.h",
1417 "text/StringTruncator.cpp",
1418 "text/StringTruncator.h",
1419 "text/SuffixTree.h",
1420 "text/TextBoundaries.cpp",
1421 "text/TextBoundaries.h",
1422 "text/TextBreakIterator.cpp",
1423 "text/TextBreakIterator.h",
1424 "text/TextBreakIteratorICU.cpp",
1425 "text/TextBreakIteratorInternalICU.cpp",
1426 "text/TextBreakIteratorInternalICU.h",
Koji Ishii2ae284f62017-11-14 03:06:361427 "text/TextDirection.cpp",
1428 "text/TextDirection.h",
brettw12fcbdc42016-09-01 06:06:09