| Index: Source/platform/blink_platform_tests.gyp
|
| diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
|
| index 6e98525e7cca1298c4749066d1859421d9e88011..9ce581c2e3053b06d3c66cb4940de2e458d088a7 100644
|
| --- a/Source/platform/blink_platform_tests.gyp
|
| +++ b/Source/platform/blink_platform_tests.gyp
|
| @@ -42,8 +42,15 @@
|
| '../wtf/wtf_tests.gyp:run_all_tests',
|
| '<(DEPTH)/url/url.gyp:url_lib',
|
| ],
|
| + 'include_dirs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| + ],
|
| 'sources': [
|
| '<@(platform_test_files)',
|
| +
|
| + # Additional .cpp files from platform_derived_sources.gyp:make_platform_derived_sources actions.
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
|
| ],
|
| 'conditions': [
|
| ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
|
|
|