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

Unified Diff: chrome/chrome_tests_unit.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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 77df767caeff158762387d26843dbb823b08bce7..087899a9941e5ac91b8c43571da0978de1051b2a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1872,6 +1872,7 @@
'common/importer/firefox_importer_utils_unittest.cc',
'common/ini_parser_unittest.cc',
'common/instant_restricted_id_cache_unittest.cc',
+ 'common/mac/app_mode_chrome_locator_unittest.mm',
'common/mac/cfbundle_blocker_unittest.mm',
'common/mac/mock_launchd.cc',
'common/mac/mock_launchd.h',
@@ -1992,6 +1993,7 @@
'conditions': [
['OS!="ios"', {
'dependencies': [
+ 'app_mode_app_support',
tapted 2014/08/26 07:12:48 might need an os==mac guard?
jackhou1 2014/08/26 08:15:14 Done.
'common/extensions/api/api.gyp:chrome_api',
'../components/components.gyp:autofill_content_test_support',
'../components/components.gyp:component_metrics_proto',

Powered by Google App Engine
This is Rietveld 408576698