summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:58:53 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:58:53 +0000
commit426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c (patch)
tree15579b0718c876cdd1f316a66e7bde429a61ff35 /chrome_frame/chrome_frame.gyp
parent244924124002fb09afa5e6ccdb248f897848431b (diff)
downloadchromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.zip
chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.gz
chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.bz2
Re-land just the project file changes from r55416. This makes projects that use
base test files dependent on test_support_base. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 0f996ae..d357cd7 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -116,6 +116,7 @@
'target_name': 'chrome_frame_unittests',
'type': 'executable',
'dependencies': [
+ '../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'chrome_frame_ie',
@@ -219,6 +220,7 @@
'msvs_guid': '1D25715A-C8CE-4448-AFA3-8515AF22D235',
'type': 'executable',
'dependencies': [
+ '../base/base.gyp:test_support_base',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../chrome/chrome.gyp:common',
'../chrome/chrome.gyp:utility',
@@ -450,6 +452,7 @@
'type': 'executable',
'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
'dependencies': [
+ '../base/base.gyp:test_support_base',
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:renderer',
'../testing/gtest.gyp:gtest',