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

Unified Diff: Source/core/core.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/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 658e5a0e5acdd885b090751a2cc4d77633e87321..272dc1fee60bcfaea04a90ee4efa1203b40c5e2e 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -230,6 +230,7 @@
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
Inactive 2014/05/22 13:52:02 Alphabetical order please
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/blink',
@@ -381,6 +382,7 @@
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
Inactive 2014/05/22 13:52:02 ditto
],
'export_dependent_settings': [
'../wtf/wtf.gyp:wtf',
@@ -400,6 +402,7 @@
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
Inactive 2014/05/22 13:52:02 ditto
],
'direct_dependent_settings': {
'defines': [
@@ -744,6 +747,7 @@
'<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
Inactive 2014/05/22 13:52:02 ditto
],
'export_dependent_settings': [
'../wtf/wtf.gyp:wtf',
@@ -787,6 +791,7 @@
'dependencies': [
'../config.gyp:config',
'webcore',
+ '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
],
'defines': [
'BLINK_IMPLEMENTATION=1',

Powered by Google App Engine
This is Rietveld 408576698