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

Unified Diff: chrome/chrome_installer.gypi

Issue 10458019: Reused target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | chrome/installer/gcapi/gcapi_dll.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index d222ce270f5810119d27ad05a4fcf9d9af47e21f..74480b45b6ce9fd376d8561d48093b02565ec128 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -14,21 +14,14 @@
'target_name': 'gcapi_dll',
'type': 'loadable_module',
'dependencies': [
- 'installer_util',
- '../base/base.gyp:base',
- '../google_update/google_update.gyp:google_update',
+ 'gcapi_lib',
],
'include_dirs': [
'..',
],
'sources': [
- 'installer/gcapi/gcapi.cc',
'installer/gcapi/gcapi.def',
- 'installer/gcapi/gcapi.h',
- 'installer/gcapi/gcapi_omaha_experiment.cc',
- 'installer/gcapi/gcapi_omaha_experiment.h',
- 'installer/gcapi/gcapi_reactivation.cc',
- 'installer/gcapi/gcapi_reactivation.h',
+ 'installer/gcapi/gcapi_dll.cc',
],
},
{
« no previous file with comments | « no previous file | chrome/installer/gcapi/gcapi_dll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698