Chromium Code Reviews| Index: Source/web/web.gyp |
| diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
| index a5f0ce83e68ec20ffb84cb8c0ae67f2886136176..f0a42b7410c806676d554371d1bc8e9c97781930 100644 |
| --- a/Source/web/web.gyp |
| +++ b/Source/web/web.gyp |
| @@ -55,12 +55,14 @@ |
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| '<(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.
|
| ], |
| 'export_dependent_settings': [ |
| '<(DEPTH)/skia/skia.gyp:skia', |
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
|
Inactive
2014/05/22 13:52:02
ditto
|
| ], |
| 'include_dirs': [ |
| '<(angle_path)/include', |
| @@ -95,6 +97,7 @@ |
| '<(DEPTH)/url/url.gyp:url_lib', |
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| '<(libjpeg_gyp_path):libjpeg', |
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
|
Inactive
2014/05/22 13:52:02
ditto
|
| # We must not add webkit_support here because of cyclic dependency. |
| ], |
| 'export_dependent_settings': [ |
| @@ -295,6 +298,7 @@ |
| '../modules/modules.gyp:modules_testing', |
| '../wtf/wtf.gyp:wtf', |
| '<(DEPTH)/skia/skia.gyp:skia', |
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| ], |
| 'include_dirs': [ |
| '../../', |