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

Unified Diff: infra/scripts/legacy/scripts/slave/chromium/sizes.py

Issue 1947983006: ☯ Remove deprecated libchrome_public target. (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 | « chrome/android/chrome_apk.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/scripts/legacy/scripts/slave/chromium/sizes.py
diff --git a/infra/scripts/legacy/scripts/slave/chromium/sizes.py b/infra/scripts/legacy/scripts/slave/chromium/sizes.py
index 677e179a2c46103c9e3029ab64540701f055161c..8a61840a1ef18cff8e65b95a8d2bb3b04f549201 100755
--- a/infra/scripts/legacy/scripts/slave/chromium/sizes.py
+++ b/infra/scripts/legacy/scripts/slave/chromium/sizes.py
@@ -389,8 +389,8 @@ def main_android(options, args, results_collector):
options.target)
binaries = [
- 'chrome_public_apk/libs/armeabi-v7a/libchrome_public.so',
- 'lib/libchrome_public.so',
+ 'chrome_public_apk/libs/armeabi-v7a/libchrome.so',
+ 'lib/libchrome.so',
]
return check_android_binaries(binaries, target_dir, options)
« no previous file with comments | « chrome/android/chrome_apk.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698