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=1', |
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 '../third_party/WebKit/WebCore/bindings/v8/ScriptScope.cpp', | 1105 '../third_party/WebKit/WebCore/bindings/v8/ScriptScope.cpp', |
1106 '../third_party/WebKit/WebCore/bindings/v8/ScriptScope.h', | 1106 '../third_party/WebKit/WebCore/bindings/v8/ScriptScope.h', |
1107 '../third_party/WebKit/WebCore/bindings/v8/ScriptSourceCode.h', | 1107 '../third_party/WebKit/WebCore/bindings/v8/ScriptSourceCode.h', |
1108 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.h', | 1108 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.h', |
1109 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.cpp', | 1109 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.cpp', |
1110 '../third_party/WebKit/WebCore/bindings/v8/ScriptString.h', | 1110 '../third_party/WebKit/WebCore/bindings/v8/ScriptString.h', |
1111 '../third_party/WebKit/WebCore/bindings/v8/ScriptValue.cpp', | 1111 '../third_party/WebKit/WebCore/bindings/v8/ScriptValue.cpp', |
1112 '../third_party/WebKit/WebCore/bindings/v8/ScriptValue.h', | 1112 '../third_party/WebKit/WebCore/bindings/v8/ScriptValue.h', |
1113 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.cpp', | 1113 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.cpp', |
1114 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h', | 1114 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h', |
| 1115 '../third_party/WebKit/WebCore/bindings/v8/V8Binding.cpp', |
1115 '../third_party/WebKit/WebCore/bindings/v8/V8Binding.h', | 1116 '../third_party/WebKit/WebCore/bindings/v8/V8Binding.h', |
1116 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.cpp', | 1117 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.cpp', |
1117 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.h', | 1118 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.h', |
1118 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.cpp', | 1119 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.cpp', |
1119 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.h', | 1120 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.h', |
1120 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp', | 1121 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp', |
1121 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h', | 1122 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h', |
1122 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp', | 1123 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp', |
1123 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h', | 1124 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h', |
1124 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp', | 1125 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 'extensions/v8/benchmarking_extension.h', | 1159 'extensions/v8/benchmarking_extension.h', |
1159 'port/bindings/v8/DOMObjectsInclude.h', | 1160 'port/bindings/v8/DOMObjectsInclude.h', |
1160 'port/bindings/v8/RGBColor.cpp', | 1161 'port/bindings/v8/RGBColor.cpp', |
1161 'port/bindings/v8/RGBColor.h', | 1162 'port/bindings/v8/RGBColor.h', |
1162 'port/bindings/v8/NPV8Object.cpp', | 1163 'port/bindings/v8/NPV8Object.cpp', |
1163 'port/bindings/v8/NPV8Object.h', | 1164 'port/bindings/v8/NPV8Object.h', |
1164 'port/bindings/v8/npruntime.cpp', | 1165 'port/bindings/v8/npruntime.cpp', |
1165 'port/bindings/v8/npruntime_impl.h', | 1166 'port/bindings/v8/npruntime_impl.h', |
1166 'port/bindings/v8/npruntime_internal.h', | 1167 'port/bindings/v8/npruntime_internal.h', |
1167 'port/bindings/v8/npruntime_priv.h', | 1168 'port/bindings/v8/npruntime_priv.h', |
1168 'port/bindings/v8/v8_binding.h', | |
1169 'port/bindings/v8/v8_binding.cpp', | |
1170 'port/bindings/v8/V8NPUtils.cpp', | 1169 'port/bindings/v8/V8NPUtils.cpp', |
1171 'port/bindings/v8/V8NPUtils.h', | 1170 'port/bindings/v8/V8NPUtils.h', |
1172 'port/bindings/v8/V8NPObject.cpp', | 1171 'port/bindings/v8/V8NPObject.cpp', |
1173 'port/bindings/v8/V8NPObject.h', | 1172 'port/bindings/v8/V8NPObject.h', |
1174 | 1173 |
1175 # This list contains every .cpp, .h, .m, and .mm file in the | 1174 # This list contains every .cpp, .h, .m, and .mm file in the |
1176 # subdirectories of ../third_party/WebKit/WebCore, excluding the | 1175 # subdirectories of ../third_party/WebKit/WebCore, excluding the |
1177 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories. | 1176 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories. |
1178 # Exclusions are handled in the sources! and sources/ sections that | 1177 # Exclusions are handled in the sources! and sources/ sections that |
1179 # follow, some within conditions sections. | 1178 # follow, some within conditions sections. |
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
4896 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
4897 ], | 4896 ], |
4898 }, | 4897 }, |
4899 ], | 4898 ], |
4900 }, | 4899 }, |
4901 ], | 4900 ], |
4902 } | 4901 } |
OLD | NEW |