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

Unified Diff: content/content_common.gypi

Issue 1418623009: Output webkit_version.h into the target_gen_dir. (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
« content/common/user_agent.cc ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 095004a0ae42aa87537aa5355179d9a8bd3f5b1f..25e699e6d495991584d21079feae50c3deca7ce0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -650,7 +650,7 @@
'<(template)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/webkit_version.h',
+ '<(SHARED_INTERMEDIATE_DIR)/build/util/webkit_version.h',
],
'action': ['python',
'<(script)',
« content/common/user_agent.cc ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698