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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+google_update", 3 "+google_update",
4 "+rlz", 4 "+rlz",
5 "+third_party/bspatch", 5 "+third_party/bspatch",
6 "+third_party/lzma_sdk", 6 "+third_party/lzma_sdk",
7
8 # Avoid bringing in content code, except for some er
9 "-content",
10 "+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.
7 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698