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

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

Issue 2516923002: [Merge M-56] Add canMakeActivePayment() method to web payments. (Closed)
Patch Set: 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "indexeddb/IDBKeyPathTest.cpp", 247 "indexeddb/IDBKeyPathTest.cpp",
248 "indexeddb/IDBRequestTest.cpp", 248 "indexeddb/IDBRequestTest.cpp",
249 "indexeddb/IDBTransactionTest.cpp", 249 "indexeddb/IDBTransactionTest.cpp",
250 "indexeddb/MockWebIDBDatabase.cpp", 250 "indexeddb/MockWebIDBDatabase.cpp",
251 "indexeddb/MockWebIDBDatabase.h", 251 "indexeddb/MockWebIDBDatabase.h",
252 "mediastream/MediaConstraintsTest.cpp", 252 "mediastream/MediaConstraintsTest.cpp",
253 "notifications/NotificationDataTest.cpp", 253 "notifications/NotificationDataTest.cpp",
254 "notifications/NotificationImageLoaderTest.cpp", 254 "notifications/NotificationImageLoaderTest.cpp",
255 "notifications/NotificationResourcesLoaderTest.cpp", 255 "notifications/NotificationResourcesLoaderTest.cpp",
256 "payments/AbortTest.cpp", 256 "payments/AbortTest.cpp",
257 "payments/ActivePaymentTest.cpp",
257 "payments/CompleteTest.cpp", 258 "payments/CompleteTest.cpp",
258 "payments/OnPaymentResponseTest.cpp", 259 "payments/OnPaymentResponseTest.cpp",
259 "payments/PaymentAddressTest.cpp", 260 "payments/PaymentAddressTest.cpp",
260 "payments/PaymentRequestDetailsTest.cpp", 261 "payments/PaymentRequestDetailsTest.cpp",
261 "payments/PaymentRequestTest.cpp", 262 "payments/PaymentRequestTest.cpp",
262 "payments/PaymentRequestUpdateEventTest.cpp", 263 "payments/PaymentRequestUpdateEventTest.cpp",
263 "payments/PaymentResponseTest.cpp", 264 "payments/PaymentResponseTest.cpp",
264 "payments/PaymentTestHelper.cpp", 265 "payments/PaymentTestHelper.cpp",
265 "payments/PaymentTestHelper.h", 266 "payments/PaymentTestHelper.h",
266 "payments/PaymentsValidatorsTest.cpp", 267 "payments/PaymentsValidatorsTest.cpp",
(...skipping 26 matching lines...) Expand all
293 ":modules_testing", 294 ":modules_testing",
294 "//components/payments:payment_request_blink", 295 "//components/payments:payment_request_blink",
295 "//skia", 296 "//skia",
296 "//testing/gmock", 297 "//testing/gmock",
297 "//testing/gtest", 298 "//testing/gtest",
298 "//third_party/WebKit/Source/core", 299 "//third_party/WebKit/Source/core",
299 "//third_party/WebKit/Source/wtf", 300 "//third_party/WebKit/Source/wtf",
300 "//v8", 301 "//v8",
301 ] 302 ]
302 } 303 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698