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

Unified Diff: cloud_print/cloud_print.gyp

Issue 14107007: Moved Google Update and install related code to cloud_print/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | cloud_print/common/win/cloud_print_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/cloud_print.gyp
diff --git a/cloud_print/cloud_print.gyp b/cloud_print/cloud_print.gyp
index 3c640db92cb4d0ef01f7f1ca4df0cb5f1c16d0f6..e55a2ddffe26b6403256ad97d56fa94e45b1f3de 100644
--- a/cloud_print/cloud_print.gyp
+++ b/cloud_print/cloud_print.gyp
@@ -105,5 +105,16 @@
},
},
},
+ {
+ 'target_name': 'cloud_print_install_lib',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+ 'sources': [
+ '<(DEPTH)/cloud_print/common/win/install_utils.cc',
+ '<(DEPTH)/cloud_print/common/win/install_utils.h',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | cloud_print/common/win/cloud_print_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698