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

Unified Diff: content/content_renderer.gypi

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « content/content_ppapi_plugin.gypi ('k') | content/content_worker.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 6798011b5e8fac21c58cbcf1c0697415318cfbcd..4dd51c29491047c505b94743e2e52813d96205ee 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -7,7 +7,7 @@
{
'target_name': 'content_renderer',
'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'content_common',
'../jingle/jingle.gyp:jingle_glue',
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/content_worker.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698