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

Unified Diff: testing/android/proguard_for_test.flags

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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
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 {

Powered by Google App Engine
This is Rietveld 408576698