summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 00:24:14 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 00:24:14 +0000
commitbc9c4ca354c8ffe411b35f4430479dca0fe6cf67 (patch)
tree6dfa78d9b233bb42e874d95e3fac5a56403279f8
parentd99bf7472cb7c9e2adaeda17d497a2b1d7abb5a9 (diff)
downloadchromium_src-bc9c4ca354c8ffe411b35f4430479dca0fe6cf67.zip
chromium_src-bc9c4ca354c8ffe411b35f4430479dca0fe6cf67.tar.gz
chromium_src-bc9c4ca354c8ffe411b35f4430479dca0fe6cf67.tar.bz2
Add some missing run time dependencies. This fixes unit_tests and ui_tests so that they can be built from scratch and complete.
Review URL: http://codereview.chromium.org/132056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19204 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/chrome.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index a222326..41efa9b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -3245,9 +3245,12 @@
'third_party/wtl/include',
],
'dependencies': [
+ 'crash_service', # run time dependency
'test_support_common',
'../google_update/google_update.gyp:google_update',
'../views/views.gyp:views',
+ # run time dependency
+ '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
],
'link_settings': {
'libraries': [
@@ -3623,6 +3626,7 @@
'chrome_dll_version',
'installer/installer.gyp:installer_util_strings',
'../views/views.gyp:views',
+ 'test_chrome_plugin', # run time dependency
],
'include_dirs': [
'third_party/wtl/include',
@@ -4506,6 +4510,7 @@
'chrome_dll_version',
'chrome_resources',
'chrome_strings',
+ 'crash_service', # run time dependency
'debugger',
'installer/installer.gyp:installer_util_strings',
'test_support_common',
@@ -4521,6 +4526,8 @@
'../testing/gtest.gyp:gtest',
'../third_party/npapi/npapi.gyp:npapi',
'../views/views.gyp:views',
+ # run time dependency
+ '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
'../webkit/webkit.gyp:webkit_resources',
],
'include_dirs': [