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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 2067018: Break gyp cycles on Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove duplicate vars Created 10 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 | « chrome/test/interactive_ui/interactive_ui_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 817f948141f7138345cdbeee7c464906465c1a47..947769a4d818674b74c3c99856b4cfcf02a669f1 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -181,7 +181,7 @@
'dependencies': [
# TODO(slightlyoff): Get automation targets working on OS X
'../chrome/chrome.gyp:automation',
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
],
'configurations': {
@@ -285,7 +285,7 @@
},
'dependencies': [
'../chrome/chrome.gyp:automation',
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
]
}],
@@ -338,11 +338,10 @@
'conditions': [
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:automation',
'../breakpad/breakpad.gyp:breakpad_handler',
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:automation',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
- '../chrome/installer/installer.gyp:installer_util',
],
'sources': [
'../base/test/test_file_util_win.cc',
@@ -408,7 +407,7 @@
'../breakpad/breakpad.gyp:breakpad_handler',
'../chrome/chrome.gyp:automation',
'../chrome/chrome.gyp:chrome_dll_version',
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
],
'configurations': {
@@ -475,7 +474,7 @@
'dependencies': [
# TODO(slightlyoff): Get automation targets working on OS X
'../chrome/chrome.gyp:automation',
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
]
}],
@@ -708,7 +707,7 @@
# Make the archive build happy.
'../chrome/chrome.gyp:syncapi',
# Installer
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
@@ -798,7 +797,7 @@
# Make the archive build happy.
'../chrome/chrome.gyp:syncapi',
# Installer
- '../chrome/installer/installer.gyp:installer_util',
+ '../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
« no previous file with comments | « chrome/test/interactive_ui/interactive_ui_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698