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

Unified Diff: components/breakpad/app/DEPS

Issue 31243002: Move Linux/Android breakpad implementation to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | « components/breakpad/DEPS ('k') | components/breakpad/app/breakpad_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/DEPS
diff --git a/components/breakpad/app/DEPS b/components/breakpad/app/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..1ee965ecd5926590347bc94e6fc87d9cd8b848a8
--- /dev/null
+++ b/components/breakpad/app/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+sandbox",
+
+ "-content/public/common",
+ "+content/public/common/content_descriptors.h",
+ "+content/public/common/content_switches.h",
+ "+content/public/common/result_codes.h",
+ "+third_party/lss/linux_syscall_support.h",
+]
« no previous file with comments | « components/breakpad/DEPS ('k') | components/breakpad/app/breakpad_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698