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

Side by Side Diff: third_party/harfbuzz/harfbuzz.gyp

Issue 9223010: Update harfbuzz-ng to 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't use -M option for 'git diff' to patch correctly Created 8 years, 10 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 | « third_party/harfbuzz-ng/src/test.c ('k') | no next file » | 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 # Set to 1 to use Harfbuzz-NG instead of Harfbuzz. 7 # Set to 1 to use Harfbuzz-NG instead of Harfbuzz.
8 # Under development: http://crbug.com/68551 8 # Under development: http://crbug.com/68551
9 'use_harfbuzz_ng%': 0 9 'use_harfbuzz_ng%': 0
10 }, 10 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 }, 64 },
65 ], 65 ],
66 }, { # else, use new harfbuzz 66 }, { # else, use new harfbuzz
67 'targets': [ 67 'targets': [
68 { 68 {
69 # Make the 'harfbuzz' target just shim through to the harfbuzz-ng 69 # Make the 'harfbuzz' target just shim through to the harfbuzz-ng
70 # one. 70 # one.
71 'target_name': 'harfbuzz', 71 'target_name': 'harfbuzz',
72 'type': 'none', 72 'type': 'none',
73 'dependencies': [ 73 'dependencies': [
74 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' 74 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng'
75 ], 75 ],
76 'export_dependent_settings': [ 76 'export_dependent_settings': [
77 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' 77 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng'
78 ], 78 ],
79 } 79 }
80 ] 80 ]
81 }] 81 }]
82 ] 82 ]
83 } 83 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/test.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698