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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Rebase Created 3 years, 6 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 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 sources = [ 242 sources = [
243 "accessibility/AXObjectTest.cpp", 243 "accessibility/AXObjectTest.cpp",
244 "background_fetch/BackgroundFetchManagerTest.cpp", 244 "background_fetch/BackgroundFetchManagerTest.cpp",
245 "cachestorage/CacheTest.cpp", 245 "cachestorage/CacheTest.cpp",
246 "canvas/HTMLCanvasElementModuleTest.cpp", 246 "canvas/HTMLCanvasElementModuleTest.cpp",
247 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 247 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
248 "canvas2d/CanvasRenderingContext2DTest.cpp", 248 "canvas2d/CanvasRenderingContext2DTest.cpp",
249 "compositorworker/AnimationWorkletThreadTest.cpp", 249 "compositorworker/AnimationWorkletThreadTest.cpp",
250 "compositorworker/CompositorWorkerThreadTest.cpp", 250 "compositorworker/CompositorWorkerThreadTest.cpp",
251 "compositorworker/WorkletAnimationTest.cpp",
251 "credentialmanager/CredentialsContainerTest.cpp", 252 "credentialmanager/CredentialsContainerTest.cpp",
252 "credentialmanager/PasswordCredentialTest.cpp", 253 "credentialmanager/PasswordCredentialTest.cpp",
253 "csspaint/PaintRenderingContext2DTest.cpp", 254 "csspaint/PaintRenderingContext2DTest.cpp",
254 "csspaint/PaintWorkletTest.cpp", 255 "csspaint/PaintWorkletTest.cpp",
255 "document_metadata/CopylessPasteExtractorTest.cpp", 256 "document_metadata/CopylessPasteExtractorTest.cpp",
256 "eventsource/EventSourceParserTest.cpp", 257 "eventsource/EventSourceParserTest.cpp",
257 "fetch/BlobBytesConsumerTest.cpp", 258 "fetch/BlobBytesConsumerTest.cpp",
258 "fetch/BodyStreamBufferTest.cpp", 259 "fetch/BodyStreamBufferTest.cpp",
259 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 260 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
260 "fetch/BytesConsumerTest.cpp", 261 "fetch/BytesConsumerTest.cpp",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ":modules_testing", 331 ":modules_testing",
331 "//components/payments/mojom:mojom_blink", 332 "//components/payments/mojom:mojom_blink",
332 "//skia", 333 "//skia",
333 "//testing/gmock", 334 "//testing/gmock",
334 "//testing/gtest", 335 "//testing/gtest",
335 "//third_party/WebKit/Source/core", 336 "//third_party/WebKit/Source/core",
336 "//third_party/WebKit/Source/platform/wtf", 337 "//third_party/WebKit/Source/platform/wtf",
337 "//v8", 338 "//v8",
338 ] 339 ]
339 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698