diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 18:41:03 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 18:41:03 +0000 |
commit | 8f5b53e248cba3ffbb09d16c79e8547b4997e988 (patch) | |
tree | d0de2c44dcc0b2135a42415e0e17d32b248605e0 /webkit/webkit.gyp | |
parent | b7910b3af9d380ddb50f6c72e8811be78d5902a6 (diff) | |
download | chromium_src-8f5b53e248cba3ffbb09d16c79e8547b4997e988.zip chromium_src-8f5b53e248cba3ffbb09d16c79e8547b4997e988.tar.gz chromium_src-8f5b53e248cba3ffbb09d16c79e8547b4997e988.tar.bz2 |
Add webkit_unit_tests to chrome.sln and webkit.sln.
This is accomplished by adding a new pull_in_webkit_unit_tests target.
Note: chrome.gyp already inherits all targets from webkit.gyp.
R=dglazkov
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/534003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index d7ed2da..ff86d6a 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -59,6 +59,13 @@ ], }, { + 'target_name': 'pull_in_webkit_unit_tests', + 'type': 'none', + 'dependencies': [ + '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit_unit_tests' + ], + }, + { 'target_name': 'webkit_resources', 'type': 'none', 'msvs_guid': '0B469837-3D46-484A-AFB3-C5A6C68730B9', |