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

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

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: fix test failure Created 3 years, 7 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 source_set("unit_tests") { 238 source_set("unit_tests") {
239 testonly = true 239 testonly = true
240 240
241 sources = [ 241 sources = [
242 "accessibility/AXObjectTest.cpp", 242 "accessibility/AXObjectTest.cpp",
243 "background_fetch/BackgroundFetchManagerTest.cpp", 243 "background_fetch/BackgroundFetchManagerTest.cpp",
244 "cachestorage/CacheTest.cpp", 244 "cachestorage/CacheTest.cpp",
245 "canvas/HTMLCanvasElementModuleTest.cpp", 245 "canvas/HTMLCanvasElementModuleTest.cpp",
246 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 246 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
247 "canvas2d/CanvasRenderingContext2DTest.cpp", 247 "canvas2d/CanvasRenderingContext2DTest.cpp",
248 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp",
249 "compositorworker/AnimationWorkletThreadTest.cpp", 248 "compositorworker/AnimationWorkletThreadTest.cpp",
250 "compositorworker/CompositorWorkerThreadTest.cpp", 249 "compositorworker/CompositorWorkerThreadTest.cpp",
251 "credentialmanager/CredentialsContainerTest.cpp", 250 "credentialmanager/CredentialsContainerTest.cpp",
252 "credentialmanager/PasswordCredentialTest.cpp", 251 "credentialmanager/PasswordCredentialTest.cpp",
253 "csspaint/PaintRenderingContext2DTest.cpp", 252 "csspaint/PaintRenderingContext2DTest.cpp",
254 "csspaint/PaintWorkletTest.cpp", 253 "csspaint/PaintWorkletTest.cpp",
255 "document_metadata/CopylessPasteExtractorTest.cpp", 254 "document_metadata/CopylessPasteExtractorTest.cpp",
256 "eventsource/EventSourceParserTest.cpp", 255 "eventsource/EventSourceParserTest.cpp",
257 "fetch/BlobBytesConsumerTest.cpp", 256 "fetch/BlobBytesConsumerTest.cpp",
258 "fetch/BodyStreamBufferTest.cpp", 257 "fetch/BodyStreamBufferTest.cpp",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ":modules_testing", 328 ":modules_testing",
330 "//components/payments/mojom:mojom_blink", 329 "//components/payments/mojom:mojom_blink",
331 "//skia", 330 "//skia",
332 "//testing/gmock", 331 "//testing/gmock",
333 "//testing/gtest", 332 "//testing/gtest",
334 "//third_party/WebKit/Source/core", 333 "//third_party/WebKit/Source/core",
335 "//third_party/WebKit/Source/platform/wtf", 334 "//third_party/WebKit/Source/platform/wtf",
336 "//v8", 335 "//v8",
337 ] 336 ]
338 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698