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

Unified Diff: src/v8.gyp

Issue 2296473002: v8.gyp: Fix mips (big-endian) build. (Closed)
Patch Set: Created 4 years, 4 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: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index fce1ed9a379f8621e09ee9b9ebcf30689d76e046..3abd090d01d473edc0ef618e1ed685f37364b888 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1274,10 +1274,8 @@
'toolsets': ['target'],
}],
['want_separate_host_toolset_mkpeephole==1', {
- 'toolsets': ['host', 'target'],
'dependencies': ['mkpeephole#host'],
}, {
- 'toolsets': ['target'],
'dependencies': ['mkpeephole'],
}],
['v8_target_arch=="arm"', {
« 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