diff options
Diffstat (limited to 'third_party/harfbuzz')
-rw-r--r-- | third_party/harfbuzz/harfbuzz.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp index 1ed90b9..6039e0d 100644 --- a/third_party/harfbuzz/harfbuzz.gyp +++ b/third_party/harfbuzz/harfbuzz.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -64,7 +64,7 @@ # Make the 'harfbuzz' target just shim through to the harfbuzz-ng # one. 'target_name': 'harfbuzz', - 'type': 'settings', + 'type': 'none', 'dependencies': [ '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' ], |