| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index f3e454b370369a528389b686ca5951023c9e49e7..2d9269c73b7b58e1215026097bb230e9940eddea 100644
|
| --- a/chrome/chrome_installer.gypi
|
| +++ b/chrome/chrome_installer.gypi
|
| @@ -14,6 +14,7 @@
|
| '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',
|
| @@ -22,9 +23,7 @@
|
| '<(DEPTH)',
|
| ],
|
| 'sources': [
|
| - 'installer/gcapi/gcapi.cc',
|
| 'installer/gcapi/gcapi.def',
|
| - 'installer/gcapi/gcapi.h',
|
| ],
|
| },
|
| {
|
| @@ -41,6 +40,8 @@
|
| 'sources': [
|
| 'installer/gcapi/gcapi.cc',
|
| 'installer/gcapi/gcapi.h',
|
| + 'installer/gcapi/gcapi_reactivation.cc',
|
| + 'installer/gcapi/gcapi_reactivation.h',
|
| ],
|
| },
|
| {
|
| @@ -60,6 +61,7 @@
|
| ],
|
| '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',
|
|
|