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

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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 sources = [ 232 sources = [
233 "accessibility/AXObjectTest.cpp", 233 "accessibility/AXObjectTest.cpp",
234 "background_fetch/BackgroundFetchManagerTest.cpp", 234 "background_fetch/BackgroundFetchManagerTest.cpp",
235 "cachestorage/CacheTest.cpp", 235 "cachestorage/CacheTest.cpp",
236 "canvas/HTMLCanvasElementModuleTest.cpp", 236 "canvas/HTMLCanvasElementModuleTest.cpp",
237 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 237 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
238 "canvas2d/CanvasRenderingContext2DTest.cpp", 238 "canvas2d/CanvasRenderingContext2DTest.cpp",
239 "compositorworker/AnimationWorkletGlobalScopeTest.cpp", 239 "compositorworker/AnimationWorkletGlobalScopeTest.cpp",
240 "compositorworker/AnimationWorkletThreadTest.cpp", 240 "compositorworker/AnimationWorkletThreadTest.cpp",
241 "compositorworker/CompositorWorkerThreadTest.cpp", 241 "compositorworker/CompositorWorkerThreadTest.cpp",
242 "compositorworker/WorkletAnimationTest.cpp",
242 "credentialmanager/CredentialsContainerTest.cpp", 243 "credentialmanager/CredentialsContainerTest.cpp",
243 "credentialmanager/PasswordCredentialTest.cpp", 244 "credentialmanager/PasswordCredentialTest.cpp",
244 "csspaint/PaintRenderingContext2DTest.cpp", 245 "csspaint/PaintRenderingContext2DTest.cpp",
245 "csspaint/PaintWorkletTest.cpp", 246 "csspaint/PaintWorkletTest.cpp",
246 "document_metadata/CopylessPasteExtractorTest.cpp", 247 "document_metadata/CopylessPasteExtractorTest.cpp",
247 "eventsource/EventSourceParserTest.cpp", 248 "eventsource/EventSourceParserTest.cpp",
248 "fetch/BlobBytesConsumerTest.cpp", 249 "fetch/BlobBytesConsumerTest.cpp",
249 "fetch/BodyStreamBufferTest.cpp", 250 "fetch/BodyStreamBufferTest.cpp",
250 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 251 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
251 "fetch/BytesConsumerTest.cpp", 252 "fetch/BytesConsumerTest.cpp",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ":modules_testing", 324 ":modules_testing",
324 "//components/payments/mojom:mojom_blink", 325 "//components/payments/mojom:mojom_blink",
325 "//skia", 326 "//skia",
326 "//testing/gmock", 327 "//testing/gmock",
327 "//testing/gtest", 328 "//testing/gtest",
328 "//third_party/WebKit/Source/core", 329 "//third_party/WebKit/Source/core",
329 "//third_party/WebKit/Source/platform/wtf", 330 "//third_party/WebKit/Source/platform/wtf",
330 "//v8", 331 "//v8",
331 ] 332 ]
332 } 333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698