0

Don't try to compile .mk files when building shared libraries

(to exclude third_party/skia/src/core/core_files.mk).
Review URL: http://codereview.chromium.org/115320

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15999 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
sgk@google.com
2009-05-13 21:17:28 +00:00
parent e231cf059a
commit 8c4e8eff4b

@ -167,6 +167,7 @@ non_compilable_suffixes = {
'.html', '.html',
'.hxx', '.hxx',
'.idl', '.idl',
'.mk',
'.js', '.js',
'.rc', '.rc',
]), ]),