Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3810)

Unified Diff: chrome/chrome.gyp

Issue 159414: Fix build issues while doing a shared build of the test suite... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 21637)
+++ chrome/chrome.gyp (working copy)
@@ -4048,6 +4048,7 @@
'dependencies': [
'chrome',
'browser',
+ 'debugger',
'common',
'chrome_resources',
'chrome_strings',
@@ -4114,6 +4115,7 @@
'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
'dependencies': [
'chrome',
+ 'debugger',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -4140,6 +4142,7 @@
'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
'dependencies': [
'chrome',
+ 'debugger',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -4166,6 +4169,7 @@
'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
'dependencies': [
'chrome',
+ 'debugger',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -4327,6 +4331,9 @@
'msvs_guid': '265C427B-D1FF-4922-A47C-0754DDFF52E1',
'dependencies': [
'../base/base.gyp:base',
+ '../webkit/webkit.gyp:glue',
+ 'debugger',
+ 'renderer',
'browser'
],
'sources': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698