Revision: 21836
Author: [email protected]
Date: Fri Jun 13 11:02:34 2014 UTC
Log: Remove one more arch-specific target name.
One more target had the architecture added to its name since r14209
originally landed and was missed when that change was reverted. Remove
the architecture from v8_libbase as well.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/334793004
Patch from Richard Coles <[email protected]>.
http://code.google.com/p/v8/source/detail?r=21836
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Wed Jun 11 09:59:14 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Jun 13 11:02:34 2014 UTC
@@ -238,7 +238,7 @@
'target_name': 'v8_base',
'type': 'static_library',
'dependencies': [
- 'v8_libbase.<(v8_target_arch)',
+ 'v8_libbase',
],
'variables': {
'optimize': 'max',
@@ -1056,7 +1056,7 @@
],
},
{
- 'target_name': 'v8_libbase.<(v8_target_arch)',
+ 'target_name': 'v8_libbase',
'type': 'static_library',
'variables': {
'optimize': 'max',
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.