| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "eventsource/EventSourceParserTest.cpp", | 253 "eventsource/EventSourceParserTest.cpp", |
| 254 "fetch/BlobBytesConsumerTest.cpp", | 254 "fetch/BlobBytesConsumerTest.cpp", |
| 255 "fetch/BodyStreamBufferTest.cpp", | 255 "fetch/BodyStreamBufferTest.cpp", |
| 256 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 256 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
| 257 "fetch/BytesConsumerTest.cpp", | 257 "fetch/BytesConsumerTest.cpp", |
| 258 "fetch/BytesConsumerTestUtil.cpp", | 258 "fetch/BytesConsumerTestUtil.cpp", |
| 259 "fetch/BytesConsumerTestUtil.h", | 259 "fetch/BytesConsumerTestUtil.h", |
| 260 "fetch/DataConsumerHandleTestUtil.cpp", | 260 "fetch/DataConsumerHandleTestUtil.cpp", |
| 261 "fetch/DataConsumerHandleTestUtil.h", | 261 "fetch/DataConsumerHandleTestUtil.h", |
| 262 "fetch/FetchDataLoaderTest.cpp", | 262 "fetch/FetchDataLoaderTest.cpp", |
| 263 "fetch/FetchHeaderListTest.cpp", |
| 263 "fetch/FetchResponseDataTest.cpp", | 264 "fetch/FetchResponseDataTest.cpp", |
| 264 "fetch/FormDataBytesConsumerTest.cpp", | 265 "fetch/FormDataBytesConsumerTest.cpp", |
| 265 "fetch/ReadableStreamBytesConsumerTest.cpp", | 266 "fetch/ReadableStreamBytesConsumerTest.cpp", |
| 266 "fetch/RequestTest.cpp", | 267 "fetch/RequestTest.cpp", |
| 267 "fetch/ResponseTest.cpp", | 268 "fetch/ResponseTest.cpp", |
| 268 "filesystem/DOMFileSystemBaseTest.cpp", | 269 "filesystem/DOMFileSystemBaseTest.cpp", |
| 269 "indexeddb/IDBKeyPathTest.cpp", | 270 "indexeddb/IDBKeyPathTest.cpp", |
| 270 "indexeddb/IDBRequestTest.cpp", | 271 "indexeddb/IDBRequestTest.cpp", |
| 271 "indexeddb/IDBTransactionTest.cpp", | 272 "indexeddb/IDBTransactionTest.cpp", |
| 272 "indexeddb/MockWebIDBDatabase.cpp", | 273 "indexeddb/MockWebIDBDatabase.cpp", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 ":modules_testing", | 322 ":modules_testing", |
| 322 "//components/payments/content:mojom_blink", | 323 "//components/payments/content:mojom_blink", |
| 323 "//skia", | 324 "//skia", |
| 324 "//testing/gmock", | 325 "//testing/gmock", |
| 325 "//testing/gtest", | 326 "//testing/gtest", |
| 326 "//third_party/WebKit/Source/core", | 327 "//third_party/WebKit/Source/core", |
| 327 "//third_party/WebKit/Source/wtf", | 328 "//third_party/WebKit/Source/wtf", |
| 328 "//v8", | 329 "//v8", |
| 329 ] | 330 ] |
| 330 } | 331 } |
| OLD | NEW |