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

Side by Side Diff: base/base.gyp

Issue 100127: POSIX: Add code for shuffling file descriptors. (Closed)
Patch Set: ... Created 11 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
« no previous file with comments | « no previous file | base/file_descriptor_shuffle.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'debug_util_posix.cc', 87 'debug_util_posix.cc',
88 'debug_util_win.cc', 88 'debug_util_win.cc',
89 'directory_watcher.h', 89 'directory_watcher.h',
90 'directory_watcher_inotify.cc', 90 'directory_watcher_inotify.cc',
91 'directory_watcher_win.cc', 91 'directory_watcher_win.cc',
92 'event_recorder.cc', 92 'event_recorder.cc',
93 'event_recorder.h', 93 'event_recorder.h',
94 'event_recorder_stubs.cc', 94 'event_recorder_stubs.cc',
95 'field_trial.cc', 95 'field_trial.cc',
96 'field_trial.h', 96 'field_trial.h',
97 'file_descriptor_shuffle.cc',
98 'file_descriptor_shuffle.h',
97 'file_path.cc', 99 'file_path.cc',
98 'file_path.h', 100 'file_path.h',
99 'file_util.cc', 101 'file_util.cc',
100 'file_util.h', 102 'file_util.h',
101 'file_util_icu.cc', 103 'file_util_icu.cc',
102 'file_util_linux.cc', 104 'file_util_linux.cc',
103 'file_util_mac.mm', 105 'file_util_mac.mm',
104 'file_util_posix.cc', 106 'file_util_posix.cc',
105 'file_util_win.cc', 107 'file_util_win.cc',
106 'file_version_info.cc', 108 'file_version_info.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'crypto/cssm_init.h', 440 'crypto/cssm_init.h',
439 ], 441 ],
440 } 442 }
441 ], 443 ],
442 [ 'OS == "win"', { 444 [ 'OS == "win"', {
443 'sources/': [ ['exclude', '_(linux|mac|posix)\\.cc$'], 445 'sources/': [ ['exclude', '_(linux|mac|posix)\\.cc$'],
444 ['exclude', '\\.mm?$' ] ], 446 ['exclude', '\\.mm?$' ] ],
445 'sources!': [ 447 'sources!': [
446 'data_pack.cc', 448 'data_pack.cc',
447 'event_recorder_stubs.cc', 449 'event_recorder_stubs.cc',
450 'file_descriptor_shuffle.cc',
448 'message_pump_libevent.cc', 451 'message_pump_libevent.cc',
449 'string16.cc', 452 'string16.cc',
450 ], 453 ],
451 }, 454 },
452 { # else: OS != "win" 455 { # else: OS != "win"
453 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 456 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
454 'sources!': [ 457 'sources!': [
455 'third_party/purify/pure_api.c', 458 'third_party/purify/pure_api.c',
456 'base_drag_source.cc', 459 'base_drag_source.cc',
457 'base_drop_target.cc', 460 'base_drop_target.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'gfx/rect_unittest.cc', 553 'gfx/rect_unittest.cc',
551 'at_exit_unittest.cc', 554 'at_exit_unittest.cc',
552 'atomicops_unittest.cc', 555 'atomicops_unittest.cc',
553 'clipboard_unittest.cc', 556 'clipboard_unittest.cc',
554 'command_line_unittest.cc', 557 'command_line_unittest.cc',
555 'condition_variable_unittest.cc', 558 'condition_variable_unittest.cc',
556 'data_pack_unittest.cc', 559 'data_pack_unittest.cc',
557 'debug_util_unittest.cc', 560 'debug_util_unittest.cc',
558 'directory_watcher_unittest.cc', 561 'directory_watcher_unittest.cc',
559 'field_trial_unittest.cc', 562 'field_trial_unittest.cc',
563 'file_descriptor_shuffle_unittest.cc',
560 'file_path_unittest.cc', 564 'file_path_unittest.cc',
561 'file_util_unittest.cc', 565 'file_util_unittest.cc',
562 'file_version_info_unittest.cc', 566 'file_version_info_unittest.cc',
563 'histogram_unittest.cc', 567 'histogram_unittest.cc',
564 'hmac_unittest.cc', 568 'hmac_unittest.cc',
565 'idletimer_unittest.cc', 569 'idletimer_unittest.cc',
566 'json_reader_unittest.cc', 570 'json_reader_unittest.cc',
567 'json_writer_unittest.cc', 571 'json_writer_unittest.cc',
568 'lazy_instance_unittest.cc', 572 'lazy_instance_unittest.cc',
569 'linked_ptr_unittest.cc', 573 'linked_ptr_unittest.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 ], 655 ],
652 }], 656 }],
653 # This is needed to trigger the dll copy step on windows. 657 # This is needed to trigger the dll copy step on windows.
654 # TODO(mark): This should not be necessary. 658 # TODO(mark): This should not be necessary.
655 ['OS == "win"', { 659 ['OS == "win"', {
656 'dependencies': [ 660 'dependencies': [
657 '../third_party/icu38/icu38.gyp:icudata', 661 '../third_party/icu38/icu38.gyp:icudata',
658 ], 662 ],
659 'sources!': [ 663 'sources!': [
660 'data_pack_unittest.cc', 664 'data_pack_unittest.cc',
665 'file_descriptor_shuffle_unittest.cc',
661 ], 666 ],
662 }, { # OS != "win" 667 }, { # OS != "win"
663 'sources!': [ 668 'sources!': [
664 'gfx/native_theme_unittest.cc', 669 'gfx/native_theme_unittest.cc',
665 'object_watcher_unittest.cc', 670 'object_watcher_unittest.cc',
666 'pe_image_unittest.cc', 671 'pe_image_unittest.cc',
667 'scoped_bstr_win_unittest.cc', 672 'scoped_bstr_win_unittest.cc',
668 'scoped_comptr_win_unittest.cc', 673 'scoped_comptr_win_unittest.cc',
669 'scoped_variant_win_unittest.cc', 674 'scoped_variant_win_unittest.cc',
670 'system_monitor_unittest.cc', 675 'system_monitor_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'target_name': 'debug_message', 716 'target_name': 'debug_message',
712 'type': 'executable', 717 'type': 'executable',
713 'sources': [ 718 'sources': [
714 'debug_message.cc', 719 'debug_message.cc',
715 ], 720 ],
716 }, 721 },
717 ], 722 ],
718 }], 723 }],
719 ], 724 ],
720 } 725 }
OLDNEW
« no previous file with comments | « no previous file | base/file_descriptor_shuffle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698