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

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: fix iOS 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 97%
rename from webkit/common/user_agent/webkit_user_agent.gypi
rename to webkit/common/user_agent/webkit_user_agent.gyp
index 306582522e96398b7ee7d49df409d77b5959f4c5..2de4f87793eb68457d0482dab30d305896cbdb35 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': {
+ 'chromium_code': 1,
+ },
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
« 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