Revision: 23486
Author:   [email protected]
Date:     Thu Aug 28 11:09:46 2014 UTC
Log:      Add android tools to v8's deps.

BUG=408510
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/512183004
https://code.google.com/p/v8/source/detail?r=23486

Modified:
 /branches/bleeding_edge/.DEPS.git
 /branches/bleeding_edge/DEPS

=======================================
--- /branches/bleeding_edge/.DEPS.git   Fri Aug  8 05:45:04 2014 UTC
+++ /branches/bleeding_edge/.DEPS.git   Thu Aug 28 11:09:46 2014 UTC
@@ -24,6 +24,11 @@
 }

 deps_os = {
+    'android':
+    {
+        'v8/third_party/android_tools':
+ Var('git_url') + '/android_tools.git@31869996507de16812bb53a3d0aaa15cd6194c16',
+    },
     'win':
     {
         'v8/third_party/cygwin':
=======================================
--- /branches/bleeding_edge/DEPS        Fri Aug  8 05:45:04 2014 UTC
+++ /branches/bleeding_edge/DEPS        Thu Aug 28 11:09:46 2014 UTC
@@ -3,6 +3,8 @@
 # all paths in here must match this assumption.

 vars = {
+  "chromium_git": "https://chromium.googlesource.com";,
+
   "chromium_trunk": "https://src.chromium.org/svn/trunk";,

   "buildtools_revision": "fb782d4369d5ae04f17a2fceef7de5a63e50f07b",
@@ -28,6 +30,11 @@
 }

 deps_os = {
+  "android": {
+    "v8/third_party/android_tools":
+      Var("chromium_git") + "/android_tools.git" + "@" +
+          "31869996507de16812bb53a3d0aaa15cd6194c16",
+  },
   "win": {
     "v8/third_party/cygwin":
       Var("chromium_trunk") + "/deps/third_party/cygwin@66844",

--
--
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