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