| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "fetch/FormDataBytesConsumerTest.cpp", | 240 "fetch/FormDataBytesConsumerTest.cpp", |
| 241 "fetch/ReadableStreamBytesConsumerTest.cpp", | 241 "fetch/ReadableStreamBytesConsumerTest.cpp", |
| 242 "fetch/RequestTest.cpp", | 242 "fetch/RequestTest.cpp", |
| 243 "fetch/ResponseTest.cpp", | 243 "fetch/ResponseTest.cpp", |
| 244 "filesystem/DOMFileSystemBaseTest.cpp", | 244 "filesystem/DOMFileSystemBaseTest.cpp", |
| 245 "indexeddb/IDBKeyPathTest.cpp", | 245 "indexeddb/IDBKeyPathTest.cpp", |
| 246 "indexeddb/IDBRequestTest.cpp", | 246 "indexeddb/IDBRequestTest.cpp", |
| 247 "indexeddb/IDBTransactionTest.cpp", | 247 "indexeddb/IDBTransactionTest.cpp", |
| 248 "indexeddb/MockWebIDBDatabase.cpp", | 248 "indexeddb/MockWebIDBDatabase.cpp", |
| 249 "indexeddb/MockWebIDBDatabase.h", | 249 "indexeddb/MockWebIDBDatabase.h", |
| 250 "mediasession/MediaSessionTest.cpp", | |
| 251 "mediastream/MediaConstraintsTest.cpp", | 250 "mediastream/MediaConstraintsTest.cpp", |
| 252 "notifications/NotificationDataTest.cpp", | 251 "notifications/NotificationDataTest.cpp", |
| 253 "notifications/NotificationResourcesLoaderTest.cpp", | 252 "notifications/NotificationResourcesLoaderTest.cpp", |
| 254 "payments/AbortTest.cpp", | 253 "payments/AbortTest.cpp", |
| 255 "payments/CompleteTest.cpp", | 254 "payments/CompleteTest.cpp", |
| 256 "payments/OnPaymentResponseTest.cpp", | 255 "payments/OnPaymentResponseTest.cpp", |
| 257 "payments/PaymentAddressTest.cpp", | 256 "payments/PaymentAddressTest.cpp", |
| 258 "payments/PaymentRequestDetailsTest.cpp", | 257 "payments/PaymentRequestDetailsTest.cpp", |
| 259 "payments/PaymentRequestTest.cpp", | 258 "payments/PaymentRequestTest.cpp", |
| 260 "payments/PaymentRequestUpdateEventTest.cpp", | 259 "payments/PaymentRequestUpdateEventTest.cpp", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 287 ":modules", | 286 ":modules", |
| 288 ":modules_testing", | 287 ":modules_testing", |
| 289 "//skia", | 288 "//skia", |
| 290 "//testing/gmock", | 289 "//testing/gmock", |
| 291 "//testing/gtest", | 290 "//testing/gtest", |
| 292 "//third_party/WebKit/Source/core", | 291 "//third_party/WebKit/Source/core", |
| 293 "//third_party/WebKit/Source/wtf", | 292 "//third_party/WebKit/Source/wtf", |
| 294 "//v8", | 293 "//v8", |
| 295 ] | 294 ] |
| 296 } | 295 } |
| OLD | NEW |