Chromium Code Reviews| Index: chrome/chrome_installer.gypi |
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
| index f3e454b370369a528389b686ca5951023c9e49e7..f5680227a5dcf4fdc55f5f73178c86c0dde2a3af 100644 |
| --- a/chrome/chrome_installer.gypi |
| +++ b/chrome/chrome_installer.gypi |
| @@ -25,6 +25,8 @@ |
| 'installer/gcapi/gcapi.cc', |
| 'installer/gcapi/gcapi.def', |
| 'installer/gcapi/gcapi.h', |
| + 'installer/gcapi/gcapi_reactivation.cc', |
| + 'installer/gcapi/gcapi_reactivation.h', |
|
Roger Tawa OOO till Jul 10th
2012/01/29 16:32:42
for my own info, why doesn't gcapi_dll depnd on gc
robertshield
2012/01/30 02:40:39
Doesn't look like there's a good reason. I followe
|
| ], |
| }, |
| { |
| @@ -41,6 +43,8 @@ |
| 'sources': [ |
| 'installer/gcapi/gcapi.cc', |
| 'installer/gcapi/gcapi.h', |
| + 'installer/gcapi/gcapi_reactivation.cc', |
| + 'installer/gcapi/gcapi_reactivation.h', |
| ], |
| }, |
| { |
| @@ -60,6 +64,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', |