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

Unified Diff: tools/gyp/v8.gyp

Issue 12022021: Remove <(library) usage from v8.gyp. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index b0b040a218cd907f17d05e39ca480675d5fa23eb..40ed00a4d0844b87600b380d720e5a0e3e63fe70 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -99,7 +99,7 @@
},
{
'target_name': 'v8_snapshot',
- 'type': '<(library)',
+ 'type': 'static_library',
'conditions': [
['want_separate_host_toolset==1', {
'toolsets': ['host', 'target'],
@@ -190,7 +190,7 @@
},
{
'target_name': 'v8_nosnapshot',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'v8_base',
],
@@ -220,7 +220,7 @@
},
{
'target_name': 'v8_base',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'optimize': 'max',
},
@@ -908,7 +908,7 @@
},
{
'target_name': 'preparser_lib',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs+': [
'../../src',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698