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

Unified Diff: chrome/chrome_tests.gypi

Issue 9351014: Mac app mode: locate Chrome + refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Misc. fixes Created 8 years, 10 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 cd0a07051eb7144cd3e9fdce4b3d9f6398488cd9..1c4debbf0da9b2275a3cc6dc1e90e10baf0cbd30 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4203,9 +4203,12 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
+ 'chrome.gyp:chrome', # run time dependency
+ 'common_constants',
'app_mode_app_support',
],
'sources': [
+ 'common/mac/app_mode_chrome_locator_unittest.mm',
'test/base/app_mode_app_tests.cc',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698