Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2724)

Unified Diff: build/util/BUILD.gn

Issue 1421143003: Move webkit_version.h.in from content to build directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/util/webkit_version.h.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/BUILD.gn
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index 29dd9439cadcb3bf4ce9171f5d9d07772550723d..b7d8c565bdd6388c952be765fd65704104466d99 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,
« no previous file with comments | « no previous file | build/util/webkit_version.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698