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

Side by Side Diff: base/base.gypi

Issue 14373019: Add base/android/activity_status.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Marcus' nits + formatting Created 7 years, 8 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
« base/base.gyp ('K') | « base/base.gyp ('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 15 matching lines...) Expand all
26 'third_party/nspr/prcpucfg_solaris.h', 26 'third_party/nspr/prcpucfg_solaris.h',
27 'third_party/nspr/prcpucfg_win.h', 27 'third_party/nspr/prcpucfg_win.h',
28 'third_party/nspr/prtime.cc', 28 'third_party/nspr/prtime.cc',
29 'third_party/nspr/prtime.h', 29 'third_party/nspr/prtime.h',
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/activity_status.cc',
37 'android/activity_status.h',
36 'android/base_jni_registrar.cc', 38 'android/base_jni_registrar.cc',
37 'android/base_jni_registrar.h', 39 'android/base_jni_registrar.h',
38 'android/build_info.cc', 40 'android/build_info.cc',
39 'android/build_info.h', 41 'android/build_info.h',
40 'android/cpu_features.cc', 42 'android/cpu_features.cc',
41 'android/important_file_writer_android.cc', 43 'android/important_file_writer_android.cc',
42 'android/important_file_writer_android.h', 44 'android/important_file_writer_android.h',
43 'android/scoped_java_ref.cc', 45 'android/scoped_java_ref.cc',
44 'android/scoped_java_ref.h', 46 'android/scoped_java_ref.h',
45 'android/jni_android.cc', 47 'android/jni_android.cc',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 777 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
776 'sources/': [ 778 'sources/': [
777 ['exclude', '^third_party/nspr/'], 779 ['exclude', '^third_party/nspr/'],
778 ], 780 ],
779 }], 781 }],
780 ], 782 ],
781 }], 783 }],
782 ], 784 ],
783 }, 785 },
784 } 786 }
OLDNEW
« base/base.gyp ('K') | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698