| 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', '../chrome/tools/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '../chrome/tools/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 26 matching lines...) Expand all Loading... |
| 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/codec/jpeg_codec_unittest.cc', | 42 'gfx/codec/jpeg_codec_unittest.cc', |
| 43 'gfx/codec/png_codec_unittest.cc', | 43 'gfx/codec/png_codec_unittest.cc', |
| 44 'gfx/color_utils_unittest.cc', | 44 'gfx/color_utils_unittest.cc', |
| 45 'gfx/font_unittest.cc', | 45 'gfx/font_unittest.cc', |
| 46 'gfx/icon_util_unittest.cc', | 46 'gfx/icon_util_unittest.cc', |
| 47 'gfx/insets_unittest.cc', |
| 47 'gfx/native_theme_win_unittest.cc', | 48 'gfx/native_theme_win_unittest.cc', |
| 48 'gfx/skbitmap_operations_unittest.cc', | 49 'gfx/skbitmap_operations_unittest.cc', |
| 49 'gfx/text_elider_unittest.cc', | 50 'gfx/text_elider_unittest.cc', |
| 50 'l10n_util_mac_unittest.mm', | 51 'l10n_util_mac_unittest.mm', |
| 51 'l10n_util_unittest.cc', | 52 'l10n_util_unittest.cc', |
| 52 'os_exchange_data_win_unittest.cc', | 53 'os_exchange_data_win_unittest.cc', |
| 53 'run_all_unittests.cc', | 54 'run_all_unittests.cc', |
| 54 'system_monitor_unittest.cc', | 55 'system_monitor_unittest.cc', |
| 55 'test_suite.h', | 56 'test_suite.h', |
| 56 'sql/connection_unittest.cc', | 57 'sql/connection_unittest.cc', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 ], | 214 ], |
| 214 }, | 215 }, |
| 215 ], | 216 ], |
| 216 } | 217 } |
| 217 | 218 |
| 218 # Local Variables: | 219 # Local Variables: |
| 219 # tab-width:2 | 220 # tab-width:2 |
| 220 # indent-tabs-mode:nil | 221 # indent-tabs-mode:nil |
| 221 # End: | 222 # End: |
| 222 # vim: set expandtab tabstop=2 shiftwidth=2: | 223 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |