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

Unified Diff: build/temp_gyp/v8.gyp

Issue 52022: Temporarily disable the v8 *_arm targets on Linux so we can roll... (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 | « DEPS ('k') | 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 12311)
+++ build/temp_gyp/v8.gyp (working copy)
@@ -452,7 +452,13 @@
}],
],
},
+ ],
+ # 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': [
# ARM targets, to test ARM code generation. These use an ARM simulator
# (src/simulator-arm.cc). The ARM targets are not snapshot-enabled.
{
@@ -548,5 +554,6 @@
}],
],
},
+ ]}], # OS != "linux" (temporary, TODO(sgk))
],
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698