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

Unified Diff: web_apks/minting_example/BUILD.gn

Issue 1951053003: Remove unused IMintedApiCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | web_apks/minting_example/libs/runtime_library/src/org/chromium/minting/libs/runtime_library/IMintedApi.aidl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web_apks/minting_example/BUILD.gn
diff --git a/web_apks/minting_example/BUILD.gn b/web_apks/minting_example/BUILD.gn
index 30505cd974b8bbe8328a9b26a602858fef8db29a..a7f49d4fe88d0a213dbda1f3bb82944d85e4ead9 100644
--- a/web_apks/minting_example/BUILD.gn
+++ b/web_apks/minting_example/BUILD.gn
@@ -103,7 +103,6 @@ android_aidl("minting_service_aidl") {
interface_file = "$minting_runtime_library_dir/src/org/chromium/minting/libs/runtime_library/common.aidl"
sources = [
"$minting_runtime_library_dir/src/org/chromium/minting/libs/runtime_library/IMintedApi.aidl",
- "$minting_runtime_library_dir/src/org/chromium/minting/libs/runtime_library/IMintedApiCallback.aidl",
]
}
« no previous file with comments | « no previous file | web_apks/minting_example/libs/runtime_library/src/org/chromium/minting/libs/runtime_library/IMintedApi.aidl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698