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

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: more comments Created 9 years, 8 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'idb_bindings.cc', 397 'idb_bindings.cc',
398 'idb_bindings.h', 398 'idb_bindings.h',
399 'image_decoder.cc', 399 'image_decoder.cc',
400 'image_decoder.h', 400 'image_decoder.h',
401 'image_resource_fetcher.cc', 401 'image_resource_fetcher.cc',
402 'image_resource_fetcher.h', 402 'image_resource_fetcher.h',
403 'multipart_response_delegate.cc', 403 'multipart_response_delegate.cc',
404 'multipart_response_delegate.h', 404 'multipart_response_delegate.h',
405 'npruntime_util.cc', 405 'npruntime_util.cc',
406 'npruntime_util.h', 406 'npruntime_util.h',
407 'p2p_transport.h',
407 'password_form.cc', 408 'password_form.cc',
408 'password_form.h', 409 'password_form.h',
409 'password_form_dom_manager.cc', 410 'password_form_dom_manager.cc',
410 'password_form_dom_manager.h', 411 'password_form_dom_manager.h',
411 'resource_fetcher.cc', 412 'resource_fetcher.cc',
412 'resource_fetcher.h', 413 'resource_fetcher.h',
413 'resource_loader_bridge.cc', 414 'resource_loader_bridge.cc',
414 'resource_loader_bridge.h', 415 'resource_loader_bridge.h',
415 'resource_type.h', 416 'resource_type.h',
416 'scoped_clipboard_writer_glue.h', 417 'scoped_clipboard_writer_glue.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'conditions': [ 584 'conditions': [
584 ['OS=="win"', { 585 ['OS=="win"', {
585 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 586 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
586 }], 587 }],
587 ], 588 ],
588 }, 589 },
589 ], 590 ],
590 }], 591 }],
591 ], 592 ],
592 } 593 }
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