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

Unified Diff: content/common/android/linker/DEPS

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update content_tests.gypi Created 7 years, 2 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
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/common/android/linker/linker_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/linker/DEPS
diff --git a/content/common/android/linker/DEPS b/content/common/android/linker/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..220b4c49e9b9822680c068c1b66716ef6fe6cbfa
--- /dev/null
+++ b/content/common/android/linker/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # This code cannot depend on anything from base/ or content/
+ "-base",
+ "-content",
+]
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/common/android/linker/linker_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698