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

Side by Side Diff: webkit/webkit.gyp

Issue 118329: Use V8 bindings for V8CustomXPathNSResolver in svn.webkit.org (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/JSXPathNSResolver.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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 'extensions/v8/gears_extension.h', 1136 'extensions/v8/gears_extension.h',
1137 'extensions/v8/interval_extension.cc', 1137 'extensions/v8/interval_extension.cc',
1138 'extensions/v8/interval_extension.h', 1138 'extensions/v8/interval_extension.h',
1139 'extensions/v8/playback_extension.cc', 1139 'extensions/v8/playback_extension.cc',
1140 'extensions/v8/playback_extension.h', 1140 'extensions/v8/playback_extension.h',
1141 'extensions/v8/profiler_extension.cc', 1141 'extensions/v8/profiler_extension.cc',
1142 'extensions/v8/profiler_extension.h', 1142 'extensions/v8/profiler_extension.h',
1143 'extensions/v8/benchmarking_extension.cc', 1143 'extensions/v8/benchmarking_extension.cc',
1144 'extensions/v8/benchmarking_extension.h', 1144 'extensions/v8/benchmarking_extension.h',
1145 'port/bindings/v8/DOMObjectsInclude.h', 1145 'port/bindings/v8/DOMObjectsInclude.h',
1146 'port/bindings/v8/JSXPathNSResolver.cpp',
1147 'port/bindings/v8/JSXPathNSResolver.h',
1148 'port/bindings/v8/RGBColor.cpp', 1146 'port/bindings/v8/RGBColor.cpp',
1149 'port/bindings/v8/RGBColor.h', 1147 'port/bindings/v8/RGBColor.h',
1150 'port/bindings/v8/V8SVGPODTypeWrapper.h', 1148 'port/bindings/v8/V8SVGPODTypeWrapper.h',
1151 'port/bindings/v8/NPV8Object.cpp', 1149 'port/bindings/v8/NPV8Object.cpp',
1152 'port/bindings/v8/NPV8Object.h', 1150 'port/bindings/v8/NPV8Object.h',
1153 'port/bindings/v8/npruntime.cpp', 1151 'port/bindings/v8/npruntime.cpp',
1154 'port/bindings/v8/npruntime_impl.h', 1152 'port/bindings/v8/npruntime_impl.h',
1155 'port/bindings/v8/npruntime_internal.h', 1153 'port/bindings/v8/npruntime_internal.h',
1156 'port/bindings/v8/npruntime_priv.h', 1154 'port/bindings/v8/npruntime_priv.h',
1157 'port/bindings/v8/v8_binding.h', 1155 'port/bindings/v8/v8_binding.h',
(...skipping 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after
4853 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4851 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4854 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4852 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4855 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4853 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4856 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4854 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4857 ], 4855 ],
4858 }, 4856 },
4859 ], 4857 ],
4860 }, 4858 },
4861 ], 4859 ],
4862 } 4860 }
OLDNEW
« no previous file with comments | « webkit/port/bindings/v8/JSXPathNSResolver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698