| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "indexeddb/MockWebIDBDatabase.cpp", | 265 "indexeddb/MockWebIDBDatabase.cpp", |
| 266 "indexeddb/MockWebIDBDatabase.h", | 266 "indexeddb/MockWebIDBDatabase.h", |
| 267 "mediastream/MediaConstraintsTest.cpp", | 267 "mediastream/MediaConstraintsTest.cpp", |
| 268 "notifications/NotificationDataTest.cpp", | 268 "notifications/NotificationDataTest.cpp", |
| 269 "notifications/NotificationImageLoaderTest.cpp", | 269 "notifications/NotificationImageLoaderTest.cpp", |
| 270 "notifications/NotificationResourcesLoaderTest.cpp", | 270 "notifications/NotificationResourcesLoaderTest.cpp", |
| 271 "payments/AbortTest.cpp", | 271 "payments/AbortTest.cpp", |
| 272 "payments/CanMakePaymentTest.cpp", | 272 "payments/CanMakePaymentTest.cpp", |
| 273 "payments/CompleteTest.cpp", | 273 "payments/CompleteTest.cpp", |
| 274 "payments/OnPaymentResponseTest.cpp", | 274 "payments/OnPaymentResponseTest.cpp", |
| 275 "payments/ParsePaymentManifestTest.cpp", |
| 275 "payments/PaymentAddressTest.cpp", | 276 "payments/PaymentAddressTest.cpp", |
| 276 "payments/PaymentAppRequestConversionTest.cpp", | 277 "payments/PaymentAppRequestConversionTest.cpp", |
| 277 "payments/PaymentRequestDetailsTest.cpp", | 278 "payments/PaymentRequestDetailsTest.cpp", |
| 278 "payments/PaymentRequestTest.cpp", | 279 "payments/PaymentRequestTest.cpp", |
| 279 "payments/PaymentRequestUpdateEventTest.cpp", | 280 "payments/PaymentRequestUpdateEventTest.cpp", |
| 280 "payments/PaymentResponseTest.cpp", | 281 "payments/PaymentResponseTest.cpp", |
| 281 "payments/PaymentTestHelper.cpp", | 282 "payments/PaymentTestHelper.cpp", |
| 282 "payments/PaymentTestHelper.h", | 283 "payments/PaymentTestHelper.h", |
| 283 "payments/PaymentsValidatorsTest.cpp", | 284 "payments/PaymentsValidatorsTest.cpp", |
| 284 "peerconnection/RTCDataChannelTest.cpp", | 285 "peerconnection/RTCDataChannelTest.cpp", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 313 ":modules_testing", | 314 ":modules_testing", |
| 314 "//components/payments:payment_request_blink", | 315 "//components/payments:payment_request_blink", |
| 315 "//skia", | 316 "//skia", |
| 316 "//testing/gmock", | 317 "//testing/gmock", |
| 317 "//testing/gtest", | 318 "//testing/gtest", |
| 318 "//third_party/WebKit/Source/core", | 319 "//third_party/WebKit/Source/core", |
| 319 "//third_party/WebKit/Source/wtf", | 320 "//third_party/WebKit/Source/wtf", |
| 320 "//v8", | 321 "//v8", |
| 321 ] | 322 ] |
| 322 } | 323 } |
| OLD | NEW |