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

Side by Side Diff: base/base.gypi

Issue 10399100: Move FileDescriptorShuffle to base/posix. This file is very posix-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « base/base.gyp ('k') | 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ['OS != "android" or >(nacl_untrusted_build)==1', { 663 ['OS != "android" or >(nacl_untrusted_build)==1', {
664 'sources/': [ ['exclude', '^android/'] ], 664 'sources/': [ ['exclude', '^android/'] ],
665 }, 665 },
666 ], 666 ],
667 ['OS == "win" and >(nacl_untrusted_build)==0', { 667 ['OS == "win" and >(nacl_untrusted_build)==0', {
668 'include_dirs': [ 668 'include_dirs': [
669 '<(DEPTH)/third_party/wtl/include', 669 '<(DEPTH)/third_party/wtl/include',
670 ], 670 ],
671 'sources!': [ 671 'sources!': [
672 'event_recorder_stubs.cc', 672 'event_recorder_stubs.cc',
673 'file_descriptor_shuffle.cc',
674 'files/file_path_watcher_kqueue.cc', 673 'files/file_path_watcher_kqueue.cc',
675 'files/file_path_watcher_stub.cc', 674 'files/file_path_watcher_stub.cc',
676 'message_pump_libevent.cc', 675 'message_pump_libevent.cc',
676 'posix/file_descriptor_shuffle.cc',
677 # Not using sha1_win.cc because it may have caused a 677 # Not using sha1_win.cc because it may have caused a
678 # regression to page cycler moz. 678 # regression to page cycler moz.
679 'sha1_win.cc', 679 'sha1_win.cc',
680 'string16.cc', 680 'string16.cc',
681 ], 681 ],
682 },], 682 },],
683 ['OS == "linux" and >(nacl_untrusted_build)==0', { 683 ['OS == "linux" and >(nacl_untrusted_build)==0', {
684 'sources!': [ 684 'sources!': [
685 'files/file_path_watcher_kqueue.cc', 685 'files/file_path_watcher_kqueue.cc',
686 'files/file_path_watcher_stub.cc', 686 'files/file_path_watcher_stub.cc',
(...skipping 25 matching lines...) Expand all
712 # Remove all unnecessary files for build_nexe.py to avoid exceeding 712 # Remove all unnecessary files for build_nexe.py to avoid exceeding
713 # command-line-string limitation when building NaCl on Windows. 713 # command-line-string limitation when building NaCl on Windows.
714 ['OS == "win" and >(nacl_untrusted_build)==1', { 714 ['OS == "win" and >(nacl_untrusted_build)==1', {
715 'sources/': [ ['exclude', '\\.h$'] ], 715 'sources/': [ ['exclude', '\\.h$'] ],
716 }], 716 }],
717 ], 717 ],
718 }], 718 }],
719 ], 719 ],
720 }, 720 },
721 } 721 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_descriptor_shuffle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698