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

Side by Side Diff: chrome/renderer/DEPS

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/grit", # For generated headers 2 "+chrome/grit", # For generated headers
3 "+chrome/installer/util/util_constants.h",
cpu_(ooo_6.6-7.5) 2015/02/02 22:55:23 why is this?
jam 2015/02/03 19:11:38 it was because of https://codereview.chromium.org/
3 "+chrome_elf", 4 "+chrome_elf",
4 "+components/autofill/content/common", 5 "+components/autofill/content/common",
5 "+components/autofill/content/renderer", 6 "+components/autofill/content/renderer",
6 "+components/autofill/core/common", 7 "+components/autofill/core/common",
7 "+components/cdm/renderer", 8 "+components/cdm/renderer",
8 "+components/content_settings/core/common", 9 "+components/content_settings/core/common",
9 "+components/crx_file", 10 "+components/crx_file",
10 "+components/data_reduction_proxy/core/common", 11 "+components/data_reduction_proxy/core/common",
11 "+components/dom_distiller/core", 12 "+components/dom_distiller/core",
12 "+components/nacl/common", 13 "+components/nacl/common",
(...skipping 20 matching lines...) Expand all
33 "+gin", 34 "+gin",
34 "+grit", # For generated headers. TODO(thestig): Remove. 35 "+grit", # For generated headers. TODO(thestig): Remove.
35 "+ppapi/c", 36 "+ppapi/c",
36 "+ppapi/shared_impl", 37 "+ppapi/shared_impl",
37 "+skia", 38 "+skia",
38 "+storage/common", 39 "+storage/common",
39 40
40 "+third_party/cld_2", 41 "+third_party/cld_2",
41 "+third_party/sqlite", 42 "+third_party/sqlite",
42 ] 43 ]
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698