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

Side by Side Diff: ios/third_party/ochamcrest/BUILD.gn

Issue 1930773002: Always set symbol visibility when compiling with GCC / Clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « ios/third_party/earl_grey/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 ios_framework_bundle("ochamcrest") { 7 ios_framework_bundle("ochamcrest") {
8 output_name = "OCHamcrest" 8 output_name = "OCHamcrest"
9 9
10 testonly = true 10 testonly = true
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "src/Source/OCHamcrest.h", 223 "src/Source/OCHamcrest.h",
224 ] 224 ]
225 225
226 libs = [ 226 libs = [
227 "Foundation.framework", 227 "Foundation.framework",
228 "UIKit.framework", 228 "UIKit.framework",
229 ] 229 ]
230 230
231 configs += [ "//build/config/compiler:enable_arc" ] 231 configs += [ "//build/config/compiler:enable_arc" ]
232 configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] 232 configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
233 configs += [ "//build/config/gcc:symbol_visibility_default" ]
233 } 234 }
OLDNEW
« no previous file with comments | « ios/third_party/earl_grey/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698