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

Unified Diff: build/config/clang/BUILD.gn

Issue 141433015: GN build fixes, mostly for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back sha1 file Created 6 years, 11 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: build/config/clang/BUILD.gn
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
index 9f99755a5f4f6836eb444b85a9480f1c15e8960d..c3ee5da72d876b32d2508dad69f3879ba7c18ea6 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -15,7 +15,7 @@ config("find_bad_constructs") {
"-Xclang",
]
- if (is_mac) {
+ if (is_mac || is_ios) {
Nico 2014/01/27 19:42:27 Same comment here. The clang / plugin stuff needs
brettw 2014/01/28 02:13:42 Yeah, I'm still trying to figure out what to do ab
cflags += [ rebase_path(
"//third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib",
".", root_build_dir) ]

Powered by Google App Engine
This is Rietveld 408576698