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

Side by Side Diff: webkit/webkit.gyp

Issue 62032: Stop serializing WebString over IPC. The new rule is that only POD (plain ol... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/webframe_impl.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_DATABASE=1', 8 'ENABLE_DATABASE=1',
9 'ENABLE_DASHBOARD_SUPPORT=0', 9 'ENABLE_DASHBOARD_SUPPORT=0',
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', 10 'ENABLE_JAVASCRIPT_DEBUGGER=0',
(...skipping 4095 matching lines...) Expand 10 before | Expand all | Expand 10 after
4106 '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h ', 4106 '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h ',
4107 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h ', 4107 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h ',
4108 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h ', 4108 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h ',
4109 '../third_party/WebKit/WebKit/chromium/public/WebCache.h', 4109 '../third_party/WebKit/WebKit/chromium/public/WebCache.h',
4110 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h', 4110 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h',
4111 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', 4111 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h',
4112 '../third_party/WebKit/WebKit/chromium/public/WebColor.h', 4112 '../third_party/WebKit/WebKit/chromium/public/WebColor.h',
4113 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', 4113 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h',
4114 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h', 4114 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h',
4115 '../third_party/WebKit/WebKit/chromium/public/WebCString.h', 4115 '../third_party/WebKit/WebKit/chromium/public/WebCString.h',
4116 '../third_party/WebKit/WebKit/chromium/public/WebFindInPageRequest.h', 4116 '../third_party/WebKit/WebKit/chromium/public/WebFindOptions.h',
4117 '../third_party/WebKit/WebKit/chromium/public/WebImage.h', 4117 '../third_party/WebKit/WebKit/chromium/public/WebImage.h',
4118 '../third_party/WebKit/WebKit/chromium/public/WebInputEvent.h', 4118 '../third_party/WebKit/WebKit/chromium/public/WebInputEvent.h',
4119 '../third_party/WebKit/WebKit/chromium/public/WebKit.h', 4119 '../third_party/WebKit/WebKit/chromium/public/WebKit.h',
4120 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', 4120 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h',
4121 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', 4121 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h',
4122 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', 4122 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h',
4123 '../third_party/WebKit/WebKit/chromium/public/WebRect.h', 4123 '../third_party/WebKit/WebKit/chromium/public/WebRect.h',
4124 '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h', 4124 '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h',
4125 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h', 4125 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h',
4126 '../third_party/WebKit/WebKit/chromium/public/WebSize.h', 4126 '../third_party/WebKit/WebKit/chromium/public/WebSize.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
4485 'default_plugin/default_plugin.gyp:default_plugin', 4485 'default_plugin/default_plugin.gyp:default_plugin',
4486 ], 4486 ],
4487 'sources!': [ 4487 'sources!': [
4488 'glue/plugins/plugin_stubs.cc', 4488 'glue/plugins/plugin_stubs.cc',
4489 ], 4489 ],
4490 }], 4490 }],
4491 ], 4491 ],
4492 }, 4492 },
4493 ], 4493 ],
4494 } 4494 }
OLDNEW
« no previous file with comments | « webkit/glue/webframe_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698