summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 10:53:39 +0000
committermnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 10:53:39 +0000
commitb0abfb679a836ccb7d6da8d6f3c9c942a9295c9a (patch)
tree88c3760c6c71f344d2810d1e3d1d8e400c8ac0ec /.gitignore
parentb5ded6e76b0f0a95c17de3a1b59ab279369c1ee0 (diff)
downloadchromium_src-b0abfb679a836ccb7d6da8d6f3c9c942a9295c9a.zip
chromium_src-b0abfb679a836ccb7d6da8d6f3c9c942a9295c9a.tar.gz
chromium_src-b0abfb679a836ccb7d6da8d6f3c9c942a9295c9a.tar.bz2
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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.