OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 '-lrt', | 161 '-lrt', |
162 # For 'native_library_linux.cc' | 162 # For 'native_library_linux.cc' |
163 '-ldl', | 163 '-ldl', |
164 ], | 164 ], |
165 }, | 165 }, |
166 }], | 166 }], |
167 ['OS == "mac"', { | 167 ['OS == "mac"', { |
168 'link_settings': { | 168 'link_settings': { |
169 'libraries': [ | 169 'libraries': [ |
170 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 170 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 171 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', |
171 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 172 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
172 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 173 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
173 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 174 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
174 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 175 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
175 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 176 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
176 ], | 177 ], |
177 }, | 178 }, |
178 'dependencies': [ | 179 'dependencies': [ |
179 '../third_party/mach_override/mach_override.gyp:mach_override', | 180 '../third_party/mach_override/mach_override.gyp:mach_override', |
180 ], | 181 ], |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 'test_suite_name': 'base_unittests', | 1022 'test_suite_name': 'base_unittests', |
1022 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1023 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1023 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1024 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1024 }, | 1025 }, |
1025 'includes': [ '../build/apk_test.gypi' ], | 1026 'includes': [ '../build/apk_test.gypi' ], |
1026 }, | 1027 }, |
1027 ], | 1028 ], |
1028 }], | 1029 }], |
1029 ], | 1030 ], |
1030 } | 1031 } |
OLD | NEW |