Chromium Code Reviews| Index: webkit/common/user_agent/webkit_user_agent.gyp |
| diff --git a/webkit/common/user_agent/webkit_user_agent.gypi b/webkit/common/user_agent/webkit_user_agent.gyp |
| similarity index 95% |
| rename from webkit/common/user_agent/webkit_user_agent.gypi |
| rename to webkit/common/user_agent/webkit_user_agent.gyp |
| index 61e88ea131222f8b4ac6f09d93faa9a9115f9fa9..e2f5dcf25504c712ce38aa5a78d4ecbbbebeb123 100644 |
| --- a/webkit/common/user_agent/webkit_user_agent.gypi |
| +++ b/webkit/common/user_agent/webkit_user_agent.gyp |
| @@ -10,6 +10,9 @@ |
| 'defines': [ |
| 'WEBKIT_USER_AGENT_IMPLEMENTATION', |
| ], |
| + 'variables': [ |
|
grt (UTC plus 2)
2013/05/31 03:58:45
[ -> {
|
| + 'chromium_code': 1, |
| + ], |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base', |
| '<(DEPTH)/base/base.gyp:base_i18n', |
| @@ -61,7 +64,7 @@ |
| 'action': ['python', '<(script)', '../../../third_party/WebKit/Source', |
| '<(SHARED_INTERMEDIATE_DIR)'], |
| 'variables': { |
| - 'script': '../build/webkit_version.py', |
| + 'script': '../../build/webkit_version.py', |
| }, |
| }, |
| ], |