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

Unified Diff: webkit/common/user_agent/webkit_user_agent.gypi

Issue 15702003: Move webkit/user_agent/ into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: webkit/common/user_agent/webkit_user_agent.gypi
diff --git a/webkit/user_agent/webkit_user_agent.gypi b/webkit/common/user_agent/webkit_user_agent.gypi
similarity index 93%
rename from webkit/user_agent/webkit_user_agent.gypi
rename to webkit/common/user_agent/webkit_user_agent.gypi
index d7324cb7d48dea803a0c046d25b31cb45bf4adb6..61e88ea131222f8b4ac6f09d93faa9a9115f9fa9 100644
--- a/webkit/user_agent/webkit_user_agent.gypi
+++ b/webkit/common/user_agent/webkit_user_agent.gypi
@@ -50,7 +50,7 @@
'action_name': 'webkit_version',
'inputs': [
'<(script)',
- '../../build/util/lastchange.py', # Used by the script.
+ '../../../build/util/lastchange.py', # Used by the script.
# This depends on the svn revision of third_party/WebKit but does
# not list it as a dependency. Incremental builds will have
# the wrong WEBKIT_SVN_REVISION.
@@ -58,7 +58,7 @@
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit_version.h',
],
- 'action': ['python', '<(script)', '../../third_party/WebKit/Source',
+ 'action': ['python', '<(script)', '../../../third_party/WebKit/Source',
'<(SHARED_INTERMEDIATE_DIR)'],
'variables': {
'script': '../build/webkit_version.py',
« no previous file with comments | « webkit/common/user_agent/user_agent_util_ios.mm ('k') | webkit/common/user_agent/webkit_user_agent_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698