diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 16:24:27 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 16:24:27 +0000 |
commit | 7e817aaa51bf4b9afb9672935ca02585205ac804 (patch) | |
tree | 086632532db4ec1132d0925b4dea5d9271d8a211 | |
parent | c07cfb808dbd642bb3385f974be296797bd34524 (diff) | |
download | chromium_src-7e817aaa51bf4b9afb9672935ca02585205ac804.zip chromium_src-7e817aaa51bf4b9afb9672935ca02585205ac804.tar.gz chromium_src-7e817aaa51bf4b9afb9672935ca02585205ac804.tar.bz2 |
Add missing dep on theme resource for building of unittests (so the header exists before the tests build)
Review URL: http://codereview.chromium.org/115355
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16059 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index ebbe7e7..5e4e07b 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2327,6 +2327,7 @@ 'renderer', 'chrome_resources', 'chrome_strings', + 'theme_resources', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', ], |