| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_CHANNEL_MESSAGING=1', | 8 'ENABLE_CHANNEL_MESSAGING=1', |
| 9 'ENABLE_DATABASE=1', | 9 'ENABLE_DATABASE=1', |
| 10 'ENABLE_DATAGRID=0', | 10 'ENABLE_DATAGRID=0', |
| 11 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', | 11 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', |
| 12 'ENABLE_DASHBOARD_SUPPORT=0', | 12 'ENABLE_DASHBOARD_SUPPORT=0', |
| 13 'ENABLE_DOM_STORAGE=1', | 13 'ENABLE_DOM_STORAGE=1', |
| 14 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 14 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| 15 'ENABLE_JSC_MULTIPLE_THREADS=0', | 15 'ENABLE_JSC_MULTIPLE_THREADS=0', |
| 16 'ENABLE_ICONDATABASE=0', | 16 'ENABLE_ICONDATABASE=0', |
| 17 'ENABLE_NOTIFICATIONS=0', |
| 17 'ENABLE_XSLT=1', | 18 'ENABLE_XSLT=1', |
| 18 'ENABLE_XPATH=1', | 19 'ENABLE_XPATH=1', |
| 19 'ENABLE_SHARED_WORKERS=0', | 20 'ENABLE_SHARED_WORKERS=0', |
| 20 'ENABLE_SVG=1', | 21 'ENABLE_SVG=1', |
| 21 'ENABLE_SVG_ANIMATION=1', | 22 'ENABLE_SVG_ANIMATION=1', |
| 22 'ENABLE_SVG_AS_IMAGE=1', | 23 'ENABLE_SVG_AS_IMAGE=1', |
| 23 'ENABLE_SVG_USE=1', | 24 'ENABLE_SVG_USE=1', |
| 24 'ENABLE_SVG_FOREIGN_OBJECT=1', | 25 'ENABLE_SVG_FOREIGN_OBJECT=1', |
| 25 'ENABLE_SVG_FONTS=1', | 26 'ENABLE_SVG_FONTS=1', |
| 26 'ENABLE_VIDEO=1', | 27 'ENABLE_VIDEO=1', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 42 '../third_party/WebKit/WebCore/dom/default', | 43 '../third_party/WebKit/WebCore/dom/default', |
| 43 '../third_party/WebKit/WebCore/editing', | 44 '../third_party/WebKit/WebCore/editing', |
| 44 '../third_party/WebKit/WebCore/history', | 45 '../third_party/WebKit/WebCore/history', |
| 45 '../third_party/WebKit/WebCore/html', | 46 '../third_party/WebKit/WebCore/html', |
| 46 '../third_party/WebKit/WebCore/html/canvas', | 47 '../third_party/WebKit/WebCore/html/canvas', |
| 47 '../third_party/WebKit/WebCore/inspector', | 48 '../third_party/WebKit/WebCore/inspector', |
| 48 '../third_party/WebKit/WebCore/loader', | 49 '../third_party/WebKit/WebCore/loader', |
| 49 '../third_party/WebKit/WebCore/loader/appcache', | 50 '../third_party/WebKit/WebCore/loader/appcache', |
| 50 '../third_party/WebKit/WebCore/loader/archive', | 51 '../third_party/WebKit/WebCore/loader/archive', |
| 51 '../third_party/WebKit/WebCore/loader/icon', | 52 '../third_party/WebKit/WebCore/loader/icon', |
| 53 '../third_party/WebKit/WebCore/notifications', |
| 52 '../third_party/WebKit/WebCore/page', | 54 '../third_party/WebKit/WebCore/page', |
| 53 '../third_party/WebKit/WebCore/page/animation', | 55 '../third_party/WebKit/WebCore/page/animation', |
| 54 '../third_party/WebKit/WebCore/page/chromium', | 56 '../third_party/WebKit/WebCore/page/chromium', |
| 55 '../third_party/WebKit/WebCore/platform', | 57 '../third_party/WebKit/WebCore/platform', |
| 56 '../third_party/WebKit/WebCore/platform/animation', | 58 '../third_party/WebKit/WebCore/platform/animation', |
| 57 '../third_party/WebKit/WebCore/platform/chromium', | 59 '../third_party/WebKit/WebCore/platform/chromium', |
| 58 '../third_party/WebKit/WebCore/platform/graphics', | 60 '../third_party/WebKit/WebCore/platform/graphics', |
| 59 '../third_party/WebKit/WebCore/platform/graphics/chromium', | 61 '../third_party/WebKit/WebCore/platform/graphics/chromium', |
| 60 '../third_party/WebKit/WebCore/platform/graphics/opentype', | 62 '../third_party/WebKit/WebCore/platform/graphics/opentype', |
| 61 '../third_party/WebKit/WebCore/platform/graphics/skia', | 63 '../third_party/WebKit/WebCore/platform/graphics/skia', |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1555 'files': [ | 1557 'files': [ |
| 1556 | 1558 |
| 1557 '<@(webinspector_image_files)', | 1559 '<@(webinspector_image_files)', |
| 1558 | 1560 |
| 1559 ], | 1561 ], |
| 1560 }, | 1562 }, |
| 1561 ], | 1563 ], |
| 1562 }, | 1564 }, |
| 1563 ], | 1565 ], |
| 1564 } | 1566 } |
| OLD | NEW |