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 17779003: Port base/files/file_util_proxy to Native Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment tweaks. Created 7 years, 5 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 ], 683 ],
684 ['>(nacl_untrusted_build)==1', { 684 ['>(nacl_untrusted_build)==1', {
685 'sources!': [ 685 'sources!': [
686 'allocator/type_profiler_control.cc', 686 'allocator/type_profiler_control.cc',
687 'allocator/type_profiler_control.h', 687 'allocator/type_profiler_control.h',
688 'base_paths.cc', 688 'base_paths.cc',
689 'cpu.cc', 689 'cpu.cc',
690 'debug/stack_trace_posix.cc', 690 'debug/stack_trace_posix.cc',
691 'file_util.cc', 691 'file_util.cc',
692 'file_util_posix.cc', 692 'file_util_posix.cc',
693 'file_util_proxy.cc',
694 'files/file_enumerator_posix.cc', 693 'files/file_enumerator_posix.cc',
695 'files/file_path_watcher_kqueue.cc', 694 'files/file_path_watcher_kqueue.cc',
696 'memory/shared_memory_posix.cc', 695 'memory/shared_memory_posix.cc',
697 'native_library_posix.cc', 696 'native_library_posix.cc',
698 'path_service.cc', 697 'path_service.cc',
699 'platform_file_posix.cc',
700 'posix/unix_domain_socket_linux.cc', 698 'posix/unix_domain_socket_linux.cc',
701 'process/kill_posix.cc', 699 'process/kill_posix.cc',
702 'process_posix.cc', 700 'process_posix.cc',
703 'process_util.cc', 701 'process_util.cc',
704 'process_util_posix.cc', 702 'process_util_posix.cc',
705 'rand_util_posix.cc', 703 'rand_util_posix.cc',
706 'scoped_native_library.cc', 704 'scoped_native_library.cc',
707 'files/scoped_temp_dir.cc', 705 'files/scoped_temp_dir.cc',
708 'sys_info_posix.cc', 706 'sys_info_posix.cc',
709 'third_party/dynamic_annotations/dynamic_annotations.c', 707 'third_party/dynamic_annotations/dynamic_annotations.c',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 868 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
871 'sources/': [ 869 'sources/': [
872 ['exclude', '^third_party/nspr/'], 870 ['exclude', '^third_party/nspr/'],
873 ], 871 ],
874 }], 872 }],
875 ], 873 ],
876 }], 874 }],
877 ], 875 ],
878 }, 876 },
879 } 877 }
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