summaryrefslogtreecommitdiffstats
path: root/android_webview/common
diff options
context:
space:
mode:
authormichaelbai <michaelbai@chromium.org>2015-10-19 14:35:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-19 21:36:34 +0000
commit6da58b3abac8f1ad73cd9207be0667d8d2516833 (patch)
tree01518cf06a5667ea3328985387a02dcadbcfbaf6 /android_webview/common
parent22b3ab9d3c0f6716363c0167bef4e47d43dbf3ac (diff)
downloadchromium_src-6da58b3abac8f1ad73cd9207be0667d8d2516833.zip
chromium_src-6da58b3abac8f1ad73cd9207be0667d8d2516833.tar.gz
chromium_src-6da58b3abac8f1ad73cd9207be0667d8d2516833.tar.bz2
Start adding gn build for android_webview
This patch added targets //android_webview:string_grd //android_webview:android_webview_java //android_webview/native:native BUG=532905 Review URL: https://codereview.chromium.org/1410203002 Cr-Commit-Position: refs/heads/master@{#354869}
Diffstat (limited to 'android_webview/common')
-rw-r--r--android_webview/common/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/android_webview/common/BUILD.gn b/android_webview/common/BUILD.gn
new file mode 100644
index 0000000..4be5179
--- /dev/null
+++ b/android_webview/common/BUILD.gn
@@ -0,0 +1,10 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//chrome/version.gni")
+
+process_version("version") {
+ template_file = "aw_version_info_values.h.version"
+ output = "$root_gen_dir/android_webview/common/aw_version_info_values.h"
+}