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

Side by Side Diff: base/base.gypi

Issue 11729002: Set Realtime Audio Thread priority on Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to land Created 7 years, 10 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
« no previous file with comments | « base/base.gyp ('k') | base/threading/platform_thread_posix.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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'android/jni_registrar.cc', 49 'android/jni_registrar.cc',
50 'android/jni_registrar.h', 50 'android/jni_registrar.h',
51 'android/jni_string.cc', 51 'android/jni_string.cc',
52 'android/jni_string.h', 52 'android/jni_string.h',
53 'android/locale_utils.cc', 53 'android/locale_utils.cc',
54 'android/locale_utils.h', 54 'android/locale_utils.h',
55 'android/path_service_android.cc', 55 'android/path_service_android.cc',
56 'android/path_service_android.h', 56 'android/path_service_android.h',
57 'android/path_utils.cc', 57 'android/path_utils.cc',
58 'android/path_utils.h', 58 'android/path_utils.h',
59 'android/thread_utils.h',
59 'at_exit.cc', 60 'at_exit.cc',
60 'at_exit.h', 61 'at_exit.h',
61 'atomic_ref_count.h', 62 'atomic_ref_count.h',
62 'atomic_sequence_num.h', 63 'atomic_sequence_num.h',
63 'atomicops.h', 64 'atomicops.h',
64 'atomicops_internals_gcc.h', 65 'atomicops_internals_gcc.h',
65 'atomicops_internals_mac.h', 66 'atomicops_internals_mac.h',
66 'atomicops_internals_tsan.h', 67 'atomicops_internals_tsan.h',
67 'atomicops_internals_x86_gcc.cc', 68 'atomicops_internals_x86_gcc.cc',
68 'atomicops_internals_x86_gcc.h', 69 'atomicops_internals_x86_gcc.h',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
749 'sources/': [ 750 'sources/': [
750 ['exclude', '^third_party/nspr/'], 751 ['exclude', '^third_party/nspr/'],
751 ], 752 ],
752 }], 753 }],
753 ], 754 ],
754 }], 755 }],
755 ], 756 ],
756 }, 757 },
757 } 758 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/threading/platform_thread_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698