xcode: Xcode 5 changes the "up_to_date_ending" again. This fix allows
most (but not all) tests to pass with Xcode 5.

BUG=gyp:381
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/73063005

git-svn-id: http://gyp.googlecode.com/svn/trunk@1789 78cadc50-ecff-11dd-a971-7dbc132099af
diff --git a/test/lib/TestGyp.py b/test/lib/TestGyp.py
index 45dcf93..dfb54f4 100644
--- a/test/lib/TestGyp.py
+++ b/test/lib/TestGyp.py
@@ -909,6 +909,7 @@
     'Checking Dependencies...\n** BUILD SUCCEEDED **\n', # Xcode 3.0/3.1
     'Check dependencies\n** BUILD SUCCEEDED **\n\n',     # Xcode 3.2
     'Check dependencies\n\n\n** BUILD SUCCEEDED **\n\n', # Xcode 4.2
+    'Check dependencies\n\n** BUILD SUCCEEDED **\n\n',   # Xcode 5.0
   )
 
   def build(self, gyp_file, target=None, **kw):