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

Unified Diff: chrome/chrome_tests.gypi

Issue 1564010: sync: Specify linking dependencies correctly. The browser library contains lo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get it right this time Created 10 years, 9 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 | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 43549)
+++ chrome/chrome_tests.gypi (working copy)
@@ -252,7 +252,6 @@
'common',
'chrome_resources',
'chrome_strings',
- 'syncapi',
'test_support_ui',
'../base/base.gyp:base',
'../net/net.gyp:net',
@@ -431,7 +430,6 @@
'common',
'chrome_resources',
'chrome_strings',
- 'syncapi',
'test_support_ui',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
@@ -483,15 +481,14 @@
'type': 'executable',
'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
'dependencies': [
- 'chrome',
'browser',
+ 'chrome',
'chrome_resources',
'chrome_strings',
'common',
'debugger',
'renderer',
'sync_proto',
- 'syncapi',
'test_support_unit',
'utility',
'../app/app.gyp:app_base',
@@ -1177,7 +1174,6 @@
'chrome_resources',
'chrome_strings',
'debugger',
- 'syncapi',
'renderer',
'test_support_common',
'../app/app.gyp:app_base',
@@ -1730,7 +1726,6 @@
'renderer',
'chrome_resources',
'chrome_strings',
- 'syncapi',
'sync_proto',
'test_support_unit',
'../net/net.gyp:net_test_support',
@@ -1834,7 +1829,6 @@
'common',
'debugger',
'renderer',
- 'syncapi',
'chrome_resources',
'chrome_strings',
'../app/app.gyp:app_base',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698