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', |