Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: chrome/browser/ui/cocoa/DEPS

Issue 2646863003: Delete third_party/apple_sample_code/ (Closed)
Patch Set: Delete third_party/apple_sample_code/ Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
3 "+third_party/molokocacao", # For NSBezierPath additions. 2 "+third_party/molokocacao", # For NSBezierPath additions.
4 "+third_party/ocmock", # For unit tests. 3 "+third_party/ocmock", # For unit tests.
5 # Tooklit-views dependencies shouldn't be introduced here except for special 4 # Tooklit-views dependencies shouldn't be introduced here except for special
6 # cases below. 5 # cases below.
7 "-ui/views", 6 "-ui/views",
8 ] 7 ]
9 8
10 specific_include_rules = { 9 specific_include_rules = {
11 # Allow access to toolkit-views for specific bridging classes to integrate 10 # 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 11 # 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 12 # 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. 13 # with a Cocoa browser should go under chrome/browser/ui/views.
15 ".*(_views).*\.(cc|h|mm)$": [ 14 ".*(_views).*\.(cc|h|mm)$": [
16 "+chrome/browser/ui/views", 15 "+chrome/browser/ui/views",
17 "+ui/views", 16 "+ui/views",
18 ], 17 ],
19 } 18 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698