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

Side by Side Diff: base/base.gypi

Issue 7828084: Refactor ScopedJavaRef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: operator= docs Created 9 years, 3 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
12 ['base_target==1', { 12 ['base_target==1', {
13 'sources': [ 13 'sources': [
14 '../build/build_config.h', 14 '../build/build_config.h',
15 'third_party/dmg_fp/dmg_fp.h', 15 'third_party/dmg_fp/dmg_fp.h',
16 'third_party/dmg_fp/g_fmt.cc', 16 'third_party/dmg_fp/g_fmt.cc',
17 'third_party/dmg_fp/dtoa_wrapper.cc', 17 'third_party/dmg_fp/dtoa_wrapper.cc',
18 'third_party/icu/icu_utf.cc', 18 'third_party/icu/icu_utf.cc',
19 'third_party/icu/icu_utf.h', 19 'third_party/icu/icu_utf.h',
20 'third_party/nspr/prtime.cc', 20 'third_party/nspr/prtime.cc',
21 'third_party/nspr/prtime.h', 21 'third_party/nspr/prtime.h',
22 'android/scoped_java_global_reference.h', 22 'android/scoped_java_ref.cc',
23 'android/scoped_java_reference.h', 23 'android/scoped_java_ref.h',
24 'android/jni_android.cc',
25 'android/jni_android.h',
26 'android/jni_array.cc',
27 'android/jni_array.h',
28 'android/jni_string.cc',
29 'android/jni_string.h',
30 'android/path_utils.cc',
31 'android/path_utils.h',
24 'at_exit.cc', 32 'at_exit.cc',
25 'at_exit.h', 33 'at_exit.h',
26 'atomic_ref_count.h', 34 'atomic_ref_count.h',
27 'atomic_sequence_num.h', 35 'atomic_sequence_num.h',
28 'atomicops.h', 36 'atomicops.h',
29 'atomicops_internals_x86_gcc.cc', 37 'atomicops_internals_x86_gcc.cc',
30 'atomicops_internals_x86_msvc.h', 38 'atomicops_internals_x86_msvc.h',
31 'base_export.h', 39 'base_export.h',
32 'base_paths.cc', 40 'base_paths.cc',
33 'base_paths.h', 41 'base_paths.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'third_party/xdg_mime/xdgmimemagic.c', 719 'third_party/xdg_mime/xdgmimemagic.c',
712 'third_party/xdg_mime/xdgmimemagic.h', 720 'third_party/xdg_mime/xdgmimemagic.h',
713 'third_party/xdg_mime/xdgmimeparent.c', 721 'third_party/xdg_mime/xdgmimeparent.c',
714 'third_party/xdg_mime/xdgmimeparent.h', 722 'third_party/xdg_mime/xdgmimeparent.h',
715 ], 723 ],
716 }, 724 },
717 ], 725 ],
718 }], 726 }],
719 ], 727 ],
720 } 728 }
OLDNEW
« base/android/jni_array.cc ('K') | « base/base.gyp ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698