Save errno for logging before potentially overwriting it.
[chromium-blink-merge.git] / content / browser / renderer_host / DEPS
blob2d80d383f12531a40fcf6cca94838a576ffd3de0
1 include_rules = [
2   "+cc/switches.h", # For cc command line switches.
3   "+content/renderer",  # For single-process mode.
4   "+media/base",  # For media command line switches.
5   "+media/audio/audio_util.h",  # For audio hardware sample-rate.
6   "+third_party/zlib",
7   "+third_party/libyuv",
9   # The renderer_host files should only call upwards in the layering via the
10   # delegate interfaces.
11   "-content/browser/web_contents",
14 specific_include_rules = {
15   ".*_(unit|browser)test\.cc": [
16     "+content/browser/web_contents",
17   ],