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

Unified Diff: chrome/chrome_tests.gypi

Issue 501303002: [Mac] Make app shims load the same framework version as the running Chrome process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment. Created 6 years, 4 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 940fc9a6fd32b398568c01f6e80db60ea8a641e0..8d1b72d3bb38d3b0871b9696e5b6257aba26c8a4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2700,7 +2700,7 @@
'../base/base.gyp:test_support_base',
'../chrome/common_constants.gyp:common_constants',
'../testing/gtest.gyp:gtest',
- 'chrome.gyp:chrome', # run time dependency
+ 'chrome', # run time dependency
'app_mode_app_support',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698