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

Side by Side Diff: android_webview/build/jarjar-rules.txt

Issue 255613003: Move ui and content resources into one location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 zap org.chromium.ui.R**
Torne 2014/05/13 13:46:52 Is a ** the right thing here? Isn't that going to
mkosiba (inactive) 2014/06/12 11:11:19 Good point. The resources are inner classes so we
2 zap org.chromium.content.R**
3 rule org.chromium.ui.R** com.android.org.chromium.R@1
4 rule org.chromium.content.R** com.android.org.chromium.R@1
1 rule org.chromium.** com.android.@0 5 rule org.chromium.** com.android.@0
2 rule com.google.** com.android.org.chromium.@0 6 rule com.google.** com.android.org.chromium.@0
3 rule com.googlecode.** com.android.org.chromium.@0 7 rule com.googlecode.** com.android.org.chromium.@0
4 rule javax.annotation.** com.android.org.chromium.@0 8 rule javax.annotation.** com.android.org.chromium.@0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698