forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get Clang revision from a file rather than grepping DEPS
Grepping the clang_revision line out of DEPS is ugly. It requires other repositories to use the File() syntax in their DEPS just to get the chromium/src/DEPS file so that tools/clang/scripts/update.sh can grep it. File() is de facto deprecated and it's not supported by the .DEPS.git conversion tools, so this is a barrier to converting dependent repositories such as native_client, as well as being ugly. Instead, just keep the Clang revision number in the script that uses it. When this lands, http://code.google.com/p/chromium/wiki/UpdatingClang must be updated to describe updating the tools/clang/scripts/update.sh script. BUG= http://code.google.com/p/chromium/issues/detail?id=102682 TEST= ran tools/clang/scripts/update.sh successfully R=thakis@chromium.org,nsylvain@google.com Review URL: http://codereview.chromium.org/8438021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108736 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
mcgrathr@chromium.org
committed
Nov 4, 2011
1 parent
5e12002
commit 1c1a0b3
Showing
2 changed files
with
12 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters