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

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

Issue 2850813004: Add a nullptr check in blink::RequestCallbacks::onSuccess to fix crash. (Closed)
Patch Set: includes 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 sources = [ 239 sources = [
240 "accessibility/AXObjectTest.cpp", 240 "accessibility/AXObjectTest.cpp",
241 "background_fetch/BackgroundFetchManagerTest.cpp", 241 "background_fetch/BackgroundFetchManagerTest.cpp",
242 "cachestorage/CacheTest.cpp", 242 "cachestorage/CacheTest.cpp",
243 "canvas/HTMLCanvasElementModuleTest.cpp", 243 "canvas/HTMLCanvasElementModuleTest.cpp",
244 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 244 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
245 "canvas2d/CanvasRenderingContext2DTest.cpp", 245 "canvas2d/CanvasRenderingContext2DTest.cpp",
246 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", 246 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp",
247 "compositorworker/AnimationWorkletThreadTest.cpp", 247 "compositorworker/AnimationWorkletThreadTest.cpp",
248 "compositorworker/CompositorWorkerThreadTest.cpp", 248 "compositorworker/CompositorWorkerThreadTest.cpp",
249 "credentialmanager/CredentialsContainerTest.cpp",
249 "credentialmanager/PasswordCredentialTest.cpp", 250 "credentialmanager/PasswordCredentialTest.cpp",
250 "csspaint/PaintRenderingContext2DTest.cpp", 251 "csspaint/PaintRenderingContext2DTest.cpp",
251 "csspaint/PaintWorkletTest.cpp", 252 "csspaint/PaintWorkletTest.cpp",
252 "document_metadata/CopylessPasteExtractorTest.cpp", 253 "document_metadata/CopylessPasteExtractorTest.cpp",
253 "eventsource/EventSourceParserTest.cpp", 254 "eventsource/EventSourceParserTest.cpp",
254 "fetch/BlobBytesConsumerTest.cpp", 255 "fetch/BlobBytesConsumerTest.cpp",
255 "fetch/BodyStreamBufferTest.cpp", 256 "fetch/BodyStreamBufferTest.cpp",
256 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 257 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
257 "fetch/BytesConsumerTest.cpp", 258 "fetch/BytesConsumerTest.cpp",
258 "fetch/BytesConsumerTestUtil.cpp", 259 "fetch/BytesConsumerTestUtil.cpp",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ":modules_testing", 325 ":modules_testing",
325 "//components/payments/mojom:mojom_blink", 326 "//components/payments/mojom:mojom_blink",
326 "//skia", 327 "//skia",
327 "//testing/gmock", 328 "//testing/gmock",
328 "//testing/gtest", 329 "//testing/gtest",
329 "//third_party/WebKit/Source/core", 330 "//third_party/WebKit/Source/core",
330 "//third_party/WebKit/Source/platform/wtf", 331 "//third_party/WebKit/Source/platform/wtf",
331 "//v8", 332 "//v8",
332 ] 333 ]
333 } 334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698