Chromium Code Reviews| Index: Source/bindings/bindings.gyp |
| diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp |
| index fa9207c22463e710a1252d7343a4a5e047348b05..f7752b0d6cfc618e93ca5ecb4b5d1bae1149d892 100644 |
| --- a/Source/bindings/bindings.gyp |
| +++ b/Source/bindings/bindings.gyp |
| @@ -62,6 +62,7 @@ |
| ], |
| 'defines': [ |
| 'WEBKIT_IMPLEMENTATION=1', |
| + 'INSIDE_WEBKIT', |
|
darin (slow to review)
2013/06/10 22:05:38
I guess you probably considered names for this mac
|
| ], |
| 'include_dirs': [ |
| # FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we |