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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 182 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
183 "fetch/CompositeDataConsumerHandleTest.cpp", | 183 "fetch/CompositeDataConsumerHandleTest.cpp", |
184 "fetch/DataConsumerHandleTestUtil.cpp", | 184 "fetch/DataConsumerHandleTestUtil.cpp", |
185 "fetch/DataConsumerHandleTestUtil.h", | 185 "fetch/DataConsumerHandleTestUtil.h", |
186 "fetch/DataConsumerHandleUtilTest.cpp", | 186 "fetch/DataConsumerHandleUtilTest.cpp", |
187 "fetch/DataConsumerTeeTest.cpp", | 187 "fetch/DataConsumerTeeTest.cpp", |
188 "fetch/FetchBlobDataConsumerHandleTest.cpp", | 188 "fetch/FetchBlobDataConsumerHandleTest.cpp", |
189 "fetch/FetchDataLoaderTest.cpp", | 189 "fetch/FetchDataLoaderTest.cpp", |
190 "fetch/FetchFormDataConsumerHandleTest.cpp", | 190 "fetch/FetchFormDataConsumerHandleTest.cpp", |
191 "fetch/FetchResponseDataTest.cpp", | 191 "fetch/FetchResponseDataTest.cpp", |
| 192 "fetch/MultipartParserTest.cpp", |
192 "fetch/ReadableStreamDataConsumerHandleTest.cpp", | 193 "fetch/ReadableStreamDataConsumerHandleTest.cpp", |
193 "fetch/RequestTest.cpp", | 194 "fetch/RequestTest.cpp", |
194 "fetch/ResponseTest.cpp", | 195 "fetch/ResponseTest.cpp", |
195 "filesystem/DOMFileSystemBaseTest.cpp", | 196 "filesystem/DOMFileSystemBaseTest.cpp", |
196 "indexeddb/IDBKeyPathTest.cpp", | 197 "indexeddb/IDBKeyPathTest.cpp", |
197 "indexeddb/IDBRequestTest.cpp", | 198 "indexeddb/IDBRequestTest.cpp", |
198 "indexeddb/IDBTransactionTest.cpp", | 199 "indexeddb/IDBTransactionTest.cpp", |
199 "indexeddb/MockWebIDBDatabase.cpp", | 200 "indexeddb/MockWebIDBDatabase.cpp", |
200 "indexeddb/MockWebIDBDatabase.h", | 201 "indexeddb/MockWebIDBDatabase.h", |
201 "mediasession/MediaSessionTest.cpp", | 202 "mediasession/MediaSessionTest.cpp", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 ":modules", | 238 ":modules", |
238 ":modules_testing", | 239 ":modules_testing", |
239 "//skia", | 240 "//skia", |
240 "//testing/gmock", | 241 "//testing/gmock", |
241 "//testing/gtest", | 242 "//testing/gtest", |
242 "//third_party/WebKit/Source/core", | 243 "//third_party/WebKit/Source/core", |
243 "//third_party/WebKit/Source/wtf", | 244 "//third_party/WebKit/Source/wtf", |
244 "//v8", | 245 "//v8", |
245 ] | 246 ] |
246 } | 247 } |
OLD | NEW |