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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1529723002: [MacViews] Get unit_tests linking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mvbb
Patch Set: Sync and rebase Created 5 years 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/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 91825ea9297fd10277fad7138a38ea35ee4888aa..445d363446d5aab342c86c0c3040370b02a5ea63 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -555,8 +555,8 @@ source_set("test_support") {
sources = [
"browser.h",
- "cocoa/extensions/browser_action_test_util_mac.mm",
- "cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm",
+ "cocoa/cocoa_test_helper.h",
+ "cocoa/cocoa_test_helper.mm",
"cocoa/run_loop_testing.h",
"cocoa/run_loop_testing.mm",
"exclusive_access/fullscreen_controller_state_test.cc",
@@ -587,6 +587,11 @@ source_set("test_support") {
"views/find_bar_host_unittest_util_views.cc",
"views/toolbar/browser_action_test_util_views.cc",
]
+ } else {
+ sources += [
+ "cocoa/extensions/browser_action_test_util_mac.mm",
+ "cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm",
+ ]
}
if (is_android) {
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698