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

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

Issue 2545523004: Rename canMakeActivePayment to canMakePayment (Closed)
Patch Set: Rebase 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "indexeddb/IDBKeyPathTest.cpp", 249 "indexeddb/IDBKeyPathTest.cpp",
250 "indexeddb/IDBRequestTest.cpp", 250 "indexeddb/IDBRequestTest.cpp",
251 "indexeddb/IDBTransactionTest.cpp", 251 "indexeddb/IDBTransactionTest.cpp",
252 "indexeddb/MockWebIDBDatabase.cpp", 252 "indexeddb/MockWebIDBDatabase.cpp",
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/CanMakePaymentTest.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/PaymentRequestDetailsTest.cpp", 263 "payments/PaymentRequestDetailsTest.cpp",
264 "payments/PaymentRequestTest.cpp", 264 "payments/PaymentRequestTest.cpp",
265 "payments/PaymentRequestUpdateEventTest.cpp", 265 "payments/PaymentRequestUpdateEventTest.cpp",
266 "payments/PaymentResponseTest.cpp", 266 "payments/PaymentResponseTest.cpp",
267 "payments/PaymentTestHelper.cpp", 267 "payments/PaymentTestHelper.cpp",
268 "payments/PaymentTestHelper.h", 268 "payments/PaymentTestHelper.h",
269 "payments/PaymentsValidatorsTest.cpp", 269 "payments/PaymentsValidatorsTest.cpp",
(...skipping 27 matching lines...) Expand all
297 ":modules_testing", 297 ":modules_testing",
298 "//components/payments:payment_request_blink", 298 "//components/payments:payment_request_blink",
299 "//skia", 299 "//skia",
300 "//testing/gmock", 300 "//testing/gmock",
301 "//testing/gtest", 301 "//testing/gtest",
302 "//third_party/WebKit/Source/core", 302 "//third_party/WebKit/Source/core",
303 "//third_party/WebKit/Source/wtf", 303 "//third_party/WebKit/Source/wtf",
304 "//v8", 304 "//v8",
305 ] 305 ]
306 } 306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698