OLD | NEW |
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 "fetch/BytesConsumerTest.cpp", | 233 "fetch/BytesConsumerTest.cpp", |
234 "fetch/BytesConsumerTestUtil.cpp", | 234 "fetch/BytesConsumerTestUtil.cpp", |
235 "fetch/CompositeDataConsumerHandleTest.cpp", | 235 "fetch/CompositeDataConsumerHandleTest.cpp", |
236 "fetch/DataConsumerHandleTestUtil.cpp", | 236 "fetch/DataConsumerHandleTestUtil.cpp", |
237 "fetch/DataConsumerHandleTestUtil.h", | 237 "fetch/DataConsumerHandleTestUtil.h", |
238 "fetch/DataConsumerHandleUtilTest.cpp", | 238 "fetch/DataConsumerHandleUtilTest.cpp", |
239 "fetch/FetchBlobDataConsumerHandleTest.cpp", | 239 "fetch/FetchBlobDataConsumerHandleTest.cpp", |
240 "fetch/FetchDataLoaderTest.cpp", | 240 "fetch/FetchDataLoaderTest.cpp", |
241 "fetch/FetchFormDataConsumerHandleTest.cpp", | 241 "fetch/FetchFormDataConsumerHandleTest.cpp", |
242 "fetch/FetchResponseDataTest.cpp", | 242 "fetch/FetchResponseDataTest.cpp", |
| 243 "fetch/MultipartParserTest.cpp", |
243 "fetch/ReadableStreamDataConsumerHandleTest.cpp", | 244 "fetch/ReadableStreamDataConsumerHandleTest.cpp", |
244 "fetch/RequestTest.cpp", | 245 "fetch/RequestTest.cpp", |
245 "fetch/ResponseTest.cpp", | 246 "fetch/ResponseTest.cpp", |
246 "filesystem/DOMFileSystemBaseTest.cpp", | 247 "filesystem/DOMFileSystemBaseTest.cpp", |
247 "indexeddb/IDBKeyPathTest.cpp", | 248 "indexeddb/IDBKeyPathTest.cpp", |
248 "indexeddb/IDBRequestTest.cpp", | 249 "indexeddb/IDBRequestTest.cpp", |
249 "indexeddb/IDBTransactionTest.cpp", | 250 "indexeddb/IDBTransactionTest.cpp", |
250 "indexeddb/MockWebIDBDatabase.cpp", | 251 "indexeddb/MockWebIDBDatabase.cpp", |
251 "indexeddb/MockWebIDBDatabase.h", | 252 "indexeddb/MockWebIDBDatabase.h", |
252 "mediasession/MediaSessionTest.cpp", | 253 "mediasession/MediaSessionTest.cpp", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 ":modules", | 290 ":modules", |
290 ":modules_testing", | 291 ":modules_testing", |
291 "//skia", | 292 "//skia", |
292 "//testing/gmock", | 293 "//testing/gmock", |
293 "//testing/gtest", | 294 "//testing/gtest", |
294 "//third_party/WebKit/Source/core", | 295 "//third_party/WebKit/Source/core", |
295 "//third_party/WebKit/Source/wtf", | 296 "//third_party/WebKit/Source/wtf", |
296 "//v8", | 297 "//v8", |
297 ] | 298 ] |
298 } | 299 } |
OLD | NEW |