| OLD | NEW |
| 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], | 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], |
| 9 'grit_cmd': ['python', '../tools/grit/grit.py'], | 9 'grit_cmd': ['python', '../tools/grit/grit.py'], |
| 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', | 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', |
| 11 }, | 11 }, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 25 'blit_unittest.cc', | 25 'blit_unittest.cc', |
| 26 'codec/jpeg_codec_unittest.cc', | 26 'codec/jpeg_codec_unittest.cc', |
| 27 'codec/png_codec_unittest.cc', | 27 'codec/png_codec_unittest.cc', |
| 28 'color_utils_unittest.cc', | 28 'color_utils_unittest.cc', |
| 29 'font_unittest.cc', | 29 'font_unittest.cc', |
| 30 'insets_unittest.cc', | 30 'insets_unittest.cc', |
| 31 'rect_unittest.cc', | 31 'rect_unittest.cc', |
| 32 'run_all_unittests.cc', | 32 'run_all_unittests.cc', |
| 33 'scoped_image_unittest.cc', | 33 'scoped_image_unittest.cc', |
| 34 'skbitmap_operations_unittest.cc', | 34 'skbitmap_operations_unittest.cc', |
| 35 'test_suite.cc', |
| 35 'test_suite.h', | 36 'test_suite.h', |
| 36 '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc', | 37 '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc', |
| 37 ], | 38 ], |
| 38 'include_dirs': [ | 39 'include_dirs': [ |
| 39 '..', | 40 '..', |
| 40 ], | 41 ], |
| 41 'conditions': [ | 42 'conditions': [ |
| 42 ['OS=="win"', { | 43 ['OS=="win"', { |
| 43 'sources': [ | 44 'sources': [ |
| 44 # TODO(brettw) re-enable this when the dependencies on WindowImpl ar
e fixed! | 45 # TODO(brettw) re-enable this when the dependencies on WindowImpl ar
e fixed! |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 }, | 223 }, |
| 223 | 224 |
| 224 ], | 225 ], |
| 225 } | 226 } |
| 226 | 227 |
| 227 # Local Variables: | 228 # Local Variables: |
| 228 # tab-width:2 | 229 # tab-width:2 |
| 229 # indent-tabs-mode:nil | 230 # indent-tabs-mode:nil |
| 230 # End: | 231 # End: |
| 231 # vim: set expandtab tabstop=2 shiftwidth=2: | 232 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |