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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10834289: Split net::UploadData into two: for IPC and for upload handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + moved ResolveBlobRef from webkit_blob to webkit_glue Created 8 years, 4 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/resource_request_body_unittest.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
134 '<(DEPTH)/printing/printing.gyp:printing', 134 '<(DEPTH)/printing/printing.gyp:printing',
135 '<(DEPTH)/skia/skia.gyp:skia', 135 '<(DEPTH)/skia/skia.gyp:skia',
136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
139 '<(DEPTH)/ui/gl/gl.gyp:gl', 139 '<(DEPTH)/ui/gl/gl.gyp:gl',
140 '<(DEPTH)/ui/ui.gyp:ui', 140 '<(DEPTH)/ui/ui.gyp:ui',
141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
143 'blob',
143 'fileapi', 144 'fileapi',
144 'webkit_media', 145 'webkit_media',
145 'webkit_resources', 146 'webkit_resources',
146 'webkit_strings', 147 'webkit_strings',
147 'webkit_user_agent', 148 'webkit_user_agent',
148 ], 149 ],
149 'include_dirs': [ 150 'include_dirs': [
150 '<(INTERMEDIATE_DIR)', 151 '<(INTERMEDIATE_DIR)',
151 '<(SHARED_INTERMEDIATE_DIR)/webkit', 152 '<(SHARED_INTERMEDIATE_DIR)/webkit',
152 ], 153 ],
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'multi_resolution_image_resource_fetcher.h', 372 'multi_resolution_image_resource_fetcher.h',
372 'multipart_response_delegate.cc', 373 'multipart_response_delegate.cc',
373 'multipart_response_delegate.h', 374 'multipart_response_delegate.h',
374 'network_list_observer.h', 375 'network_list_observer.h',
375 'npruntime_util.cc', 376 'npruntime_util.cc',
376 'npruntime_util.h', 377 'npruntime_util.h',
377 'resource_fetcher.cc', 378 'resource_fetcher.cc',
378 'resource_fetcher.h', 379 'resource_fetcher.h',
379 'resource_loader_bridge.cc', 380 'resource_loader_bridge.cc',
380 'resource_loader_bridge.h', 381 'resource_loader_bridge.h',
382 'resource_request_body.cc',
383 'resource_request_body.h',
381 'resource_type.cc', 384 'resource_type.cc',
382 'resource_type.h', 385 'resource_type.h',
383 'scoped_clipboard_writer_glue.cc', 386 'scoped_clipboard_writer_glue.cc',
384 'scoped_clipboard_writer_glue.h', 387 'scoped_clipboard_writer_glue.h',
385 'simple_webmimeregistry_impl.cc', 388 'simple_webmimeregistry_impl.cc',
386 'simple_webmimeregistry_impl.h', 389 'simple_webmimeregistry_impl.h',
387 'webclipboard_impl.cc', 390 'webclipboard_impl.cc',
388 'webclipboard_impl.h', 391 'webclipboard_impl.h',
389 'webcookie.cc', 392 'webcookie.cc',
390 'webcookie.h', 393 'webcookie.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 }, 557 },
555 'includes': [ '../../build/grit_action.gypi' ], 558 'includes': [ '../../build/grit_action.gypi' ],
556 }, 559 },
557 ], 560 ],
558 'includes': [ '../../build/grit_target.gypi' ], 561 'includes': [ '../../build/grit_target.gypi' ],
559 }, 562 },
560 ], 563 ],
561 }], 564 }],
562 ], 565 ],
563 } 566 }
OLDNEW
« no previous file with comments | « webkit/glue/resource_request_body_unittest.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698