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

Unified Diff: Source/modules/modules.gyp

Issue 276573010: Adding Locale (language attribute) information to font and using the (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment fix Created 6 years, 7 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
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 9f518783291dc0514c41ba879b184b4f2d5be828..81baa061a3d8a6cb985c7798d42e6c5ab8c2d682 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -41,6 +41,7 @@
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'../config.gyp:config',
'../core/core.gyp:webcore',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
],
'defines': [
'BLINK_IMPLEMENTATION=1',
@@ -59,6 +60,7 @@
'dependencies': [
'../config.gyp:config',
'../core/core.gyp:webcore',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
],
'defines': [
'BLINK_IMPLEMENTATION=1',

Powered by Google App Engine
This is Rietveld 408576698