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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1211213003: mac: Swizzle out +[NSBundle mainBundle] for in process browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blank line. Created 5 years, 5 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 | « no previous file | chrome/test/BUILD.gn » ('j') | chrome/test/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 777bd1a91e19ce649330ab8e9cc5d6dff671762b..be66f35ed9f179806e2238d5d59dee5908382a88 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1806,6 +1806,8 @@
'test/base/profile_mock.h',
'test/base/scoped_browser_locale.cc',
'test/base/scoped_browser_locale.h',
+ 'test/base/scoped_bundle_swizzler_mac.h',
+ 'test/base/scoped_bundle_swizzler_mac.mm',
'test/base/scoped_testing_local_state.cc',
'test/base/scoped_testing_local_state.h',
'test/base/test_browser_window.cc',
@@ -2034,6 +2036,7 @@
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
'../components/components.gyp:crash_component',
+ '../third_party/ocmock/ocmock.gyp:*',
],
'sources': [
'app/chrome_crash_reporter_client.cc',
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698