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

Unified Diff: chrome/android/BUILD.gn

Issue 2048823004: PaymentRequest.abort() should return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DummyPageHolder and TrackExceptionState for haraken@ comment. Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 31f5db4b2ca539e22fd3bc5ef07aba960bc2dc13..bbe544e968f10edac4f3193093650363ea35a149 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -342,12 +342,15 @@ android_library("chrome_test_java") {
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//net/android:net_java",
"//net/android:net_java_test_support",
"//printing:printing_java",
"//sync:sync_java_test_support",
"//sync/android:sync_java",
"//sync/android:sync_javatests",
+ "//third_party/WebKit/public:android_mojo_bindings_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_tools:android_support_design_java",
"//third_party/android_tools:android_support_v13_java",
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698