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

Side by Side Diff: webkit/webkit.gyp

Issue 141022: Delete the upstreamed files: V8NPUtils.h V8NPUtils.cpp NPV8Object.h NPV8Object.cpp. (Closed)
Patch Set: rebased on tip of tree 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
« no previous file with comments | « webkit/port/bindings/v8/V8NPUtils.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_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WebKitCSSMatrixConst ructor.cpp', 1075 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WebKitCSSMatrixConst ructor.cpp',
1076 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WebKitPointConstruct or.cpp', 1076 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WebKitPointConstruct or.cpp',
1077 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerContextCustom. cpp', 1077 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerContextCustom. cpp',
1078 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerCustom.cpp', 1078 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerCustom.cpp',
1079 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestConstr uctor.cpp', 1079 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestConstr uctor.cpp',
1080 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestCustom .cpp', 1080 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestCustom .cpp',
1081 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestUpload Custom.cpp', 1081 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLHttpRequestUpload Custom.cpp',
1082 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLSerializerConstru ctor.cpp', 1082 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLSerializerConstru ctor.cpp',
1083 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XPathEvaluatorConstr uctor.cpp', 1083 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XPathEvaluatorConstr uctor.cpp',
1084 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom. cpp', 1084 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom. cpp',
1085 '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.cpp',
1086 '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.h',
1085 '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.cpp', 1087 '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.cpp',
1086 '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.h', 1088 '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.h',
1087 '../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h', 1089 '../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h',
1088 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.cpp', 1090 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.cpp',
1089 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h', 1091 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h',
1090 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp', 1092 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp',
1091 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h', 1093 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h',
1092 '../third_party/WebKit/WebCore/bindings/v8/ScriptController.cpp', 1094 '../third_party/WebKit/WebCore/bindings/v8/ScriptController.cpp',
1093 '../third_party/WebKit/WebCore/bindings/v8/ScriptController.h', 1095 '../third_party/WebKit/WebCore/bindings/v8/ScriptController.h',
1094 '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.cpp', 1096 '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.cpp',
(...skipping 24 matching lines...) Expand all
1119 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp', 1121 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp',
1120 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h', 1122 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h',
1121 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp', 1123 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp',
1122 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h', 1124 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h',
1123 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp', 1125 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp',
1124 '../third_party/WebKit/WebCore/bindings/v8/V8Index.h', 1126 '../third_party/WebKit/WebCore/bindings/v8/V8Index.h',
1125 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp', 1127 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp',
1126 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h', 1128 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h',
1127 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp', 1129 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp',
1128 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h', 1130 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h',
1131 '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.cpp',
1132 '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.h',
1129 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp', 1133 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp',
1130 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h', 1134 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h',
1131 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp', 1135 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp',
1132 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h', 1136 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h',
1133 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h', 1137 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h',
1134 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp', 1138 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp',
1135 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.h', 1139 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.h',
1136 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. cpp', 1140 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. cpp',
1137 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. h', 1141 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. h',
1138 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.cpp', 1142 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.cpp',
(...skipping 11 matching lines...) Expand all
1150 'extensions/v8/playback_extension.cc', 1154 'extensions/v8/playback_extension.cc',
1151 'extensions/v8/playback_extension.h', 1155 'extensions/v8/playback_extension.h',
1152 'extensions/v8/profiler_extension.cc', 1156 'extensions/v8/profiler_extension.cc',
1153 'extensions/v8/profiler_extension.h', 1157 'extensions/v8/profiler_extension.h',
1154 'extensions/v8/benchmarking_extension.cc', 1158 'extensions/v8/benchmarking_extension.cc',
1155 'extensions/v8/benchmarking_extension.h', 1159 'extensions/v8/benchmarking_extension.h',
1156 'port/bindings/v8/DOMObjectsInclude.h', 1160 'port/bindings/v8/DOMObjectsInclude.h',
1157 'port/bindings/v8/RGBColor.cpp', 1161 'port/bindings/v8/RGBColor.cpp',
1158 'port/bindings/v8/RGBColor.h', 1162 'port/bindings/v8/RGBColor.h',
1159 'port/bindings/v8/V8SVGPODTypeWrapper.h', 1163 'port/bindings/v8/V8SVGPODTypeWrapper.h',
1160 'port/bindings/v8/NPV8Object.cpp',
1161 'port/bindings/v8/NPV8Object.h',
1162 'port/bindings/v8/npruntime.cpp', 1164 'port/bindings/v8/npruntime.cpp',
1163 'port/bindings/v8/npruntime_impl.h', 1165 'port/bindings/v8/npruntime_impl.h',
1164 'port/bindings/v8/npruntime_internal.h', 1166 'port/bindings/v8/npruntime_internal.h',
1165 'port/bindings/v8/npruntime_priv.h', 1167 'port/bindings/v8/npruntime_priv.h',
1166 'port/bindings/v8/v8_binding.h', 1168 'port/bindings/v8/v8_binding.h',
1167 'port/bindings/v8/v8_binding.cpp', 1169 'port/bindings/v8/v8_binding.cpp',
1168 'port/bindings/v8/V8NPUtils.cpp',
1169 'port/bindings/v8/V8NPUtils.h',
1170 'port/bindings/v8/V8NPObject.cpp', 1170 'port/bindings/v8/V8NPObject.cpp',
1171 'port/bindings/v8/V8NPObject.h', 1171 'port/bindings/v8/V8NPObject.h',
1172 'port/bindings/v8/v8_proxy.cpp', 1172 'port/bindings/v8/v8_proxy.cpp',
1173 'port/bindings/v8/v8_proxy.h', 1173 'port/bindings/v8/v8_proxy.h',
1174 'port/bindings/v8/v8_utility.h', 1174 'port/bindings/v8/v8_utility.h',
1175 1175
1176 # This list contains every .cpp, .h, .m, and .mm file in the 1176 # This list contains every .cpp, .h, .m, and .mm file in the
1177 # subdirectories of ../third_party/WebKit/WebCore, excluding the 1177 # subdirectories of ../third_party/WebKit/WebCore, excluding the
1178 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories. 1178 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories.
1179 # Exclusions are handled in the sources! and sources/ sections that 1179 # Exclusions are handled in the sources! and sources/ sections that
(...skipping 3709 matching lines...) Expand 10 before | Expand all | Expand 10 after
4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4893 ], 4893 ],
4894 }, 4894 },
4895 ], 4895 ],
4896 }, 4896 },
4897 ], 4897 ],
4898 } 4898 }
OLDNEW
« no previous file with comments | « webkit/port/bindings/v8/V8NPUtils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698