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

Unified Diff: chrome/app/policy/cloud_policy_codegen.gyp

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 | « build/common.gypi ('k') | chrome/browser/sync/protocol/sync_proto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/cloud_policy_codegen.gyp
diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp
index a65308c2abc0dce5165f4077fbe5fe79ff643364..5a37d63bb3044f240b541614d01f4435108a0895 100644
--- a/chrome/app/policy/cloud_policy_codegen.gyp
+++ b/chrome/app/policy/cloud_policy_codegen.gyp
@@ -137,7 +137,7 @@
},
{
'target_name': 'policy',
- 'type': '<(library)',
+ 'type': 'static_library',
'hard_dependency': 1,
'direct_dependent_settings': {
'include_dirs': [
@@ -174,7 +174,7 @@
'targets': [
{
'target_name': 'policy_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'hard_dependency': 1,
'sources': [
'<(policy_constant_header_path)',
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/sync/protocol/sync_proto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698