| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "fetch/BodyStreamBufferTest.cpp", | 232 "fetch/BodyStreamBufferTest.cpp", |
| 233 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 233 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
| 234 "fetch/BytesConsumerTest.cpp", | 234 "fetch/BytesConsumerTest.cpp", |
| 235 "fetch/BytesConsumerTestUtil.cpp", | 235 "fetch/BytesConsumerTestUtil.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/FetchDataLoaderTest.cpp", | 239 "fetch/FetchDataLoaderTest.cpp", |
| 240 "fetch/FetchResponseDataTest.cpp", | 240 "fetch/FetchResponseDataTest.cpp", |
| 241 "fetch/FormDataBytesConsumerTest.cpp", | 241 "fetch/FormDataBytesConsumerTest.cpp", |
| 242 "fetch/ReadableStreamDataConsumerHandleTest.cpp", | 242 "fetch/ReadableStreamBytesConsumerTest.cpp", |
| 243 "fetch/RequestTest.cpp", | 243 "fetch/RequestTest.cpp", |
| 244 "fetch/ResponseTest.cpp", | 244 "fetch/ResponseTest.cpp", |
| 245 "filesystem/DOMFileSystemBaseTest.cpp", | 245 "filesystem/DOMFileSystemBaseTest.cpp", |
| 246 "indexeddb/IDBKeyPathTest.cpp", | 246 "indexeddb/IDBKeyPathTest.cpp", |
| 247 "indexeddb/IDBRequestTest.cpp", | 247 "indexeddb/IDBRequestTest.cpp", |
| 248 "indexeddb/IDBTransactionTest.cpp", | 248 "indexeddb/IDBTransactionTest.cpp", |
| 249 "indexeddb/MockWebIDBDatabase.cpp", | 249 "indexeddb/MockWebIDBDatabase.cpp", |
| 250 "indexeddb/MockWebIDBDatabase.h", | 250 "indexeddb/MockWebIDBDatabase.h", |
| 251 "mediasession/MediaSessionTest.cpp", | 251 "mediasession/MediaSessionTest.cpp", |
| 252 "mediastream/MediaConstraintsTest.cpp", | 252 "mediastream/MediaConstraintsTest.cpp", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 ":modules", | 288 ":modules", |
| 289 ":modules_testing", | 289 ":modules_testing", |
| 290 "//skia", | 290 "//skia", |
| 291 "//testing/gmock", | 291 "//testing/gmock", |
| 292 "//testing/gtest", | 292 "//testing/gtest", |
| 293 "//third_party/WebKit/Source/core", | 293 "//third_party/WebKit/Source/core", |
| 294 "//third_party/WebKit/Source/wtf", | 294 "//third_party/WebKit/Source/wtf", |
| 295 "//v8", | 295 "//v8", |
| 296 ] | 296 ] |
| 297 } | 297 } |
| OLD | NEW |