BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / favicon / DEPS
blobbd86119bafbb68b7e27ea330a6eceeeec99f003e
1 include_rules = [
2   # Favicon is a layered component [1]. You will only find Chrome specific
3   # factories and helper in that directory, the meat of the components is
4   # located at //components/favicon.
5   #
6   # [1]: http://www.chromium.org/developers/design-documents/layered-components-design
7   "+chrome/browser",
10 specific_include_rules = {
11   '.*test\.cc': [
12     "+chrome/test",
13   ]