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

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: fixes 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
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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'multipart_response_delegate.h', 373 'multipart_response_delegate.h',
374 'network_list_observer.h', 374 'network_list_observer.h',
375 'npruntime_util.cc', 375 'npruntime_util.cc',
376 'npruntime_util.h', 376 'npruntime_util.h',
377 'p2p_transport.cc', 377 'p2p_transport.cc',
378 'p2p_transport.h', 378 'p2p_transport.h',
379 'resource_fetcher.cc', 379 'resource_fetcher.cc',
380 'resource_fetcher.h', 380 'resource_fetcher.h',
381 'resource_loader_bridge.cc', 381 'resource_loader_bridge.cc',
382 'resource_loader_bridge.h', 382 'resource_loader_bridge.h',
383 'resource_request_body.cc',
384 'resource_request_body.h',
383 'resource_type.cc', 385 'resource_type.cc',
384 'resource_type.h', 386 'resource_type.h',
385 'scoped_clipboard_writer_glue.cc', 387 'scoped_clipboard_writer_glue.cc',
386 'scoped_clipboard_writer_glue.h', 388 'scoped_clipboard_writer_glue.h',
387 'simple_webmimeregistry_impl.cc', 389 'simple_webmimeregistry_impl.cc',
388 'simple_webmimeregistry_impl.h', 390 'simple_webmimeregistry_impl.h',
389 'webclipboard_impl.cc', 391 'webclipboard_impl.cc',
390 'webclipboard_impl.h', 392 'webclipboard_impl.h',
391 'webcookie.cc', 393 'webcookie.cc',
392 'webcookie.h', 394 'webcookie.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 }, 558 },
557 'includes': [ '../../build/grit_action.gypi' ], 559 'includes': [ '../../build/grit_action.gypi' ],
558 }, 560 },
559 ], 561 ],
560 'includes': [ '../../build/grit_target.gypi' ], 562 'includes': [ '../../build/grit_target.gypi' ],
561 }, 563 },
562 ], 564 ],
563 }], 565 }],
564 ], 566 ],
565 } 567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698