Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Side by Side Diff: webkit/webkit.gyp

Issue 155030: Delete V8Binding and use the upstreamed version. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/port/bindings/v8/v8_binding.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 3711 matching lines...) Expand 10 before | Expand all | Expand 10 after
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4895 ], 4894 ],
4896 }, 4895 },
4897 ], 4896 ],
4898 }, 4897 },
4899 ], 4898 ],
4900 } 4899 }
OLDNEW
« no previous file with comments | « webkit/port/bindings/v8/v8_binding.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698