| 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_export.h', |
| 30 'base_paths.cc', | 30 'base_paths.cc', |
| 31 'base_paths.h', | 31 'base_paths.h', |
| 32 'base_paths_mac.h', | 32 'base_paths_mac.h', |
| 33 'base_paths_mac.mm', | 33 'base_paths_mac.mm', |
| 34 'base_paths_linux.cc', | 34 'base_paths_linux.cc', |
| 35 'base_paths_win.cc', | 35 'base_paths_win.cc', |
| 36 'base_paths_win.h', | 36 'base_paths_win.h', |
| 37 'basictypes.h', | 37 'basictypes.h', |
| 38 'bind.h', | 38 'bind.h', |
| 39 'bind_helpers.h', | 39 'bind_helpers.h', |
| (...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 'third_party/xdg_mime/xdgmimemagic.c', | 705 'third_party/xdg_mime/xdgmimemagic.c', |
| 706 'third_party/xdg_mime/xdgmimemagic.h', | 706 'third_party/xdg_mime/xdgmimemagic.h', |
| 707 'third_party/xdg_mime/xdgmimeparent.c', | 707 'third_party/xdg_mime/xdgmimeparent.c', |
| 708 'third_party/xdg_mime/xdgmimeparent.h', | 708 'third_party/xdg_mime/xdgmimeparent.h', |
| 709 ], | 709 ], |
| 710 }, | 710 }, |
| 711 ], | 711 ], |
| 712 }], | 712 }], |
| 713 ], | 713 ], |
| 714 } | 714 } |
| OLD | NEW |