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

Unified Diff: third_party/class-dump/BUILD.gn

Issue 2092133002: [Mac/GN] Add missing -Wobjc-missing-property-synthesis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to chromium_code. Created 4 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
« no previous file with comments | « build/config/mac/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/class-dump/BUILD.gn
diff --git a/third_party/class-dump/BUILD.gn b/third_party/class-dump/BUILD.gn
index 17b775909c0ca6c42fc39433db04d7cfee8e15ee..4472efb45341c96f9fd816653bdeefd3d13f7ab2 100644
--- a/third_party/class-dump/BUILD.gn
+++ b/third_party/class-dump/BUILD.gn
@@ -181,6 +181,7 @@ executable("class-dump") {
"src/class-dump.m",
]
+ configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
":config",
"//build/config/compiler:enable_arc",
« no previous file with comments | « build/config/mac/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698