From 1409dc5d056ce93d4eb1d2036bb5ac3011233ca0 Mon Sep 17 00:00:00 2001 From: "iposva@chromium.org" Date: Tue, 16 Sep 2008 14:37:24 +0000 Subject: [PATCH] Added presubmit.py to the tools tab for easier access. TBR=mark Review URL: http://codereview.chromium.org/2892 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@319 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/v8.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/v8.xcodeproj/project.pbxproj b/tools/v8.xcodeproj/project.pbxproj index 16836733f..632efd815 100644 --- a/tools/v8.xcodeproj/project.pbxproj +++ b/tools/v8.xcodeproj/project.pbxproj @@ -456,6 +456,7 @@ 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; sourceTree = ""; }; 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sourceTree = ""; }; 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = ""; }; + 89B12E8D0E7FF2A40080BA62 /* presubmit.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = presubmit.py; sourceTree = ""; }; 897FF1BF0E719CB600D62E90 /* libjscre.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libjscre.a; sourceTree = BUILT_PRODUCTS_DIR; }; 89F23C870E78D5B2006B2466 /* libv8-arm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libv8-arm.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 89F23C950E78D5B6006B2466 /* v8_shell-arm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "v8_shell-arm"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -798,6 +799,7 @@ children = ( 897FF1B60E719C2300D62E90 /* js2c.py */, 897FF1B70E719C2E00D62E90 /* macros.py */, + 89B12E8D0E7FF2A40080BA62 /* presubmit.py */, ); path = tools; sourceTree = ""; -- 2.34.1