include_rules = [ "+chromeos", "+components/guest_view", "+components/keyed_service", "+components/pref_registry", "+components/sessions", "+components/storage_monitor", "+components/sync", "+components/sync_preferences", "+components/update_client", "+components/variations", "+components/version_info", "+components/web_cache", "+components/web_modal", "+components/zoom", "+content/public/browser", "+device/bluetooth", "+device/power_save_blocker", "+device/serial", "+device/usb", "+google_apis/gaia", "+gpu/config", "+grit/extensions_strings.h", "+net", # This directory contains build flags and does not pull all of PPAPI in. "+ppapi/features", "+services/preferences/public/cpp", "+services/service_manager/public/cpp", "+skia/ext/image_operations.h", "+third_party/leveldatabase", "+third_party/re2", "+third_party/WebKit/public/platform", "+third_party/WebKit/public/web", "+third_party/zlib/google", "+ui/display", ] specific_include_rules = { ".*test\.cc$": [ "+components/user_prefs", ] }