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

Unified Diff: chrome/chrome_tests.gypi

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/chrome_installer_util.gypi ('k') | chrome/installer/installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a0f8bd2e3af40be715b019dcb9e9215a6e1a1bb2..e1ebd52292dcf9e8eb305be54f19ad4217e3b927 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1181,7 +1181,7 @@
],
'dependencies': [
'chrome_dll_version',
- 'installer/installer.gyp:installer_util_strings',
+ 'installer_util_strings',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'test_chrome_plugin', # run time dependency
'<(allocator_target)',
@@ -1408,7 +1408,7 @@
],
'dependencies': [
'chrome_dll_version',
- 'installer/installer.gyp:installer_util_strings',
+ 'installer_util_strings',
'<(allocator_target)',
],
'configurations': {
@@ -2023,7 +2023,7 @@
],
'dependencies': [
'chrome_dll_version',
- 'installer/installer.gyp:installer_util_strings',
+ 'installer_util_strings',
'../views/views.gyp:views',
'<(allocator_target)',
],
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/installer/installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698