diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 15:41:46 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 15:41:46 +0000 |
commit | f743db873453a8e5e7f86d8e2c1bdcb528da530d (patch) | |
tree | 58d8b3f822ea83c78730076441690da678ba3719 /build | |
parent | 78fc3ed7222328364eed259314abcaacbbb754f4 (diff) | |
download | chromium_src-f743db873453a8e5e7f86d8e2c1bdcb528da530d.zip chromium_src-f743db873453a8e5e7f86d8e2c1bdcb528da530d.tar.gz chromium_src-f743db873453a8e5e7f86d8e2c1bdcb528da530d.tar.bz2 |
Add the Chrome Frame tests to the chromium_builder target in all.gyp.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/519052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 130c259..a24ab0f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -218,6 +218,9 @@ # 2) be expressed in the ui tests dependencies. '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', 'temp_gyp/googleurl.gyp:googleurl_unittests', + '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', + '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', + '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', ], }, { |