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

Unified Diff: third_party/harfbuzz-ng/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/google_input_tools/inputview.gni ('k') | third_party/iaccessible2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz-ng/BUILD.gn
diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
index 195c5c81c806c752b196ecbe685fc2381a485e93..a1b25eb001df6674d5f33cd8d394ec638b4aef5a 100644
--- a/third_party/harfbuzz-ng/BUILD.gn
+++ b/third_party/harfbuzz-ng/BUILD.gn
@@ -28,10 +28,12 @@ declare_args() {
# Use the system harfbuzz for newer versions of pangoft, and not for older
# ones. pangoft links to the system harfbuzz starting with 1.31.0, which
# causes duplicate symbols when we link our own version.
- use_system_harfbuzz = exec_script(
- pkg_config_script,
- pkg_config_args + [ "--atleast-version=1.31.0", "pangoft2" ],
- "value")
+ use_system_harfbuzz = exec_script(pkg_config_script,
+ pkg_config_args + [
+ "--atleast-version=1.31.0",
+ "pangoft2",
+ ],
+ "value")
} else {
use_system_harfbuzz = false
}
@@ -45,7 +47,6 @@ if (use_system_harfbuzz) {
group("harfbuzz-ng") {
public_configs = [ ":harfbuzz_pkgconfig" ]
}
-
} else {
config("harfbuzz-ng_config") {
include_dirs = [ "src" ]
« no previous file with comments | « third_party/google_input_tools/inputview.gni ('k') | third_party/iaccessible2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698