| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 # TODO: remove this helper when we have loops in GYP | 7 # TODO: remove this helper when we have loops in GYP |
| 8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], | 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 '../third_party/icu/icu.gyp:icui18n', | 32 '../third_party/icu/icu.gyp:icui18n', |
| 33 '../third_party/icu/icu.gyp:icuuc', | 33 '../third_party/icu/icu.gyp:icuuc', |
| 34 '../third_party/libjpeg/libjpeg.gyp:libjpeg', | 34 '../third_party/libjpeg/libjpeg.gyp:libjpeg', |
| 35 '../third_party/libpng/libpng.gyp:libpng', | 35 '../third_party/libpng/libpng.gyp:libpng', |
| 36 '../third_party/libxml/libxml.gyp:libxml', | 36 '../third_party/libxml/libxml.gyp:libxml', |
| 37 '../third_party/zlib/zlib.gyp:zlib', | 37 '../third_party/zlib/zlib.gyp:zlib', |
| 38 ], | 38 ], |
| 39 'sources': [ | 39 'sources': [ |
| 40 'animation_unittest.cc', | 40 'animation_unittest.cc', |
| 41 'clipboard/clipboard_unittest.cc', | 41 'clipboard/clipboard_unittest.cc', |
| 42 'gfx/font_unittest.cc', | |
| 43 'l10n_util_mac_unittest.mm', | 42 'l10n_util_mac_unittest.mm', |
| 44 'l10n_util_unittest.cc', | 43 'l10n_util_unittest.cc', |
| 45 'os_exchange_data_win_unittest.cc', | 44 'os_exchange_data_win_unittest.cc', |
| 46 'run_all_unittests.cc', | 45 'run_all_unittests.cc', |
| 47 'system_monitor_unittest.cc', | 46 'system_monitor_unittest.cc', |
| 48 'test_suite.h', | 47 'test_suite.h', |
| 49 'text_elider_unittest.cc', | 48 'text_elider_unittest.cc', |
| 50 'sql/connection_unittest.cc', | 49 'sql/connection_unittest.cc', |
| 51 'sql/statement_unittest.cc', | 50 'sql/statement_unittest.cc', |
| 52 'sql/transaction_unittest.cc', | 51 'sql/transaction_unittest.cc', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 ], | 154 ], |
| 156 }, | 155 }, |
| 157 ], | 156 ], |
| 158 } | 157 } |
| 159 | 158 |
| 160 # Local Variables: | 159 # Local Variables: |
| 161 # tab-width:2 | 160 # tab-width:2 |
| 162 # indent-tabs-mode:nil | 161 # indent-tabs-mode:nil |
| 163 # End: | 162 # End: |
| 164 # vim: set expandtab tabstop=2 shiftwidth=2: | 163 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |