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

Unified Diff: sandbox/sandbox.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 | « remoting/remoting.gyp ('k') | sdch/sdch.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 22d88ac1d1e9f0b02e91fc4bf17c6d7f92f99db7..9078337b561ca9970b4f51276799d54027a34078 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -157,7 +157,7 @@
},
{
'target_name': 'sandbox',
- 'type': '<(library)',
+ 'type': 'static_library',
'conditions': [
['target_arch!="arm"', {
'dependencies': [
@@ -181,7 +181,7 @@
'targets': [
{
'target_name': 'sandbox',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'sandbox_windows_target': 1,
},
@@ -231,7 +231,7 @@
},
{
'target_name': 'sandbox_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'sandbox_windows_target': 1,
},
« no previous file with comments | « remoting/remoting.gyp ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698