Index: chrome/chrome_installer.gypi |
=================================================================== |
--- chrome/chrome_installer.gypi (revision 119864) |
+++ chrome/chrome_installer.gypi (working copy) |
@@ -14,7 +14,6 @@ |
'target_name': 'gcapi_dll', |
'type': 'loadable_module', |
'dependencies': [ |
- 'gcapi_lib', |
'installer_util', |
'<(DEPTH)/base/base.gyp:base', |
'<(DEPTH)/google_update/google_update.gyp:google_update', |
@@ -23,7 +22,9 @@ |
'<(DEPTH)', |
], |
'sources': [ |
+ 'installer/gcapi/gcapi.cc', |
'installer/gcapi/gcapi.def', |
+ 'installer/gcapi/gcapi.h', |
], |
}, |
{ |
@@ -40,8 +41,6 @@ |
'sources': [ |
'installer/gcapi/gcapi.cc', |
'installer/gcapi/gcapi.h', |
- 'installer/gcapi/gcapi_reactivation.cc', |
- 'installer/gcapi/gcapi_reactivation.h', |
], |
}, |
{ |
@@ -61,7 +60,6 @@ |
], |
'sources': [ |
'installer/gcapi/gcapi_last_run_test.cc', |
- 'installer/gcapi/gcapi_reactivation_test.cc', |
'installer/gcapi/gcapi_test.cc', |
'installer/gcapi/gcapi_test.rc', |
'installer/gcapi/resource.h', |