OLD | NEW |
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 'at_exit.cc', | 22 'at_exit.cc', |
23 'at_exit.h', | 23 'at_exit.h', |
24 'atomic_ref_count.h', | 24 'atomic_ref_count.h', |
25 'atomic_sequence_num.h', | 25 'atomic_sequence_num.h', |
26 'atomicops.h', | 26 'atomicops.h', |
27 'atomicops_internals_x86_gcc.cc', | 27 'atomicops_internals_x86_gcc.cc', |
28 'atomicops_internals_x86_msvc.h', | 28 'atomicops_internals_x86_msvc.h', |
| 29 'base_api.h', |
29 'base_paths.cc', | 30 'base_paths.cc', |
30 'base_paths.h', | 31 'base_paths.h', |
31 'base_paths_mac.h', | 32 'base_paths_mac.h', |
32 'base_paths_mac.mm', | 33 'base_paths_mac.mm', |
33 'base_paths_linux.cc', | 34 'base_paths_linux.cc', |
34 'base_paths_win.cc', | 35 'base_paths_win.cc', |
35 'base_paths_win.h', | 36 'base_paths_win.h', |
36 'base_switches.cc', | 37 'base_switches.cc', |
37 'base_switches.h', | 38 'base_switches.h', |
38 'basictypes.h', | 39 'basictypes.h', |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 'third_party/xdg_mime/xdgmimemagic.c', | 752 'third_party/xdg_mime/xdgmimemagic.c', |
752 'third_party/xdg_mime/xdgmimemagic.h', | 753 'third_party/xdg_mime/xdgmimemagic.h', |
753 'third_party/xdg_mime/xdgmimeparent.c', | 754 'third_party/xdg_mime/xdgmimeparent.c', |
754 'third_party/xdg_mime/xdgmimeparent.h', | 755 'third_party/xdg_mime/xdgmimeparent.h', |
755 ], | 756 ], |
756 }, | 757 }, |
757 ], | 758 ], |
758 }], | 759 }], |
759 ], | 760 ], |
760 } | 761 } |
OLD | NEW |