From b0abfb679a836ccb7d6da8d6f3c9c942a9295c9a Mon Sep 17 00:00:00 2001 From: "mnaganov@chromium.org" Date: Fri, 31 May 2013 10:53:39 +0000 Subject: Generate and use LASTCHANGE for blink The main reason for making this change is the fact that when pulling Chromium and Blink code into Android, we have to make automatic changes to the repository (for example, for generating *.mk files), and the Blink commit we have as HEAD doesn't match any public commit in the main Blink repo. While via the LASTCHANGE file we could report a publicly visible revision. Also, the way webkit_version.h header is generated now appears to be silly. First, it doesn't leverage enough existing tools. Second, as it is noted in webkit_user_agent.gypi, it is broken for incremental builds. Review URL: https://chromiumcodereview.appspot.com/14973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203387 0039d316-1c4b-4281-b951-d872f2087c98 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fa3c269..5b92c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ v8.log /build/Release_x64 /build/gomacc.lock /build/ipch/ -/build/util/LASTCHANGE +/build/util/LASTCHANGE* /build/util/support /build/x64/ # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. -- cgit v1.1