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

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

Issue 2807843002: Refactor creation of SadTabView into a tab helper object (Closed)
Patch Set: Attempt to fix build dependency Created 3 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 | « ios/chrome/browser/tabs/tab_helper_util.mm ('k') | ios/chrome/browser/ui/sad_tab/sad_tab_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/sad_tab/BUILD.gn
diff --git a/ios/chrome/browser/ui/sad_tab/BUILD.gn b/ios/chrome/browser/ui/sad_tab/BUILD.gn
index 7b92411f59e1a4fd71e5abb9ca92b56ec37c8e8c..c5bd5f0e74d65e4197fff9f97570ed52ec1acd8f 100644
--- a/ios/chrome/browser/ui/sad_tab/BUILD.gn
+++ b/ios/chrome/browser/ui/sad_tab/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("sad_tab") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"sad_tab_view.h",
"sad_tab_view.mm",
« no previous file with comments | « ios/chrome/browser/tabs/tab_helper_util.mm ('k') | ios/chrome/browser/ui/sad_tab/sad_tab_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698