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

Unified Diff: chrome/chrome_installer.gypi

Issue 9288056: Implementation of GCAPI reactivation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review feedback. Created 8 years, 11 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.h » ('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 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',
« no previous file with comments | « no previous file | chrome/installer/gcapi/gcapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698