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

Side by Side Diff: base/base.gyp

Issue 10543057: Initial RenderTextMac implementation using CoreText. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac/foundation_util.h » ('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 (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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '-lrt', 159 '-lrt',
160 # For 'native_library_linux.cc' 160 # For 'native_library_linux.cc'
161 '-ldl', 161 '-ldl',
162 ], 162 ],
163 }, 163 },
164 }], 164 }],
165 ['OS == "mac"', { 165 ['OS == "mac"', {
166 'link_settings': { 166 'link_settings': {
167 'libraries': [ 167 'libraries': [
168 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 168 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
169 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
169 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 170 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
170 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 171 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
171 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 172 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
172 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 173 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
173 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 174 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
174 ], 175 ],
175 }, 176 },
176 'dependencies': [ 177 'dependencies': [
177 '../third_party/mach_override/mach_override.gyp:mach_override', 178 '../third_party/mach_override/mach_override.gyp:mach_override',
178 ], 179 ],
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'test_suite_name': 'base_unittests', 996 'test_suite_name': 'base_unittests',
996 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
997 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 998 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
998 }, 999 },
999 'includes': [ '../build/apk_test.gypi' ], 1000 'includes': [ '../build/apk_test.gypi' ],
1000 }, 1001 },
1001 ], 1002 ],
1002 }], 1003 }],
1003 ], 1004 ],
1004 } 1005 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/foundation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698