2 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
3 "+third_party/molokocacao", # For NSBezierPath additions.
4 "+third_party/ocmock", # For unit tests.
5 # Tooklit-views dependencies shouldn't be introduced here except for special
10 specific_include_rules = {
11 # Allow access to toolkit-views for specific bridging classes to integrate
12 # with a Cocoa browser window. These need to have "_views" somewhere in the
13 # file name. Mac-specific toolkit-views code that doesn't need to interact
14 # with a Cocoa browser should go under chrome/browser/ui/views.
15 ".*(_views).*\.(cc|h|mm)$": [
16 "+chrome/browser/ui/views",