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/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "//third_party/WebKit/Source/modules/budget", | 101 "//third_party/WebKit/Source/modules/budget", |
102 "//third_party/WebKit/Source/modules/cachestorage", | 102 "//third_party/WebKit/Source/modules/cachestorage", |
103 "//third_party/WebKit/Source/modules/canvas", | 103 "//third_party/WebKit/Source/modules/canvas", |
104 "//third_party/WebKit/Source/modules/canvas2d", | 104 "//third_party/WebKit/Source/modules/canvas2d", |
105 "//third_party/WebKit/Source/modules/compositorworker", | 105 "//third_party/WebKit/Source/modules/compositorworker", |
106 "//third_party/WebKit/Source/modules/credentialmanager", | 106 "//third_party/WebKit/Source/modules/credentialmanager", |
107 "//third_party/WebKit/Source/modules/crypto", | 107 "//third_party/WebKit/Source/modules/crypto", |
108 "//third_party/WebKit/Source/modules/csspaint", | 108 "//third_party/WebKit/Source/modules/csspaint", |
109 "//third_party/WebKit/Source/modules/device_light", | 109 "//third_party/WebKit/Source/modules/device_light", |
110 "//third_party/WebKit/Source/modules/device_orientation", | 110 "//third_party/WebKit/Source/modules/device_orientation", |
| 111 "//third_party/WebKit/Source/modules/document_metadata", |
111 "//third_party/WebKit/Source/modules/donottrack", | 112 "//third_party/WebKit/Source/modules/donottrack", |
112 "//third_party/WebKit/Source/modules/encoding", | 113 "//third_party/WebKit/Source/modules/encoding", |
113 "//third_party/WebKit/Source/modules/encryptedmedia", | 114 "//third_party/WebKit/Source/modules/encryptedmedia", |
114 "//third_party/WebKit/Source/modules/eventsource", | 115 "//third_party/WebKit/Source/modules/eventsource", |
115 "//third_party/WebKit/Source/modules/fetch", | 116 "//third_party/WebKit/Source/modules/fetch", |
116 "//third_party/WebKit/Source/modules/filesystem", | 117 "//third_party/WebKit/Source/modules/filesystem", |
117 "//third_party/WebKit/Source/modules/gamepad", | 118 "//third_party/WebKit/Source/modules/gamepad", |
118 "//third_party/WebKit/Source/modules/geolocation", | 119 "//third_party/WebKit/Source/modules/geolocation", |
119 "//third_party/WebKit/Source/modules/imagebitmap", | 120 "//third_party/WebKit/Source/modules/imagebitmap", |
120 "//third_party/WebKit/Source/modules/imagecapture", | 121 "//third_party/WebKit/Source/modules/imagecapture", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "cachestorage/CacheTest.cpp", | 235 "cachestorage/CacheTest.cpp", |
235 "canvas/HTMLCanvasElementModuleTest.cpp", | 236 "canvas/HTMLCanvasElementModuleTest.cpp", |
236 "canvas2d/CanvasRenderingContext2DAPITest.cpp", | 237 "canvas2d/CanvasRenderingContext2DAPITest.cpp", |
237 "canvas2d/CanvasRenderingContext2DTest.cpp", | 238 "canvas2d/CanvasRenderingContext2DTest.cpp", |
238 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", | 239 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", |
239 "compositorworker/AnimationWorkletThreadTest.cpp", | 240 "compositorworker/AnimationWorkletThreadTest.cpp", |
240 "compositorworker/CompositorWorkerThreadTest.cpp", | 241 "compositorworker/CompositorWorkerThreadTest.cpp", |
241 "credentialmanager/PasswordCredentialTest.cpp", | 242 "credentialmanager/PasswordCredentialTest.cpp", |
242 "csspaint/PaintRenderingContext2DTest.cpp", | 243 "csspaint/PaintRenderingContext2DTest.cpp", |
243 "csspaint/PaintWorkletTest.cpp", | 244 "csspaint/PaintWorkletTest.cpp", |
| 245 "document_metadata/CopylessPasteExtractorTest.cpp", |
244 "eventsource/EventSourceParserTest.cpp", | 246 "eventsource/EventSourceParserTest.cpp", |
245 "fetch/BlobBytesConsumerTest.cpp", | 247 "fetch/BlobBytesConsumerTest.cpp", |
246 "fetch/BodyStreamBufferTest.cpp", | 248 "fetch/BodyStreamBufferTest.cpp", |
247 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 249 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
248 "fetch/BytesConsumerTest.cpp", | 250 "fetch/BytesConsumerTest.cpp", |
249 "fetch/BytesConsumerTestUtil.cpp", | 251 "fetch/BytesConsumerTestUtil.cpp", |
250 "fetch/DataConsumerHandleTestUtil.cpp", | 252 "fetch/DataConsumerHandleTestUtil.cpp", |
251 "fetch/DataConsumerHandleTestUtil.h", | 253 "fetch/DataConsumerHandleTestUtil.h", |
252 "fetch/FetchDataLoaderTest.cpp", | 254 "fetch/FetchDataLoaderTest.cpp", |
253 "fetch/FetchResponseDataTest.cpp", | 255 "fetch/FetchResponseDataTest.cpp", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 ":modules_testing", | 311 ":modules_testing", |
310 "//components/payments:payment_request_blink", | 312 "//components/payments:payment_request_blink", |
311 "//skia", | 313 "//skia", |
312 "//testing/gmock", | 314 "//testing/gmock", |
313 "//testing/gtest", | 315 "//testing/gtest", |
314 "//third_party/WebKit/Source/core", | 316 "//third_party/WebKit/Source/core", |
315 "//third_party/WebKit/Source/wtf", | 317 "//third_party/WebKit/Source/wtf", |
316 "//v8", | 318 "//v8", |
317 ] | 319 ] |
318 } | 320 } |
OLD | NEW |