Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 { | 5 { |
| 6 'chromium_sources': 0, | 6 'chromium_sources': 0, |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'OCHamcrest', | 9 'target_name': 'OCHamcrest', |
| 10 'type': 'shared_library', | 10 'type': 'shared_library', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 220 'src/Source/Library/Text/HCStringContainsInOrder.h', | 220 'src/Source/Library/Text/HCStringContainsInOrder.h', |
| 221 'src/Source/Library/Text/HCStringEndsWith.h', | 221 'src/Source/Library/Text/HCStringEndsWith.h', |
| 222 'src/Source/Library/Text/HCStringStartsWith.h', | 222 'src/Source/Library/Text/HCStringStartsWith.h', |
| 223 'src/Source/Library/Text/HCSubstringMatcher.h', | 223 'src/Source/Library/Text/HCSubstringMatcher.h', |
| 224 'src/Source/OCHamcrest.h', | 224 'src/Source/OCHamcrest.h', |
| 225 ], | 225 ], |
| 226 'xcode_settings': { | 226 'xcode_settings': { |
| 227 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 227 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 228 'USE_HEADERMAP': 'YES', | 228 'USE_HEADERMAP': 'YES', |
| 229 'CLANG_ENABLE_ARC': 'YES', | 229 'CLANG_ENABLE_ARC': 'YES', |
| 230 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer', | |
| 231 'PRODUCT_BUNDLE_IDENTIFIER': 'org.hamcrest.OCHamcrest.OCHamcrest-iOS', | |
| 232 'INFOPLIST_FILE': 'src/Source/OCHamcrest-Info.plist', | |
|
sdefresne
2016/04/21 16:27:09
File missing?
justincohen
2016/04/24 20:26:45
No, this file lives in OC third party.
| |
| 230 }, | 233 }, |
| 231 'include_dirs': [ | 234 'include_dirs': [ |
| 232 'src', | 235 'src', |
| 233 'src/Source', | 236 'src/Source', |
| 234 ], | 237 ], |
| 235 'mac_framework_dirs': [ | 238 'mac_framework_dirs': [ |
| 236 '$(SDKROOT)/../../Library/Frameworks', | 239 '$(SDKROOT)/../../Library/Frameworks', |
| 237 ], | 240 ], |
| 238 'link_settings': { | 241 'link_settings': { |
| 239 'libraries': [ | 242 'libraries': [ |
| 240 'Foundation.framework', | 243 'Foundation.framework', |
| 241 'UIKit.framework', | 244 'UIKit.framework', |
| 242 ], | 245 ], |
| 243 }, | 246 }, |
| 244 }, | 247 }, |
| 245 ], | 248 ], |
| 246 } | 249 } |
| OLD | NEW |