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

Unified Diff: content/test/BUILD.gn

Issue 1915863003: [Mac/GN] Build content_shell and content_shell_framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-info-plist
Patch Set: fix_helper_link_framework comment Created 4 years, 8 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 | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index b2dde284540e84ed72b15353e4f49101e0988e8b..2b52c34348b2a8f76d01b93ae51bfb8ba8365f41 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -542,10 +542,7 @@ test("content_browsertests") {
if (is_mac) {
sources += [ "../renderer/external_popup_menu_browsertest.cc" ]
- deps += [
- # Needed for Content Shell.app's Helper.
- #"//content/shell:content_shell", #TODO(GYP) enable for mac
- ]
+ deps += [ "//content/shell:content_shell" ]
}
if (use_aura && !is_win) {
« no previous file with comments | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698