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

Unified Diff: build/temp_gyp/v8.gyp

Issue 57046: Disable 'd8' on Linux until we get readline everywhere. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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: build/temp_gyp/v8.gyp
===================================================================
--- build/temp_gyp/v8.gyp (revision 12845)
+++ build/temp_gyp/v8.gyp (working copy)
@@ -455,6 +455,11 @@
}],
],
},
+ ],
+
+ 'conditions': [ ['OS!="linux"', { 'targets': [
+ # TODO(sgk): temporarily disable 'd8' target on Linux while
+ # we work out getting the readline library on all the systems.
{
'target_name': 'd8',
'type': 'executable',
@@ -485,13 +490,11 @@
}],
],
},
- ],
-
- # TODO(sgk): temporarily disable the arm targets on Linux while
- # we work out how to refactor the generator and/or add configuration
- # settings to the .gyp file to handle building both variants in
- # the same output directory.
- 'conditions': [ ['OS!="linux"', { 'targets': [
+ # TODO(sgk): temporarily disable the arm targets on Linux while
+ # we work out how to refactor the generator and/or add configuration
+ # settings to the .gyp file to handle building both variants in
+ # the same output directory.
+ #
# ARM targets, to test ARM code generation. These use an ARM simulator
# (src/simulator-arm.cc). The ARM targets are not snapshot-enabled.
{
« 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