diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 03:03:00 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 03:03:00 +0000 |
commit | 81814bce7954f38311b39c488ba076a297458534 (patch) | |
tree | cd97745b8cf60bfa960af62726a13920c7449e1f /base/base.gyp | |
parent | 704a8539764c9095a317400e43bb5b090c8c8d9d (diff) | |
download | chromium_src-81814bce7954f38311b39c488ba076a297458534.zip chromium_src-81814bce7954f38311b39c488ba076a297458534.tar.gz chromium_src-81814bce7954f38311b39c488ba076a297458534.tar.bz2 |
Create a "no compile" drivers script in python to unittest compile time asserts.
BUG=87341
TEST=enable some of the existing no-compile tests and run on try bots.
Review URL: http://codereview.chromium.org/7458012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index e8da279..e78db0a 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -116,6 +116,7 @@ 'atomicops_unittest.cc', 'base64_unittest.cc', 'bind_unittest.cc', + 'bind_unittest.nc', 'bits_unittest.cc', 'callback_unittest.cc', 'command_line_unittest.cc', @@ -245,6 +246,11 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', ], + 'includes': ['../build/nocompile.gypi'], + 'variables': { + # TODO(ajwong): Is there a way to autodetect this? + 'module_dir': 'base' + }, 'conditions': [ ['toolkit_uses_gtk==1', { 'sources!': [ |