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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 259 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
260 "fetch/BytesConsumerTest.cpp", 260 "fetch/BytesConsumerTest.cpp",
261 "fetch/BytesConsumerTestUtil.cpp", 261 "fetch/BytesConsumerTestUtil.cpp",
262 "fetch/BytesConsumerTestUtil.h", 262 "fetch/BytesConsumerTestUtil.h",
263 "fetch/DataConsumerHandleTestUtil.cpp", 263 "fetch/DataConsumerHandleTestUtil.cpp",
264 "fetch/DataConsumerHandleTestUtil.h", 264 "fetch/DataConsumerHandleTestUtil.h",
265 "fetch/FetchDataLoaderTest.cpp", 265 "fetch/FetchDataLoaderTest.cpp",
266 "fetch/FetchHeaderListTest.cpp", 266 "fetch/FetchHeaderListTest.cpp",
267 "fetch/FetchResponseDataTest.cpp", 267 "fetch/FetchResponseDataTest.cpp",
268 "fetch/FormDataBytesConsumerTest.cpp", 268 "fetch/FormDataBytesConsumerTest.cpp",
269 "fetch/MultipartParserTest.cpp",
269 "fetch/ReadableStreamBytesConsumerTest.cpp", 270 "fetch/ReadableStreamBytesConsumerTest.cpp",
270 "fetch/RequestTest.cpp", 271 "fetch/RequestTest.cpp",
271 "fetch/ResponseTest.cpp", 272 "fetch/ResponseTest.cpp",
272 "filesystem/DOMFileSystemBaseTest.cpp", 273 "filesystem/DOMFileSystemBaseTest.cpp",
273 "indexeddb/IDBKeyPathTest.cpp", 274 "indexeddb/IDBKeyPathTest.cpp",
274 "indexeddb/IDBRequestTest.cpp", 275 "indexeddb/IDBRequestTest.cpp",
275 "indexeddb/IDBTransactionTest.cpp", 276 "indexeddb/IDBTransactionTest.cpp",
276 "indexeddb/MockWebIDBDatabase.cpp", 277 "indexeddb/MockWebIDBDatabase.cpp",
277 "indexeddb/MockWebIDBDatabase.h", 278 "indexeddb/MockWebIDBDatabase.h",
278 "media_controls/MediaControlsImplTest.cpp", 279 "media_controls/MediaControlsImplTest.cpp",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ":modules_testing", 329 ":modules_testing",
329 "//components/payments/mojom:mojom_blink", 330 "//components/payments/mojom:mojom_blink",
330 "//skia", 331 "//skia",
331 "//testing/gmock", 332 "//testing/gmock",
332 "//testing/gtest", 333 "//testing/gtest",
333 "//third_party/WebKit/Source/core", 334 "//third_party/WebKit/Source/core",
334 "//third_party/WebKit/Source/platform/wtf", 335 "//third_party/WebKit/Source/platform/wtf",
335 "//v8", 336 "//v8",
336 ] 337 ]
337 } 338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698