summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-10-25 07:42:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-25 14:43:06 +0000
commitf766cab6f0e02f465f35a615f23819a426c817c1 (patch)
tree354854680c43d2ac1f1c14119b02646b648a4f06 /build
parentf57ac8d6b87f3a6b5c28084e17456abba022f975 (diff)
downloadchromium_src-f766cab6f0e02f465f35a615f23819a426c817c1.zip
chromium_src-f766cab6f0e02f465f35a615f23819a426c817c1.tar.gz
chromium_src-f766cab6f0e02f465f35a615f23819a426c817c1.tar.bz2
Move webkit_version.h.in from content to build directory.
This fixes the TODO in build/util/BUILD.gn BUG=None R=brettw@chromium.org Review URL: https://codereview.chromium.org/1421143003 Cr-Commit-Position: refs/heads/master@{#355992}
Diffstat (limited to 'build')
-rw-r--r--build/util/BUILD.gn3
-rw-r--r--build/util/webkit_version.h.in9
2 files changed, 10 insertions, 2 deletions
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index 29dd943..b7d8c56 100644
--- a/build/util/BUILD.gn
+++ b/build/util/BUILD.gn
@@ -7,8 +7,7 @@ action("webkit_version") {
lastchange_file = "LASTCHANGE.blink"
- # TODO(brettw) move from content to this directory.
- template_file = "//content/webkit_version.h.in"
+ template_file = "webkit_version.h.in"
inputs = [
lastchange_file,
template_file,
diff --git a/build/util/webkit_version.h.in b/build/util/webkit_version.h.in
new file mode 100644
index 0000000..41960e7
--- /dev/null
+++ b/build/util/webkit_version.h.in
@@ -0,0 +1,9 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// webkit_version.h is generated from webkit_version.h.in. Edit the source!
+
+#define WEBKIT_VERSION_MAJOR 537
+#define WEBKIT_VERSION_MINOR 36
+#define WEBKIT_SVN_REVISION "@@LASTCHANGE@"