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

Unified Diff: chrome/chrome.gyp

Issue 7920025: Fix duplicate rule for LASTCHANGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « build/util/build_util.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 696daf4c7564b53318e9db6680b3b56ee8e6df16..59e754f4f6790b74f8bf10ae7809333b3b61e00f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1377,7 +1377,7 @@
'target_name': 'chrome_version_resources',
'type': 'none',
'dependencies': [
- '../build/util/build_util.gyp:lastchange',
+ '../build/util/build_util.gyp:lastchange#target',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -1438,7 +1438,7 @@
'type': 'none',
'hard_dependency': 1,
'dependencies': [
- '../build/util/build_util.gyp:lastchange',
+ '../build/util/build_util.gyp:lastchange#target',
],
'actions': [
{
« no previous file with comments | « build/util/build_util.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698