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

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

Issue 10854131: Remove obsolete webkit_glue::P2PTransport interface. (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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'image_decoder.h', 367 'image_decoder.h',
368 'image_resource_fetcher.cc', 368 'image_resource_fetcher.cc',
369 'image_resource_fetcher.h', 369 'image_resource_fetcher.h',
370 'multi_resolution_image_resource_fetcher.cc', 370 'multi_resolution_image_resource_fetcher.cc',
371 'multi_resolution_image_resource_fetcher.h', 371 'multi_resolution_image_resource_fetcher.h',
372 'multipart_response_delegate.cc', 372 'multipart_response_delegate.cc',
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',
378 'p2p_transport.h',
379 'resource_fetcher.cc', 377 'resource_fetcher.cc',
380 'resource_fetcher.h', 378 'resource_fetcher.h',
381 'resource_loader_bridge.cc', 379 'resource_loader_bridge.cc',
382 'resource_loader_bridge.h', 380 'resource_loader_bridge.h',
383 'resource_type.cc', 381 'resource_type.cc',
384 'resource_type.h', 382 'resource_type.h',
385 'scoped_clipboard_writer_glue.cc', 383 'scoped_clipboard_writer_glue.cc',
386 'scoped_clipboard_writer_glue.h', 384 'scoped_clipboard_writer_glue.h',
387 'simple_webmimeregistry_impl.cc', 385 'simple_webmimeregistry_impl.cc',
388 'simple_webmimeregistry_impl.h', 386 'simple_webmimeregistry_impl.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 }, 554 },
557 'includes': [ '../../build/grit_action.gypi' ], 555 'includes': [ '../../build/grit_action.gypi' ],
558 }, 556 },
559 ], 557 ],
560 'includes': [ '../../build/grit_target.gypi' ], 558 'includes': [ '../../build/grit_target.gypi' ],
561 }, 559 },
562 ], 560 ],
563 }], 561 }],
564 ], 562 ],
565 } 563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698