Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Side by Side Diff: build/v8.xcodeproj/v8-arm_prebuild.sh

Issue 2971: Merge http://v8.googlecode.com/svn/branches/bleeding_edge/tools/v8.xcodeproj@... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/v8.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2008 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2008 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 set -ex 7 set -ex
8 JS_FILES="runtime.js \ 8 JS_FILES="runtime.js \
9 v8natives.js \ 9 v8natives.js \
10 array.js \ 10 array.js \
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 else 50 else
51 rm "${LIBRARIES_CC}.new" 51 rm "${LIBRARIES_CC}.new"
52 fi 52 fi
53 53
54 if ! diff -q "${LIBRARIES_EMPTY_CC}.new" "${LIBRARIES_EMPTY_CC}" >& /dev/null 54 if ! diff -q "${LIBRARIES_EMPTY_CC}.new" "${LIBRARIES_EMPTY_CC}" >& /dev/null
55 then 55 then
56 mv "${LIBRARIES_EMPTY_CC}.new" "${LIBRARIES_EMPTY_CC}" 56 mv "${LIBRARIES_EMPTY_CC}.new" "${LIBRARIES_EMPTY_CC}"
57 else 57 else
58 rm "${LIBRARIES_EMPTY_CC}.new" 58 rm "${LIBRARIES_EMPTY_CC}.new"
59 fi 59 fi
OLDNEW
« no previous file with comments | « build/v8.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698