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

Unified Diff: chrome/test/BUILD.gn

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: Minor formatting, nits. Created 5 years, 6 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7d9ae27e8485d7e654e11db7b65fb99d3701581f..299d0710f77b1b36e179a3f7ab138206441a040b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -44,6 +44,8 @@ source_set("test_support") {
"base/profile_mock.h",
"base/scoped_browser_locale.cc",
"base/scoped_browser_locale.h",
+ "base/scoped_bundle_swizzler_mac.h",
+ "base/scoped_bundle_swizzler_mac.mm",
"base/scoped_testing_local_state.cc",
"base/scoped_testing_local_state.h",
"base/test_browser_window.cc",
@@ -162,6 +164,9 @@ source_set("test_support") {
if (is_linux) {
deps += [ "//crypto:platform" ]
}
+ if (is_mac) {
+ # deps += [ '../third_party/ocmock/ocmock.gyp:ocmock' ] TODO(GYP)
Robert Sesek 2015/06/26 22:36:54 LOL :(
+ }
if (is_win) {
deps += [ "//third_party/wtl" ]
if (use_aura) {

Powered by Google App Engine
This is Rietveld 408576698