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

Side by Side Diff: webkit/webkit.gyp

Issue 126296: Use upstreamed V8Index (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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_proxy.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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h', 1113 '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h',
1114 '../third_party/WebKit/WebCore/bindings/v8/V8Binding.h', 1114 '../third_party/WebKit/WebCore/bindings/v8/V8Binding.h',
1115 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.cpp', 1115 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.cpp',
1116 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.h', 1116 '../third_party/WebKit/WebCore/bindings/v8/V8Collection.h',
1117 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.cpp', 1117 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.cpp',
1118 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.h', 1118 '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.h',
1119 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp', 1119 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.cpp',
1120 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h', 1120 '../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h',
1121 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp', 1121 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp',
1122 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h', 1122 '../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h',
1123 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp',
1124 '../third_party/WebKit/WebCore/bindings/v8/V8Index.h',
1123 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp', 1125 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp',
1124 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h', 1126 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h',
1125 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp', 1127 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp',
1126 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h', 1128 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h',
1127 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp', 1129 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp',
1128 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h', 1130 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h',
1129 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp', 1131 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp',
1130 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h', 1132 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h',
1131 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h', 1133 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h',
1132 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp', 1134 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp',
(...skipping 23 matching lines...) Expand all
1156 'port/bindings/v8/RGBColor.h', 1158 'port/bindings/v8/RGBColor.h',
1157 'port/bindings/v8/V8SVGPODTypeWrapper.h', 1159 'port/bindings/v8/V8SVGPODTypeWrapper.h',
1158 'port/bindings/v8/NPV8Object.cpp', 1160 'port/bindings/v8/NPV8Object.cpp',
1159 'port/bindings/v8/NPV8Object.h', 1161 'port/bindings/v8/NPV8Object.h',
1160 'port/bindings/v8/npruntime.cpp', 1162 'port/bindings/v8/npruntime.cpp',
1161 'port/bindings/v8/npruntime_impl.h', 1163 'port/bindings/v8/npruntime_impl.h',
1162 'port/bindings/v8/npruntime_internal.h', 1164 'port/bindings/v8/npruntime_internal.h',
1163 'port/bindings/v8/npruntime_priv.h', 1165 'port/bindings/v8/npruntime_priv.h',
1164 'port/bindings/v8/v8_binding.h', 1166 'port/bindings/v8/v8_binding.h',
1165 'port/bindings/v8/v8_binding.cpp', 1167 'port/bindings/v8/v8_binding.cpp',
1166 'port/bindings/v8/v8_index.cpp',
1167 'port/bindings/v8/v8_index.h',
1168 'port/bindings/v8/V8NPUtils.cpp', 1168 'port/bindings/v8/V8NPUtils.cpp',
1169 'port/bindings/v8/V8NPUtils.h', 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
(...skipping 3711 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/v8_proxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698