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

Unified Diff: webkit/user_agent/webkit_user_agent.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, 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 | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/user_agent/webkit_user_agent.gypi
diff --git a/webkit/user_agent/webkit_user_agent.gypi b/webkit/user_agent/webkit_user_agent.gypi
index fe5cb98f7099e2330cde7afa6952b8dc14ba8cd9..d7324cb7d48dea803a0c046d25b31cb45bf4adb6 100644
--- a/webkit/user_agent/webkit_user_agent.gypi
+++ b/webkit/user_agent/webkit_user_agent.gypi
@@ -3,9 +3,6 @@
# found in the LICENSE file.
{
- 'variables': {
- 'webkit_src_dir': '../../third_party/WebKit/Source',
- },
'targets': [
{
'target_name': 'user_agent',
@@ -54,14 +51,14 @@
'inputs': [
'<(script)',
'../../build/util/lastchange.py', # Used by the script.
- # This depends on the svn revision of webkit_src_dir but does
+ # 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.
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit_version.h',
],
- 'action': ['python', '<(script)', '<(webkit_src_dir)',
+ 'action': ['python', '<(script)', '../../third_party/WebKit/Source',
'<(SHARED_INTERMEDIATE_DIR)'],
'variables': {
'script': '../build/webkit_version.py',
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698