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

Side by Side Diff: base/base.gypi

Issue 11503013: android: Pass CPU properties from browser to renderer process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused Java native method + fix comment Created 7 years, 11 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/base.gyp ('k') | content/app/android/sandboxed_process_service.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 19 matching lines...) Expand all
30 'third_party/nspr/prtypes.h', 30 'third_party/nspr/prtypes.h',
31 'third_party/xdg_mime/xdgmime.h', 31 'third_party/xdg_mime/xdgmime.h',
32 'allocator/allocator_extension.cc', 32 'allocator/allocator_extension.cc',
33 'allocator/allocator_extension.h', 33 'allocator/allocator_extension.h',
34 'allocator/type_profiler_control.cc', 34 'allocator/type_profiler_control.cc',
35 'allocator/type_profiler_control.h', 35 'allocator/type_profiler_control.h',
36 'android/base_jni_registrar.cc', 36 'android/base_jni_registrar.cc',
37 'android/base_jni_registrar.h', 37 'android/base_jni_registrar.h',
38 'android/build_info.cc', 38 'android/build_info.cc',
39 'android/build_info.h', 39 'android/build_info.h',
40 'android/cpu_features.cc',
40 'android/scoped_java_ref.cc', 41 'android/scoped_java_ref.cc',
41 'android/scoped_java_ref.h', 42 'android/scoped_java_ref.h',
42 'android/jni_android.cc', 43 'android/jni_android.cc',
43 'android/jni_android.h', 44 'android/jni_android.h',
44 'android/jni_array.cc', 45 'android/jni_array.cc',
45 'android/jni_array.h', 46 'android/jni_array.h',
46 'android/jni_helper.cc', 47 'android/jni_helper.cc',
47 'android/jni_helper.h', 48 'android/jni_helper.h',
48 'android/jni_registrar.cc', 49 'android/jni_registrar.cc',
49 'android/jni_registrar.h', 50 'android/jni_registrar.h',
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 739 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
739 'sources/': [ 740 'sources/': [
740 ['exclude', '^third_party/nspr/'], 741 ['exclude', '^third_party/nspr/'],
741 ], 742 ],
742 }], 743 }],
743 ], 744 ],
744 }], 745 }],
745 ], 746 ],
746 }, 747 },
747 } 748 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | content/app/android/sandboxed_process_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698