| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "fetch/BytesConsumerTest.cpp", | 238 "fetch/BytesConsumerTest.cpp", |
| 239 "fetch/BytesConsumerTestUtil.cpp", | 239 "fetch/BytesConsumerTestUtil.cpp", |
| 240 "fetch/DataConsumerHandleTestUtil.cpp", | 240 "fetch/DataConsumerHandleTestUtil.cpp", |
| 241 "fetch/DataConsumerHandleTestUtil.h", | 241 "fetch/DataConsumerHandleTestUtil.h", |
| 242 "fetch/FetchDataLoaderTest.cpp", | 242 "fetch/FetchDataLoaderTest.cpp", |
| 243 "fetch/FetchResponseDataTest.cpp", | 243 "fetch/FetchResponseDataTest.cpp", |
| 244 "fetch/FormDataBytesConsumerTest.cpp", | 244 "fetch/FormDataBytesConsumerTest.cpp", |
| 245 "fetch/ReadableStreamBytesConsumerTest.cpp", | 245 "fetch/ReadableStreamBytesConsumerTest.cpp", |
| 246 "fetch/RequestTest.cpp", | 246 "fetch/RequestTest.cpp", |
| 247 "fetch/ResponseTest.cpp", | 247 "fetch/ResponseTest.cpp", |
| 248 "filesystem/DOMFileSystemBaseTest.cpp", | 248 "filesystem/FileSystemBaseTest.cpp", |
| 249 "indexeddb/IDBKeyPathTest.cpp", | 249 "indexeddb/IDBKeyPathTest.cpp", |
| 250 "indexeddb/IDBRequestTest.cpp", | 250 "indexeddb/IDBRequestTest.cpp", |
| 251 "indexeddb/IDBTransactionTest.cpp", | 251 "indexeddb/IDBTransactionTest.cpp", |
| 252 "indexeddb/MockWebIDBDatabase.cpp", | 252 "indexeddb/MockWebIDBDatabase.cpp", |
| 253 "indexeddb/MockWebIDBDatabase.h", | 253 "indexeddb/MockWebIDBDatabase.h", |
| 254 "mediastream/MediaConstraintsTest.cpp", | 254 "mediastream/MediaConstraintsTest.cpp", |
| 255 "notifications/NotificationDataTest.cpp", | 255 "notifications/NotificationDataTest.cpp", |
| 256 "notifications/NotificationImageLoaderTest.cpp", | 256 "notifications/NotificationImageLoaderTest.cpp", |
| 257 "notifications/NotificationResourcesLoaderTest.cpp", | 257 "notifications/NotificationResourcesLoaderTest.cpp", |
| 258 "payments/AbortTest.cpp", | 258 "payments/AbortTest.cpp", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 ":modules_testing", | 297 ":modules_testing", |
| 298 "//components/payments:payment_request_blink", | 298 "//components/payments:payment_request_blink", |
| 299 "//skia", | 299 "//skia", |
| 300 "//testing/gmock", | 300 "//testing/gmock", |
| 301 "//testing/gtest", | 301 "//testing/gtest", |
| 302 "//third_party/WebKit/Source/core", | 302 "//third_party/WebKit/Source/core", |
| 303 "//third_party/WebKit/Source/wtf", | 303 "//third_party/WebKit/Source/wtf", |
| 304 "//v8", | 304 "//v8", |
| 305 ] | 305 ] |
| 306 } | 306 } |
| OLD | NEW |