repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up extension confirmation prompts and make them consistent between Views and...
[chromium-blink-merge.git]
/
components
/
cronet
/
android
/
sample
/
javatests
/
proguard.cfg
blob
2963c96ae3c6feb1f7b5b63be4b33444ccef8d4c
1
# Proguard settings for CronetSampleTestApk.
2
-keep class org.chromium.cronet_sample_apk.CronetSampleActivity {
3
*;
4
}
5
6
# Keep methods explicitly marked as testing hooks.
7
-keep class org.chromium.** {
8
@**.VisibleForTesting *;
9
}