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

Side by Side Diff: base/base.gypi

Issue 10831358: Fix atomic ops on ARM to compile in NaCl untrusted targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « base/atomicops_internals_gcc.h ('k') | no next file » | 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'android/locale_utils.h', 43 'android/locale_utils.h',
44 'android/path_service_android.cc', 44 'android/path_service_android.cc',
45 'android/path_service_android.h', 45 'android/path_service_android.h',
46 'android/path_utils.cc', 46 'android/path_utils.cc',
47 'android/path_utils.h', 47 'android/path_utils.h',
48 'at_exit.cc', 48 'at_exit.cc',
49 'at_exit.h', 49 'at_exit.h',
50 'atomic_ref_count.h', 50 'atomic_ref_count.h',
51 'atomic_sequence_num.h', 51 'atomic_sequence_num.h',
52 'atomicops.h', 52 'atomicops.h',
53 'atomicops_internals_gcc.h',
53 'atomicops_internals_mac.h', 54 'atomicops_internals_mac.h',
54 'atomicops_internals_x86_gcc.cc', 55 'atomicops_internals_x86_gcc.cc',
55 'atomicops_internals_x86_gcc.h', 56 'atomicops_internals_x86_gcc.h',
56 'atomicops_internals_x86_msvc.h', 57 'atomicops_internals_x86_msvc.h',
57 'base_export.h', 58 'base_export.h',
58 'base_paths.cc', 59 'base_paths.cc',
59 'base_paths.h', 60 'base_paths.h',
60 'base_paths_android.cc', 61 'base_paths_android.cc',
61 'base_paths_android.h', 62 'base_paths_android.h',
62 'base_paths_mac.h', 63 'base_paths_mac.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 # Remove all unnecessary files for build_nexe.py to avoid exceeding 682 # Remove all unnecessary files for build_nexe.py to avoid exceeding
682 # command-line-string limitation when building NaCl on Windows. 683 # command-line-string limitation when building NaCl on Windows.
683 ['OS == "win" and >(nacl_untrusted_build)==1', { 684 ['OS == "win" and >(nacl_untrusted_build)==1', {
684 'sources/': [ ['exclude', '\\.h$'] ], 685 'sources/': [ ['exclude', '\\.h$'] ],
685 }], 686 }],
686 ], 687 ],
687 }], 688 }],
688 ], 689 ],
689 }, 690 },
690 } 691 }
OLDNEW
« no previous file with comments | « base/atomicops_internals_gcc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698