Reviewers: Rodolph Perfetta (ARM), ulan,

Description:
A64: Import gyp related changes

this should fix compilation

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

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

SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64

Affected files (+5, -2 lines):
  M DEPS
  M Makefile
  M build/gyp_v8


Index: DEPS
diff --git a/DEPS b/DEPS
index bc5cd1b336d764a1e34912722797ef306ac1a8dd..66d21eb3649ba4d0652fc8a640fcdb80fb6303bf 100644
--- a/DEPS
+++ b/DEPS
@@ -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";,
Index: Makefile
diff --git a/Makefile b/Makefile
index 82f008ddf5a04e34502928a036de23a4731689bc..350ac762a016b5e4c309aa0ca48a52efb37db424 100644
--- a/Makefile
+++ b/Makefile
@@ -441,7 +441,7 @@ grokdump: ia32.release
 # 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
Index: build/gyp_v8
diff --git a/build/gyp_v8 b/build/gyp_v8
index ddf88ce06873b370c7037e9aef1bb89fe1d78cdb..f2a60d1b2c8d381b780a89439b16f95d216d5cb7 100755
--- a/build/gyp_v8
+++ b/build/gyp_v8
@@ -159,6 +159,9 @@ if __name__ == '__main__':
   # 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