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

Unified Diff: testing/android/proguard_for_test.flags

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « sync/util/time.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/proguard_for_test.flags
diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags
index f427ac695781a6861f562fd6aefc3ab8612a96df..46befb06953872b4dead014d76eb0c6470e5bcea 100644
--- a/testing/android/proguard_for_test.flags
+++ b/testing/android/proguard_for_test.flags
@@ -95,7 +95,7 @@
# Needed for chrome_sync_shell_test_apk. Note - these do no affect chrome_apk's
# size.
--keep class org.chromium.sync.protocol.* { *; }
+-keep class org.chromium.components.sync.protocol.* { *; }
# These resources are referenced in tests, but not in the real application.
-keepclassmembers class org.chromium.chrome.R$id {
« no previous file with comments | « sync/util/time.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698