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

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: Created 8 years 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
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 11 matching lines...) Expand all
22 'third_party/nspr/prcpucfg_linux.h', 22 'third_party/nspr/prcpucfg_linux.h',
23 'third_party/xdg_mime/xdgmime.h', 23 'third_party/xdg_mime/xdgmime.h',
24 'allocator/allocator_extension.cc', 24 'allocator/allocator_extension.cc',
25 'allocator/allocator_extension.h', 25 'allocator/allocator_extension.h',
26 'allocator/type_profiler_control.cc', 26 'allocator/type_profiler_control.cc',
27 'allocator/type_profiler_control.h', 27 'allocator/type_profiler_control.h',
28 'android/base_jni_registrar.cc', 28 'android/base_jni_registrar.cc',
29 'android/base_jni_registrar.h', 29 'android/base_jni_registrar.h',
30 'android/build_info.cc', 30 'android/build_info.cc',
31 'android/build_info.h', 31 'android/build_info.h',
32 'android/cpu_features.cc',
32 'android/scoped_java_ref.cc', 33 'android/scoped_java_ref.cc',
33 'android/scoped_java_ref.h', 34 'android/scoped_java_ref.h',
34 'android/jni_android.cc', 35 'android/jni_android.cc',
35 'android/jni_android.h', 36 'android/jni_android.h',
36 'android/jni_array.cc', 37 'android/jni_array.cc',
37 'android/jni_array.h', 38 'android/jni_array.h',
38 'android/jni_helper.cc', 39 'android/jni_helper.cc',
39 'android/jni_helper.h', 40 'android/jni_helper.h',
40 'android/jni_registrar.cc', 41 'android/jni_registrar.cc',
41 'android/jni_registrar.h', 42 'android/jni_registrar.h',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 # Remove all unnecessary files for build_nexe.py to avoid exceeding 721 # Remove all unnecessary files for build_nexe.py to avoid exceeding
721 # command-line-string limitation when building NaCl on Windows. 722 # command-line-string limitation when building NaCl on Windows.
722 ['OS == "win" and >(nacl_untrusted_build)==1', { 723 ['OS == "win" and >(nacl_untrusted_build)==1', {
723 'sources/': [ ['exclude', '\\.h$'] ], 724 'sources/': [ ['exclude', '\\.h$'] ],
724 }], 725 }],
725 ], 726 ],
726 }], 727 }],
727 ], 728 ],
728 }, 729 },
729 } 730 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698