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

Side by Side Diff: webkit/webkit.gyp

Issue 119191: Add an extension to expose some primitives to JS for doing ... (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/glue/webkit_glue.h ('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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'extensions/v8/gc_extension.cc', 1118 'extensions/v8/gc_extension.cc',
1119 'extensions/v8/gc_extension.h', 1119 'extensions/v8/gc_extension.h',
1120 'extensions/v8/gears_extension.cc', 1120 'extensions/v8/gears_extension.cc',
1121 'extensions/v8/gears_extension.h', 1121 'extensions/v8/gears_extension.h',
1122 'extensions/v8/interval_extension.cc', 1122 'extensions/v8/interval_extension.cc',
1123 'extensions/v8/interval_extension.h', 1123 'extensions/v8/interval_extension.h',
1124 'extensions/v8/playback_extension.cc', 1124 'extensions/v8/playback_extension.cc',
1125 'extensions/v8/playback_extension.h', 1125 'extensions/v8/playback_extension.h',
1126 'extensions/v8/profiler_extension.cc', 1126 'extensions/v8/profiler_extension.cc',
1127 'extensions/v8/profiler_extension.h', 1127 'extensions/v8/profiler_extension.h',
1128 'extensions/v8/benchmarking_extension.cc',
1129 'extensions/v8/benchmarking_extension.h',
1128 'port/bindings/v8/DOMObjectsInclude.h', 1130 'port/bindings/v8/DOMObjectsInclude.h',
1129 'port/bindings/v8/JSXPathNSResolver.cpp', 1131 'port/bindings/v8/JSXPathNSResolver.cpp',
1130 'port/bindings/v8/JSXPathNSResolver.h', 1132 'port/bindings/v8/JSXPathNSResolver.h',
1131 'port/bindings/v8/RGBColor.cpp', 1133 'port/bindings/v8/RGBColor.cpp',
1132 'port/bindings/v8/RGBColor.h', 1134 'port/bindings/v8/RGBColor.h',
1133 'port/bindings/v8/V8SVGPODTypeWrapper.h', 1135 'port/bindings/v8/V8SVGPODTypeWrapper.h',
1134 'port/bindings/v8/NPV8Object.cpp', 1136 'port/bindings/v8/NPV8Object.cpp',
1135 'port/bindings/v8/NPV8Object.h', 1137 'port/bindings/v8/NPV8Object.h',
1136 'port/bindings/v8/npruntime.cpp', 1138 'port/bindings/v8/npruntime.cpp',
1137 'port/bindings/v8/npruntime_impl.h', 1139 'port/bindings/v8/npruntime_impl.h',
(...skipping 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after
4808 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4810 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4809 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4811 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4810 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4812 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4811 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4813 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4812 ], 4814 ],
4813 }, 4815 },
4814 ], 4816 ],
4815 }, 4817 },
4816 ], 4818 ],
4817 } 4819 }
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698