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

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: Address Marcus' nits. 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
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..bdde3cdf9717e90e600dd44b9665af39ed8ea4a4
--- /dev/null
+++ b/content/common/android/linker/DEPS
@@ -0,0 +1,5 @@
+include_rules = {
+ # This code cannot depend on base/ or content/
+ "-base",
+ "-content",
+}

Powered by Google App Engine
This is Rietveld 408576698