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

Unified Diff: content/common/user_agent.cc

Issue 1418623009: Output webkit_version.h into the target_gen_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include order 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 | « build/util/BUILD.gn ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/user_agent.cc
diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
index 467ad97f4d79400058b260abd2b54a12c4d266b1..d6f3aaad9d2aa74fc797be4b9d928fa4bd2df01c 100644
--- a/content/common/user_agent.cc
+++ b/content/common/user_agent.cc
@@ -9,6 +9,7 @@
#include "base/strings/stringprintf.h"
#include "base/sys_info.h"
#include "build/build_config.h"
+#include "build/util/webkit_version.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX)
#include <sys/utsname.h>
@@ -18,9 +19,6 @@
#include "base/win/windows_version.h"
#endif
-// Generated
-#include "webkit_version.h" // NOLINT
-
namespace content {
std::string GetWebKitVersion() {
« no previous file with comments | « build/util/BUILD.gn ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698