Reviewers: Jakob,

Description:
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=

Please review this at https://codereview.chromium.org/334793004/

SVN Base: git://github.com/v8/v8.git@master

Affected files (+2, -2 lines):
  M tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 1df116928aca5603c97ae02a5bd2dbf8eecafa9e..3890134490c044d5d850de9bca47eba7dcb096c0 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -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.

Reply via email to