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

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

Issue 6676101: Add P2PTransport interface in webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 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
« webkit/glue/p2p_transport.h ('K') | « webkit/glue/p2p_transport.h ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'idb_bindings.cc', 396 'idb_bindings.cc',
397 'idb_bindings.h', 397 'idb_bindings.h',
398 'image_decoder.cc', 398 'image_decoder.cc',
399 'image_decoder.h', 399 'image_decoder.h',
400 'image_resource_fetcher.cc', 400 'image_resource_fetcher.cc',
401 'image_resource_fetcher.h', 401 'image_resource_fetcher.h',
402 'multipart_response_delegate.cc', 402 'multipart_response_delegate.cc',
403 'multipart_response_delegate.h', 403 'multipart_response_delegate.h',
404 'npruntime_util.cc', 404 'npruntime_util.cc',
405 'npruntime_util.h', 405 'npruntime_util.h',
406 'p2p_transport.h',
406 'password_form.cc', 407 'password_form.cc',
407 'password_form.h', 408 'password_form.h',
408 'password_form_dom_manager.cc', 409 'password_form_dom_manager.cc',
409 'password_form_dom_manager.h', 410 'password_form_dom_manager.h',
410 'resource_fetcher.cc', 411 'resource_fetcher.cc',
411 'resource_fetcher.h', 412 'resource_fetcher.h',
412 'resource_loader_bridge.cc', 413 'resource_loader_bridge.cc',
413 'resource_loader_bridge.h', 414 'resource_loader_bridge.h',
414 'resource_type.h', 415 'resource_type.h',
415 'scoped_clipboard_writer_glue.h', 416 'scoped_clipboard_writer_glue.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'conditions': [ 583 'conditions': [
583 ['OS=="win"', { 584 ['OS=="win"', {
584 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 585 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
585 }], 586 }],
586 ], 587 ],
587 }, 588 },
588 ], 589 ],
589 }], 590 }],
590 ], 591 ],
591 } 592 }
OLDNEW
« webkit/glue/p2p_transport.h ('K') | « webkit/glue/p2p_transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698