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

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

Issue 15709006: Make webkit_user_agent a standalone gyp (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
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
},
},
],
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698