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

Side by Side Diff: base/base.gypi

Issue 299703016: Gate disabling nacl code on proper gyp flags, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix guard on flags code Created 6 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 | « no previous file | build/build_config.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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'rand_util_posix.cc', 765 'rand_util_posix.cc',
766 'scoped_native_library.cc', 766 'scoped_native_library.cc',
767 'files/scoped_temp_dir.cc', 767 'files/scoped_temp_dir.cc',
768 'sys_info_posix.cc', 768 'sys_info_posix.cc',
769 'third_party/dynamic_annotations/dynamic_annotations.c', 769 'third_party/dynamic_annotations/dynamic_annotations.c',
770 ], 770 ],
771 'sources/': [ 771 'sources/': [
772 ['include', '^threading/platform_thread_linux\\.cc$'], 772 ['include', '^threading/platform_thread_linux\\.cc$'],
773 ], 773 ],
774 }], 774 }],
775 ['OS == "android" and _toolset == "target"', { 775 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', {
776 'sources': [ 776 'sources': [
777 'memory/discardable_memory_ashmem_allocator.cc', 777 'memory/discardable_memory_ashmem_allocator.cc',
778 'memory/discardable_memory_ashmem_allocator.h', 778 'memory/discardable_memory_ashmem_allocator.h',
779 'memory/discardable_memory_ashmem.cc', 779 'memory/discardable_memory_ashmem.cc',
780 'memory/discardable_memory_ashmem.h', 780 'memory/discardable_memory_ashmem.h',
781 ], 781 ],
782 }], 782 }],
783 ['OS == "android" and >(nacl_untrusted_build)==0', { 783 ['OS == "android" and >(nacl_untrusted_build)==0', {
784 'sources!': [ 784 'sources!': [
785 'base_paths_posix.cc', 785 'base_paths_posix.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'i18n/time_formatting.h', 967 'i18n/time_formatting.h',
968 'i18n/timezone.cc', 968 'i18n/timezone.cc',
969 'i18n/timezone.h', 969 'i18n/timezone.h',
970 'i18n/utf8_validator_tables.cc', 970 'i18n/utf8_validator_tables.cc',
971 'i18n/utf8_validator_tables.h', 971 'i18n/utf8_validator_tables.h',
972 ], 972 ],
973 }] 973 }]
974 ], 974 ],
975 }, 975 },
976 } 976 }
OLDNEW
« no previous file with comments | « no previous file | build/build_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698