>
> > The rules which Croc uses on linux are a combination of those in
> > src/build/common.croc and src/build/linux/chrome_linux.croc. We can add
> > exclusions to those rules as needed to fix cases like these. For
> example,
> > the following rule will exclude .../wmi_util.*
> >
> > {
> > 'regexp' : '.*/(wmi_util)\.',
> > 'include' : 0,
> > },
> >
> > - Randall
>
> Would it make sense to use the info that is already in the .gyp files
> to determine which files should be included ?
>
Yes. In the long run, gyp should generate the .croc file when run with
COVERAGE=1 (and/or croc should take an explicit list of files, to save on
the globbing and regexp'ing). That's why the .croc files are intentionally
gyp-like.
- Randall
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---