Revision: 19201
Author:   [email protected]
Date:     Fri Feb  7 15:02:38 2014 UTC
Log:      A64: Import gyp related changes

this should fix compilation

BUG=none
[email protected],[email protected]
LOG=n

Review URL: https://codereview.chromium.org/143403008
http://code.google.com/p/v8/source/detail?r=19201

Modified:
 /branches/experimental/a64/DEPS
 /branches/experimental/a64/Makefile
 /branches/experimental/a64/build/gyp_v8

=======================================
--- /branches/experimental/a64/DEPS     Fri Feb  7 12:52:25 2014 UTC
+++ /branches/experimental/a64/DEPS     Fri Feb  7 15:02:38 2014 UTC
@@ -5,7 +5,7 @@
 deps = {
   # Remember to keep the revision in sync with the Makefile.
   "v8/build/gyp":
-    "http://gyp.googlecode.com/svn/trunk@1806";,
+    "http://gyp.googlecode.com/svn/trunk@1831";,

   "v8/third_party/icu":
     "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@239289";,
=======================================
--- /branches/experimental/a64/Makefile Fri Feb  7 12:52:25 2014 UTC
+++ /branches/experimental/a64/Makefile Fri Feb  7 15:02:38 2014 UTC
@@ -441,7 +441,7 @@
 # Remember to keep these in sync with the DEPS file.
 dependencies:
        svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
-           --revision 1806
+           --revision 1831
        svn checkout --force \
            https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
            third_party/icu --revision 239289
=======================================
--- /branches/experimental/a64/build/gyp_v8     Fri Feb  7 12:52:25 2014 UTC
+++ /branches/experimental/a64/build/gyp_v8     Fri Feb  7 15:02:38 2014 UTC
@@ -159,6 +159,9 @@
   # Generate for the architectures supported on the given platform.
   gyp_args = list(args)
   if platform.system() == 'Linux':
+    # Work around for crbug.com/331475.
+    for f in glob.glob(os.path.join(v8_root, 'out', 'Makefile.*')):
+      os.unlink(f)
     # --generator-output defines where the Makefile goes.
     gyp_args.append('--generator-output=out')
     # -Goutput_dir defines where the build output goes, relative to the

--
--
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/groups/opt_out.

Reply via email to