| OLD | NEW |
| (Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 # This file is the GN version of harfbuzz.gypi. We rebase most paths to |
| 6 # be absolute so these lists can be used by BUILD files in different directories |
| 7 # without worrying about the base directory. |
| 8 _gypi = exec_script("//build/gypi_to_gn.py", |
| 9 [ rebase_path("harfbuzz.gypi") ], |
| 10 "scope", |
| 11 [ "harfbuzz.gypi" ]) |
| 12 |
| 13 harfbuzz_files = _gypi.harfbuzz_files |
| OLD | NEW |