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

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

Issue 2269953004: Implment BytesConsumer::tee (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "canvas2d/CanvasRenderingContext2DAPITest.cpp", 174 "canvas2d/CanvasRenderingContext2DAPITest.cpp",
175 "canvas2d/CanvasRenderingContext2DTest.cpp", 175 "canvas2d/CanvasRenderingContext2DTest.cpp",
176 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", 176 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp",
177 "compositorworker/AnimationWorkletThreadTest.cpp", 177 "compositorworker/AnimationWorkletThreadTest.cpp",
178 "compositorworker/CompositorWorkerThreadTest.cpp", 178 "compositorworker/CompositorWorkerThreadTest.cpp",
179 "credentialmanager/PasswordCredentialTest.cpp", 179 "credentialmanager/PasswordCredentialTest.cpp",
180 "csspaint/PaintRenderingContext2DTest.cpp", 180 "csspaint/PaintRenderingContext2DTest.cpp",
181 "csspaint/PaintWorkletTest.cpp", 181 "csspaint/PaintWorkletTest.cpp",
182 "fetch/BodyStreamBufferTest.cpp", 182 "fetch/BodyStreamBufferTest.cpp",
183 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 183 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
184 "fetch/BytesConsumerTest.cpp",
185 "fetch/BytesConsumerTestUtil.cpp",
184 "fetch/CompositeDataConsumerHandleTest.cpp", 186 "fetch/CompositeDataConsumerHandleTest.cpp",
185 "fetch/DataConsumerHandleTestUtil.cpp", 187 "fetch/DataConsumerHandleTestUtil.cpp",
186 "fetch/DataConsumerHandleTestUtil.h", 188 "fetch/DataConsumerHandleTestUtil.h",
187 "fetch/DataConsumerHandleUtilTest.cpp", 189 "fetch/DataConsumerHandleUtilTest.cpp",
188 "fetch/DataConsumerTeeTest.cpp", 190 "fetch/DataConsumerTeeTest.cpp",
189 "fetch/FetchBlobDataConsumerHandleTest.cpp", 191 "fetch/FetchBlobDataConsumerHandleTest.cpp",
190 "fetch/FetchDataLoaderTest.cpp", 192 "fetch/FetchDataLoaderTest.cpp",
191 "fetch/FetchFormDataConsumerHandleTest.cpp", 193 "fetch/FetchFormDataConsumerHandleTest.cpp",
192 "fetch/FetchResponseDataTest.cpp", 194 "fetch/FetchResponseDataTest.cpp",
193 "fetch/ReadableStreamDataConsumerHandleTest.cpp", 195 "fetch/ReadableStreamDataConsumerHandleTest.cpp",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 ":modules", 240 ":modules",
239 ":modules_testing", 241 ":modules_testing",
240 "//skia", 242 "//skia",
241 "//testing/gmock", 243 "//testing/gmock",
242 "//testing/gtest", 244 "//testing/gtest",
243 "//third_party/WebKit/Source/core", 245 "//third_party/WebKit/Source/core",
244 "//third_party/WebKit/Source/wtf", 246 "//third_party/WebKit/Source/wtf",
245 "//v8", 247 "//v8",
246 ] 248 ]
247 } 249 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698