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

Unified Diff: chrome/installer/DEPS

Issue 324593004: Windows: Add an "Open in Adobe Reader" menu item for PDF files in the download shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 6 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: chrome/installer/DEPS
diff --git a/chrome/installer/DEPS b/chrome/installer/DEPS
index 5a293102f9a7b028e714dd31ce834e6cb3a44511..d5f75fd77c2de702d2fdfceffc1c2b62db83a62b 100644
--- a/chrome/installer/DEPS
+++ b/chrome/installer/DEPS
@@ -4,4 +4,8 @@ include_rules = [
"+rlz",
"+third_party/bspatch",
"+third_party/lzma_sdk",
+
+ # Avoid bringing in content code, except for some er
+ "-content",
+ "+content/public/common/result_codes.h",
jam 2014/06/19 16:37:07 nit: not needed anymore?
Lei Zhang 2014/06/19 18:12:30 I can put this in a separate CL.
]

Powered by Google App Engine
This is Rietveld 408576698