diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 23:54:47 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 23:54:47 +0000 |
commit | a5add2c2624eaffd9290ee6b760b504cfc07a2ed (patch) | |
tree | f2a0dd83cbbf771fdf9ed8f01e72a89dfa9d3390 /app/app.gyp | |
parent | 98723c4a32b20c4ba1ed95b0e9056788fb413ce6 (diff) | |
download | chromium_src-a5add2c2624eaffd9290ee6b760b504cfc07a2ed.zip chromium_src-a5add2c2624eaffd9290ee6b760b504cfc07a2ed.tar.gz chromium_src-a5add2c2624eaffd9290ee6b760b504cfc07a2ed.tar.bz2 |
More test out-of-lining.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6484043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 107d4b30..d1b3198 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -58,6 +58,7 @@ 'sql/connection_unittest.cc', 'sql/statement_unittest.cc', 'sql/transaction_unittest.cc', + 'test_suite.cc', 'test_suite.h', ], 'include_dirs': [ |