media/webrtc/trunk/build/linux/chrome_linux.croc

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 # -*- python -*-
     2 # Crocodile config file for Chromium linux
     4 # TODO(jhawkins): We'll need to add a chromeos.croc once we get a coverage bot
     5 # for that platform.
     7 {
     8   # List of rules, applied in order
     9   'rules' : [
    10     # Specify inclusions before exclusions, since rules are in order.
    12     # Don't include non-Linux platform dirs
    13     {
    14       'regexp' : '.*/(chromeos|views)/',
    15       'include' : 0,
    16     },
    17     # Don't include chromeos, windows, or mac specific files
    18     {
    19       'regexp' : '.*(_|/)(chromeos|mac|win|views)(\\.|_)',
    20       'include' : 0,
    21     },
    23     # Groups
    24     {
    25       'regexp' : '.*_test_linux\\.',
    26       'group' : 'test',
    27     },
    28   ],
    29 }

mercurial