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

Unified Diff: third_party/harfbuzz-ng/harfbuzz.gni

Issue 1783443003: Build HarfBuzz as loadable module when chromeos=1 under Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/harfbuzz-ng/harfbuzz.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz-ng/harfbuzz.gni
diff --git a/third_party/harfbuzz-ng/harfbuzz.gni b/third_party/harfbuzz-ng/harfbuzz.gni
new file mode 100644
index 0000000000000000000000000000000000000000..d9e17db1e61bdadc71b622bef297bf59859bb80d
--- /dev/null
+++ b/third_party/harfbuzz-ng/harfbuzz.gni
@@ -0,0 +1,13 @@
+# Copyright 2016 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.
+
+# This file is the GN version of harfbuzz.gypi. We rebase most paths to
+# be absolute so these lists can be used by BUILD files in different directories
+# without worrying about the base directory.
+_gypi = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("harfbuzz.gypi") ],
+ "scope",
+ [ "harfbuzz.gypi" ])
+
+harfbuzz_files = _gypi.harfbuzz_files
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/harfbuzz-ng/harfbuzz.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698