diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 04:44:41 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 04:44:41 +0000 |
commit | fc1124064b408b4be6c4302f9b2040d4fe5dbf77 (patch) | |
tree | 08581bb6e4caadad4b688d8a422796a15162c949 /chrome/chrome.gyp | |
parent | 12365c7d6015781a4ec4c3611a6bbc8bfbf647f5 (diff) | |
download | chromium_src-fc1124064b408b4be6c4302f9b2040d4fe5dbf77.zip chromium_src-fc1124064b408b4be6c4302f9b2040d4fe5dbf77.tar.gz chromium_src-fc1124064b408b4be6c4302f9b2040d4fe5dbf77.tar.bz2 |
test_support_ui needs to depend on theme_resources to fix this compile
issue for clobber build :
Configuration: test_support_ui - Debug|Win32
Compiling...
npapi_test_helper.cc
c:\b\slave\win\build\src\chrome/browser/tab_contents/navigation_entry.h(15) : fatal error C1083: Cannot open include file: 'grit/theme_resources.h': No such file or directory
ui_test.cc
Review URL: http://codereview.chromium.org/131019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-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 2c80206..6a05a84 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3017,6 +3017,7 @@ 'test_support_common', 'chrome_resources', 'chrome_strings', + 'theme_resources', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', ], |