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

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: 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'webthemeengine_impl_android.cc', 422 'webthemeengine_impl_android.cc',
423 'webthemeengine_impl_android.h', 423 'webthemeengine_impl_android.h',
424 'webthemeengine_impl_linux.cc', 424 'webthemeengine_impl_linux.cc',
425 'webthemeengine_impl_linux.h', 425 'webthemeengine_impl_linux.h',
426 'webthemeengine_impl_mac.cc', 426 'webthemeengine_impl_mac.cc',
427 'webthemeengine_impl_mac.h', 427 'webthemeengine_impl_mac.h',
428 'webthemeengine_impl_win.cc', 428 'webthemeengine_impl_win.cc',
429 'webthemeengine_impl_win.h', 429 'webthemeengine_impl_win.h',
430 'webthread_impl.h', 430 'webthread_impl.h',
431 'webthread_impl.cc', 431 'webthread_impl.cc',
432 'webupload_data.cc',
433 'webupload_data.h',
432 'weburlloader_impl.cc', 434 'weburlloader_impl.cc',
433 'weburlloader_impl.h', 435 'weburlloader_impl.h',
434 'weburlrequest_extradata_impl.cc', 436 'weburlrequest_extradata_impl.cc',
435 'weburlrequest_extradata_impl.h', 437 'weburlrequest_extradata_impl.h',
436 'weburlresponse_extradata_impl.cc', 438 'weburlresponse_extradata_impl.cc',
437 'weburlresponse_extradata_impl.h', 439 'weburlresponse_extradata_impl.h',
438 'web_intent_data.cc', 440 'web_intent_data.cc',
439 'web_intent_data.h', 441 'web_intent_data.h',
440 'web_intent_reply_data.h', 442 'web_intent_reply_data.h',
441 'web_intent_service_data.cc', 443 'web_intent_service_data.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 }, 556 },
555 'includes': [ '../../build/grit_action.gypi' ], 557 'includes': [ '../../build/grit_action.gypi' ],
556 }, 558 },
557 ], 559 ],
558 'includes': [ '../../build/grit_target.gypi' ], 560 'includes': [ '../../build/grit_target.gypi' ],
559 }, 561 },
560 ], 562 ],
561 }], 563 }],
562 ], 564 ],
563 } 565 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698