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

Side by Side Diff: base/android/linker/DEPS

Issue 141223002: Move the android library loader from content to base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move Android Library Loader - Fix findbugs merge issue Created 6 years, 10 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # This code cannot depend on anything from base/ or content/ 2 # This code cannot depend on anything from base/ or content/
Yaron 2014/02/04 05:50:01 no longer needs to mention "content"
aberent 2014/02/05 13:40:14 Done.
3 "-base", 3 "-base",
4 "-content",
5 ] 4 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698