| 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=1', | 10 'ENABLE_DATAGRID=0', |
| 11 'ENABLE_DASHBOARD_SUPPORT=0', | 11 'ENABLE_DASHBOARD_SUPPORT=0', |
| 12 'ENABLE_DOM_STORAGE=1', | 12 'ENABLE_DOM_STORAGE=1', |
| 13 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 13 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| 14 'ENABLE_JSC_MULTIPLE_THREADS=0', | 14 'ENABLE_JSC_MULTIPLE_THREADS=0', |
| 15 'ENABLE_ICONDATABASE=0', | 15 'ENABLE_ICONDATABASE=0', |
| 16 'ENABLE_XSLT=1', | 16 'ENABLE_XSLT=1', |
| 17 'ENABLE_XPATH=1', | 17 'ENABLE_XPATH=1', |
| 18 'ENABLE_SHARED_WORKERS=0', | 18 'ENABLE_SHARED_WORKERS=0', |
| 19 'ENABLE_SVG=1', | 19 'ENABLE_SVG=1', |
| 20 'ENABLE_SVG_ANIMATION=1', | 20 'ENABLE_SVG_ANIMATION=1', |
| (...skipping 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
| 1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
| 1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
| 1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
| 1679 ], | 1679 ], |
| 1680 }, | 1680 }, |
| 1681 ], | 1681 ], |
| 1682 }, | 1682 }, |
| 1683 ], | 1683 ], |
| 1684 } | 1684 } |
| OLD | NEW |