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

Side by Side Diff: build/mac/chrome_mac.croc

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/win/chrome_win.croc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Crocodile config file for Chromium mac 2 # Crocodile config file for Chromium mac
3 3
4 { 4 {
5 # List of rules, applied in order 5 # List of rules, applied in order
6 'rules' : [ 6 'rules' : [
7 # Specify inclusions before exclusions, since rules are in order. 7 # Specify inclusions before exclusions, since rules are in order.
8 8
9 # Don't include chromeos, linux, or windows specific files 9 # Don't include ChromeOS, linux, or windows specific files
10 { 10 {
11 'regexp' : '.*(_|/)(chromeos|linux|win|views)(\\.|_)', 11 'regexp' : '.*(_|/)(chromeos|linux|win|views)(\\.|_)',
12 'include' : 0, 12 'include' : 0,
13 }, 13 },
14 # Don't include ChromeOS dirs 14 # Don't include ChromeOS dirs
15 { 15 {
16 'regexp' : '.*/chromeos/', 16 'regexp' : '.*/chromeos/',
17 'include' : 0, 17 'include' : 0,
18 }, 18 },
19 19
20 # Groups 20 # Groups
21 { 21 {
22 'regexp' : '.*_test_mac\\.', 22 'regexp' : '.*_test_mac\\.',
23 'group' : 'test', 23 'group' : 'test',
24 }, 24 },
25 25
26 # Languages 26 # Languages
27 { 27 {
28 'regexp' : '.*\\.m$', 28 'regexp' : '.*\\.m$',
29 'language' : 'ObjC', 29 'language' : 'ObjC',
30 }, 30 },
31 { 31 {
32 'regexp' : '.*\\.mm$', 32 'regexp' : '.*\\.mm$',
33 'language' : 'ObjC++', 33 'language' : 'ObjC++',
34 }, 34 },
35 ], 35 ],
36 } 36 }
OLDNEW
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/win/chrome_win.croc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698