| Index: Source/bindings/bindings.gyp
|
| diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp
|
| index bfe30a66c3cc17d4a1a7137835c84df8c3924dac..3c60c7a748016c2b2b0aec67a17d9495f3f8509d 100644
|
| --- a/Source/bindings/bindings.gyp
|
| +++ b/Source/bindings/bindings.gyp
|
| @@ -60,6 +60,9 @@
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
|
| '<(libjpeg_gyp_path):libjpeg',
|
| ],
|
| + 'defines': [
|
| + 'WEBKIT_IMPLEMENTATION=1',
|
| + ],
|
| 'include_dirs': [
|
| # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we
|
| # can entice gyp into letting us put both the .cpp and .h
|
|
|