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

Unified 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, 11 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: base/android/linker/DEPS
diff --git a/content/common/android/linker/DEPS b/base/android/linker/DEPS
similarity index 87%
rename from content/common/android/linker/DEPS
rename to base/android/linker/DEPS
index 220b4c49e9b9822680c068c1b66716ef6fe6cbfa..08f43952cf5e947da5f862c9824064b3e3179247 100644
--- a/content/common/android/linker/DEPS
+++ b/base/android/linker/DEPS
@@ -1,5 +1,4 @@
include_rules = [
# 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.
"-base",
- "-content",
]

Powered by Google App Engine
This is Rietveld 408576698