Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2528683002: PaymentApp: Blink side of payment request event dispatching in service worker. (Closed)
Patch Set: PaymentApp: Blink side of payment request event dispatching in service worker. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
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",
259 "payments/ActivePaymentTest.cpp", 259 "payments/ActivePaymentTest.cpp",
260 "payments/CompleteTest.cpp", 260 "payments/CompleteTest.cpp",
261 "payments/OnPaymentResponseTest.cpp", 261 "payments/OnPaymentResponseTest.cpp",
262 "payments/PaymentAddressTest.cpp", 262 "payments/PaymentAddressTest.cpp",
263 "payments/PaymentAppRequestDataConversionTest.cpp",
263 "payments/PaymentRequestDetailsTest.cpp", 264 "payments/PaymentRequestDetailsTest.cpp",
264 "payments/PaymentRequestTest.cpp", 265 "payments/PaymentRequestTest.cpp",
265 "payments/PaymentRequestUpdateEventTest.cpp", 266 "payments/PaymentRequestUpdateEventTest.cpp",
266 "payments/PaymentResponseTest.cpp", 267 "payments/PaymentResponseTest.cpp",
267 "payments/PaymentTestHelper.cpp", 268 "payments/PaymentTestHelper.cpp",
268 "payments/PaymentTestHelper.h", 269 "payments/PaymentTestHelper.h",
269 "payments/PaymentsValidatorsTest.cpp", 270 "payments/PaymentsValidatorsTest.cpp",
270 "peerconnection/RTCDataChannelTest.cpp", 271 "peerconnection/RTCDataChannelTest.cpp",
271 "presentation/PresentationAvailabilityTest.cpp", 272 "presentation/PresentationAvailabilityTest.cpp",
272 "presentation/PresentationReceiverTest.cpp", 273 "presentation/PresentationReceiverTest.cpp",
(...skipping 24 matching lines...) Expand all
297 ":modules_testing", 298 ":modules_testing",
298 "//components/payments:payment_request_blink", 299 "//components/payments:payment_request_blink",
299 "//skia", 300 "//skia",
300 "//testing/gmock", 301 "//testing/gmock",
301 "//testing/gtest", 302 "//testing/gtest",
302 "//third_party/WebKit/Source/core", 303 "//third_party/WebKit/Source/core",
303 "//third_party/WebKit/Source/wtf", 304 "//third_party/WebKit/Source/wtf",
304 "//v8", 305 "//v8",
305 ] 306 ]
306 } 307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698