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

Side by Side Diff: webkit/webkit.gyp

Issue 149086: Use upstream V8Proxy and V8Utilities (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/tools/test_shell/test_shell.cc ('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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp', 1123 '../third_party/WebKit/WebCore/bindings/v8/V8Index.cpp',
1124 '../third_party/WebKit/WebCore/bindings/v8/V8Index.h', 1124 '../third_party/WebKit/WebCore/bindings/v8/V8Index.h',
1125 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp', 1125 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp',
1126 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h', 1126 '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h',
1127 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp', 1127 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp',
1128 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h', 1128 '../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h',
1129 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp', 1129 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp',
1130 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h', 1130 '../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h',
1131 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp', 1131 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp',
1132 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h', 1132 '../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h',
1133 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.cpp',
1133 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h', 1134 '../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h',
1134 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp', 1135 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.cpp',
1135 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.h', 1136 '../third_party/WebKit/WebCore/bindings/v8/V8Utilities.h',
1136 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. cpp', 1137 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. cpp',
1137 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. h', 1138 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener. h',
1138 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.cpp', 1139 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.cpp',
1139 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.h', 1140 '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventLis tener.h',
1140 '../third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.h ', 1141 '../third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.h ',
1141 '../third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.c pp', 1142 '../third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.c pp',
1142 '../third_party/WebKit/WebCore/bindings/v8/WorkerScriptController.h', 1143 '../third_party/WebKit/WebCore/bindings/v8/WorkerScriptController.h',
(...skipping 19 matching lines...) Expand all
1162 'port/bindings/v8/npruntime.cpp', 1163 'port/bindings/v8/npruntime.cpp',
1163 'port/bindings/v8/npruntime_impl.h', 1164 'port/bindings/v8/npruntime_impl.h',
1164 'port/bindings/v8/npruntime_internal.h', 1165 'port/bindings/v8/npruntime_internal.h',
1165 'port/bindings/v8/npruntime_priv.h', 1166 'port/bindings/v8/npruntime_priv.h',
1166 'port/bindings/v8/v8_binding.h', 1167 'port/bindings/v8/v8_binding.h',
1167 'port/bindings/v8/v8_binding.cpp', 1168 'port/bindings/v8/v8_binding.cpp',
1168 'port/bindings/v8/V8NPUtils.cpp', 1169 'port/bindings/v8/V8NPUtils.cpp',
1169 'port/bindings/v8/V8NPUtils.h', 1170 'port/bindings/v8/V8NPUtils.h',
1170 'port/bindings/v8/V8NPObject.cpp', 1171 'port/bindings/v8/V8NPObject.cpp',
1171 'port/bindings/v8/V8NPObject.h', 1172 'port/bindings/v8/V8NPObject.h',
1172 'port/bindings/v8/v8_proxy.cpp',
1173 'port/bindings/v8/v8_proxy.h',
1174 'port/bindings/v8/v8_utility.h',
1175 1173
1176 # 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
1177 # subdirectories of ../third_party/WebKit/WebCore, excluding the 1175 # subdirectories of ../third_party/WebKit/WebCore, excluding the
1178 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories. 1176 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories.
1179 # Exclusions are handled in the sources! and sources/ sections that 1177 # Exclusions are handled in the sources! and sources/ sections that
1180 # follow, some within conditions sections. 1178 # follow, some within conditions sections.
1181 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.cpp', 1179 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.cpp',
1182 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.h', 1180 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.h',
1183 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.cpp', 1181 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.cpp',
1184 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.h', 1182 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.h',
(...skipping 3704 matching lines...) Expand 10 before | Expand all | Expand 10 after
4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4893 ], 4891 ],
4894 }, 4892 },
4895 ], 4893 ],
4896 }, 4894 },
4897 ], 4895 ],
4898 } 4896 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698