| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp", | 282 "media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp", |
| 283 "mediastream/MediaConstraintsTest.cpp", | 283 "mediastream/MediaConstraintsTest.cpp", |
| 284 "notifications/NotificationDataTest.cpp", | 284 "notifications/NotificationDataTest.cpp", |
| 285 "notifications/NotificationImageLoaderTest.cpp", | 285 "notifications/NotificationImageLoaderTest.cpp", |
| 286 "notifications/NotificationResourcesLoaderTest.cpp", | 286 "notifications/NotificationResourcesLoaderTest.cpp", |
| 287 "payments/AbortTest.cpp", | 287 "payments/AbortTest.cpp", |
| 288 "payments/CanMakePaymentTest.cpp", | 288 "payments/CanMakePaymentTest.cpp", |
| 289 "payments/CompleteTest.cpp", | 289 "payments/CompleteTest.cpp", |
| 290 "payments/OnPaymentResponseTest.cpp", | 290 "payments/OnPaymentResponseTest.cpp", |
| 291 "payments/PaymentAddressTest.cpp", | 291 "payments/PaymentAddressTest.cpp", |
| 292 "payments/PaymentAppRequestConversionTest.cpp", | |
| 293 "payments/PaymentRequestDetailsTest.cpp", | 292 "payments/PaymentRequestDetailsTest.cpp", |
| 293 "payments/PaymentRequestEventDataConversionTest.cpp", |
| 294 "payments/PaymentRequestTest.cpp", | 294 "payments/PaymentRequestTest.cpp", |
| 295 "payments/PaymentRequestUpdateEventTest.cpp", | 295 "payments/PaymentRequestUpdateEventTest.cpp", |
| 296 "payments/PaymentResponseTest.cpp", | 296 "payments/PaymentResponseTest.cpp", |
| 297 "payments/PaymentTestHelper.cpp", | 297 "payments/PaymentTestHelper.cpp", |
| 298 "payments/PaymentTestHelper.h", | 298 "payments/PaymentTestHelper.h", |
| 299 "payments/PaymentsValidatorsTest.cpp", | 299 "payments/PaymentsValidatorsTest.cpp", |
| 300 "peerconnection/RTCDataChannelTest.cpp", | 300 "peerconnection/RTCDataChannelTest.cpp", |
| 301 "presentation/PresentationAvailabilityTest.cpp", | 301 "presentation/PresentationAvailabilityTest.cpp", |
| 302 "presentation/PresentationReceiverTest.cpp", | 302 "presentation/PresentationReceiverTest.cpp", |
| 303 "presentation/PresentationRequestTest.cpp", | 303 "presentation/PresentationRequestTest.cpp", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 330 ":modules_testing", | 330 ":modules_testing", |
| 331 "//components/payments/mojom:mojom_blink", | 331 "//components/payments/mojom:mojom_blink", |
| 332 "//skia", | 332 "//skia", |
| 333 "//testing/gmock", | 333 "//testing/gmock", |
| 334 "//testing/gtest", | 334 "//testing/gtest", |
| 335 "//third_party/WebKit/Source/core", | 335 "//third_party/WebKit/Source/core", |
| 336 "//third_party/WebKit/Source/platform/wtf", | 336 "//third_party/WebKit/Source/platform/wtf", |
| 337 "//v8", | 337 "//v8", |
| 338 ] | 338 ] |
| 339 } | 339 } |
| OLD | NEW |