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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Created 3 years, 11 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "fetch/BlobBytesConsumerTest.cpp", 235 "fetch/BlobBytesConsumerTest.cpp",
236 "fetch/BodyStreamBufferTest.cpp", 236 "fetch/BodyStreamBufferTest.cpp",
237 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 237 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
238 "fetch/BytesConsumerTest.cpp", 238 "fetch/BytesConsumerTest.cpp",
239 "fetch/BytesConsumerTestUtil.cpp", 239 "fetch/BytesConsumerTestUtil.cpp",
240 "fetch/DataConsumerHandleTestUtil.cpp", 240 "fetch/DataConsumerHandleTestUtil.cpp",
241 "fetch/DataConsumerHandleTestUtil.h", 241 "fetch/DataConsumerHandleTestUtil.h",
242 "fetch/FetchDataLoaderTest.cpp", 242 "fetch/FetchDataLoaderTest.cpp",
243 "fetch/FetchResponseDataTest.cpp", 243 "fetch/FetchResponseDataTest.cpp",
244 "fetch/FormDataBytesConsumerTest.cpp", 244 "fetch/FormDataBytesConsumerTest.cpp",
245 "fetch/MultipartParserTest.cpp",
245 "fetch/ReadableStreamBytesConsumerTest.cpp", 246 "fetch/ReadableStreamBytesConsumerTest.cpp",
246 "fetch/RequestTest.cpp", 247 "fetch/RequestTest.cpp",
247 "fetch/ResponseTest.cpp", 248 "fetch/ResponseTest.cpp",
248 "filesystem/DOMFileSystemBaseTest.cpp", 249 "filesystem/DOMFileSystemBaseTest.cpp",
249 "indexeddb/IDBKeyPathTest.cpp", 250 "indexeddb/IDBKeyPathTest.cpp",
250 "indexeddb/IDBRequestTest.cpp", 251 "indexeddb/IDBRequestTest.cpp",
251 "indexeddb/IDBTransactionTest.cpp", 252 "indexeddb/IDBTransactionTest.cpp",
252 "indexeddb/MockWebIDBDatabase.cpp", 253 "indexeddb/MockWebIDBDatabase.cpp",
253 "indexeddb/MockWebIDBDatabase.h", 254 "indexeddb/MockWebIDBDatabase.h",
254 "mediastream/MediaConstraintsTest.cpp", 255 "mediastream/MediaConstraintsTest.cpp",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 ":modules_testing", 298 ":modules_testing",
298 "//components/payments:payment_request_blink", 299 "//components/payments:payment_request_blink",
299 "//skia", 300 "//skia",
300 "//testing/gmock", 301 "//testing/gmock",
301 "//testing/gtest", 302 "//testing/gtest",
302 "//third_party/WebKit/Source/core", 303 "//third_party/WebKit/Source/core",
303 "//third_party/WebKit/Source/wtf", 304 "//third_party/WebKit/Source/wtf",
304 "//v8", 305 "//v8",
305 ] 306 ]
306 } 307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698