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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('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) 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 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'tests/test_x509_certificate_private.cc', 436 'tests/test_x509_certificate_private.cc',
437 'tests/test_x509_certificate_private.h', 437 'tests/test_x509_certificate_private.h',
438 438
439 # Deprecated test cases. 439 # Deprecated test cases.
440 'tests/test_instance_deprecated.cc', 440 'tests/test_instance_deprecated.cc',
441 'tests/test_instance_deprecated.h', 441 'tests/test_instance_deprecated.h',
442 'tests/test_var_deprecated.cc', 442 'tests/test_var_deprecated.cc',
443 'tests/test_var_deprecated.h', 443 'tests/test_var_deprecated.h',
444 ], 444 ],
445 }, 445 },
446 'conditions': [
447 ['p2p_apis==1', {
448 'variables': {
449 'c_source_files': [
450 'c/dev/ppb_transport_dev.h',
451 ],
452 'cpp_source_files': [
453 'cpp/dev/transport_dev.cc',
454 'cpp/dev/transport_dev.h',
455 ],
456 },
457 }],
458 ],
459 } 446 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698