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

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

Issue 2287323002: Implement BlobBytesConsumer (Closed)
Patch Set: fix Created 4 years, 3 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "cachestorage/CacheTest.cpp", 221 "cachestorage/CacheTest.cpp",
222 "canvas/HTMLCanvasElementModuleTest.cpp", 222 "canvas/HTMLCanvasElementModuleTest.cpp",
223 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 223 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
224 "canvas2d/CanvasRenderingContext2DTest.cpp", 224 "canvas2d/CanvasRenderingContext2DTest.cpp",
225 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", 225 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp",
226 "compositorworker/AnimationWorkletThreadTest.cpp", 226 "compositorworker/AnimationWorkletThreadTest.cpp",
227 "compositorworker/CompositorWorkerThreadTest.cpp", 227 "compositorworker/CompositorWorkerThreadTest.cpp",
228 "credentialmanager/PasswordCredentialTest.cpp", 228 "credentialmanager/PasswordCredentialTest.cpp",
229 "csspaint/PaintRenderingContext2DTest.cpp", 229 "csspaint/PaintRenderingContext2DTest.cpp",
230 "csspaint/PaintWorkletTest.cpp", 230 "csspaint/PaintWorkletTest.cpp",
231 "fetch/BlobBytesConsumerTest.cpp",
231 "fetch/BodyStreamBufferTest.cpp", 232 "fetch/BodyStreamBufferTest.cpp",
232 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 233 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
233 "fetch/BytesConsumerTest.cpp", 234 "fetch/BytesConsumerTest.cpp",
234 "fetch/BytesConsumerTestUtil.cpp", 235 "fetch/BytesConsumerTestUtil.cpp",
235 "fetch/CompositeDataConsumerHandleTest.cpp", 236 "fetch/CompositeDataConsumerHandleTest.cpp",
236 "fetch/DataConsumerHandleTestUtil.cpp", 237 "fetch/DataConsumerHandleTestUtil.cpp",
237 "fetch/DataConsumerHandleTestUtil.h", 238 "fetch/DataConsumerHandleTestUtil.h",
238 "fetch/DataConsumerHandleUtilTest.cpp", 239 "fetch/DataConsumerHandleUtilTest.cpp",
239 "fetch/DataConsumerTeeTest.cpp", 240 "fetch/DataConsumerTeeTest.cpp",
240 "fetch/FetchBlobDataConsumerHandleTest.cpp", 241 "fetch/FetchBlobDataConsumerHandleTest.cpp",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ":modules", 291 ":modules",
291 ":modules_testing", 292 ":modules_testing",
292 "//skia", 293 "//skia",
293 "//testing/gmock", 294 "//testing/gmock",
294 "//testing/gtest", 295 "//testing/gtest",
295 "//third_party/WebKit/Source/core", 296 "//third_party/WebKit/Source/core",
296 "//third_party/WebKit/Source/wtf", 297 "//third_party/WebKit/Source/wtf",
297 "//v8", 298 "//v8",
298 ] 299 ]
299 } 300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698