| Index: webkit/common/webkit_common.gyp
|
| diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gyp
|
| similarity index 96%
|
| rename from webkit/common/webkit_common.gypi
|
| rename to webkit/common/webkit_common.gyp
|
| index e2820d3bd1c6557b82b8ff5d6ec7c3bab1db43f9..9cfe09dbf0eb24497a8a9c41cf082d756126d926 100644
|
| --- a/webkit/common/webkit_common.gypi
|
| +++ b/webkit/common/webkit_common.gyp
|
| @@ -3,11 +3,14 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| + 'variables': {
|
| + 'enable_wexit_time_destructors': 1,
|
| + 'chromium_code': 1
|
| + },
|
| 'targets': [
|
| {
|
| 'target_name': 'webkit_common',
|
| 'type': '<(component)',
|
| - 'variables': { 'enable_wexit_time_destructors': 1, },
|
| 'defines': [
|
| 'WEBKIT_COMMON_IMPLEMENTATION',
|
| ],
|
|
|