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

Unified Diff: chrome/chrome_installer.gypi

Issue 9302029: Revert 119841 - Implementation of GCAPI reactivation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- 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',
« 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