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

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

Issue 7713021: Add SetProperty() in the PPB_Transport_Dev interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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
« no previous file with comments | « webkit/glue/p2p_transport.cc ('k') | webkit/plugins/ppapi/ppb_transport_impl.h » ('j') | 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'idb_bindings.cc', 354 'idb_bindings.cc',
355 'idb_bindings.h', 355 'idb_bindings.h',
356 'image_decoder.cc', 356 'image_decoder.cc',
357 'image_decoder.h', 357 'image_decoder.h',
358 'image_resource_fetcher.cc', 358 'image_resource_fetcher.cc',
359 'image_resource_fetcher.h', 359 'image_resource_fetcher.h',
360 'multipart_response_delegate.cc', 360 'multipart_response_delegate.cc',
361 'multipart_response_delegate.h', 361 'multipart_response_delegate.h',
362 'npruntime_util.cc', 362 'npruntime_util.cc',
363 'npruntime_util.h', 363 'npruntime_util.h',
364 'p2p_transport.cc',
364 'p2p_transport.h', 365 'p2p_transport.h',
365 'password_form.cc', 366 'password_form.cc',
366 'password_form.h', 367 'password_form.h',
367 'password_form_dom_manager.cc', 368 'password_form_dom_manager.cc',
368 'password_form_dom_manager.h', 369 'password_form_dom_manager.h',
369 'resource_fetcher.cc', 370 'resource_fetcher.cc',
370 'resource_fetcher.h', 371 'resource_fetcher.h',
371 'resource_loader_bridge.cc', 372 'resource_loader_bridge.cc',
372 'resource_loader_bridge.h', 373 'resource_loader_bridge.h',
373 'resource_type.cc', 374 'resource_type.cc',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 }, 535 },
535 'includes': [ '../../build/grit_action.gypi' ], 536 'includes': [ '../../build/grit_action.gypi' ],
536 }, 537 },
537 ], 538 ],
538 'includes': [ '../../build/grit_target.gypi' ], 539 'includes': [ '../../build/grit_target.gypi' ],
539 }, 540 },
540 ], 541 ],
541 }], 542 }],
542 ], 543 ],
543 } 544 }
OLDNEW
« no previous file with comments | « webkit/glue/p2p_transport.cc ('k') | webkit/plugins/ppapi/ppb_transport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698