Commit 7daca629 authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

Allow c/b/ui/views imports in c/b/ui/cocoa

Change-Id: I7e2aa4037ef014ccc9b5943ef01c005f58139000
Reviewed-on: https://chromium-review.googlesource.com/922762Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537316}
parent d70e8035
include_rules = [ include_rules = [
"+chrome/browser/ui/views",
"+third_party/apple_sample_code", # Apple code ImageAndTextCell. "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
"+third_party/molokocacao", # For NSBezierPath additions. "+third_party/molokocacao", # For NSBezierPath additions.
"+third_party/ocmock", # For unit tests. "+third_party/ocmock", # For unit tests.
...@@ -13,7 +14,6 @@ specific_include_rules = { ...@@ -13,7 +14,6 @@ specific_include_rules = {
# file name. Mac-specific toolkit-views code that doesn't need to interact # file name. Mac-specific toolkit-views code that doesn't need to interact
# with a Cocoa browser should go under chrome/browser/ui/views. # with a Cocoa browser should go under chrome/browser/ui/views.
".*(_views).*\.(cc|h|mm)$": [ ".*(_views).*\.(cc|h|mm)$": [
"+chrome/browser/ui/views",
"+ui/views", "+ui/views",
], ],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment