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

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, 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) 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'idb_bindings.cc', 356 'idb_bindings.cc',
357 'idb_bindings.h', 357 'idb_bindings.h',
358 'image_decoder.cc', 358 'image_decoder.cc',
359 'image_decoder.h', 359 'image_decoder.h',
360 'image_resource_fetcher.cc', 360 'image_resource_fetcher.cc',
361 'image_resource_fetcher.h', 361 'image_resource_fetcher.h',
362 'multipart_response_delegate.cc', 362 'multipart_response_delegate.cc',
363 'multipart_response_delegate.h', 363 'multipart_response_delegate.h',
364 'npruntime_util.cc', 364 'npruntime_util.cc',
365 'npruntime_util.h', 365 'npruntime_util.h',
366 'p2p_transport.cc',
366 'p2p_transport.h', 367 'p2p_transport.h',
367 'password_form.cc', 368 'password_form.cc',
368 'password_form.h', 369 'password_form.h',
369 'password_form_dom_manager.cc', 370 'password_form_dom_manager.cc',
370 'password_form_dom_manager.h', 371 'password_form_dom_manager.h',
371 'resource_fetcher.cc', 372 'resource_fetcher.cc',
372 'resource_fetcher.h', 373 'resource_fetcher.h',
373 'resource_loader_bridge.cc', 374 'resource_loader_bridge.cc',
374 'resource_loader_bridge.h', 375 'resource_loader_bridge.h',
375 'resource_type.cc', 376 'resource_type.cc',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 }, 537 },
537 'includes': [ '../../build/grit_action.gypi' ], 538 'includes': [ '../../build/grit_action.gypi' ],
538 }, 539 },
539 ], 540 ],
540 'includes': [ '../../build/grit_target.gypi' ], 541 'includes': [ '../../build/grit_target.gypi' ],
541 }, 542 },
542 ], 543 ],
543 }], 544 }],
544 ], 545 ],
545 } 546 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698