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

Side by Side Diff: base/base.gypi

Issue 21988002: Remove FileUtilProxy from the untrusted (NaCl) build of base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | base/files/file_util_proxy.cc » ('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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'sources!': [ 694 'sources!': [
695 'allocator/type_profiler_control.cc', 695 'allocator/type_profiler_control.cc',
696 'allocator/type_profiler_control.h', 696 'allocator/type_profiler_control.h',
697 'base_paths.cc', 697 'base_paths.cc',
698 'cpu.cc', 698 'cpu.cc',
699 'debug/stack_trace_posix.cc', 699 'debug/stack_trace_posix.cc',
700 'file_util.cc', 700 'file_util.cc',
701 'file_util_posix.cc', 701 'file_util_posix.cc',
702 'files/file_enumerator_posix.cc', 702 'files/file_enumerator_posix.cc',
703 'files/file_path_watcher_kqueue.cc', 703 'files/file_path_watcher_kqueue.cc',
704 'files/file_util_proxy.cc',
704 'memory/shared_memory_posix.cc', 705 'memory/shared_memory_posix.cc',
705 'native_library_posix.cc', 706 'native_library_posix.cc',
706 'path_service.cc', 707 'path_service.cc',
707 'posix/unix_domain_socket_linux.cc', 708 'posix/unix_domain_socket_linux.cc',
708 'process/kill_posix.cc', 709 'process/kill_posix.cc',
709 'process/launch_posix.cc', 710 'process/launch_posix.cc',
710 'process/process_metrics_posix.cc', 711 'process/process_metrics_posix.cc',
711 'process/process_posix.cc', 712 'process/process_posix.cc',
712 'rand_util_posix.cc', 713 'rand_util_posix.cc',
713 'scoped_native_library.cc', 714 'scoped_native_library.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 878 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
878 'sources/': [ 879 'sources/': [
879 ['exclude', '^third_party/nspr/'], 880 ['exclude', '^third_party/nspr/'],
880 ], 881 ],
881 }], 882 }],
882 ], 883 ],
883 }], 884 }],
884 ], 885 ],
885 }, 886 },
886 } 887 }
OLDNEW
« no previous file with comments | « no previous file | base/files/file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698