| 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 }, | 10 }, |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'gfx/blit.h', | 85 'gfx/blit.h', |
| 86 'gfx/canvas.cc', | 86 'gfx/canvas.cc', |
| 87 'gfx/canvas.h', | 87 'gfx/canvas.h', |
| 88 'gfx/canvas_linux.cc', | 88 'gfx/canvas_linux.cc', |
| 89 'gfx/canvas_mac.mm', | 89 'gfx/canvas_mac.mm', |
| 90 'gfx/canvas_win.cc', | 90 'gfx/canvas_win.cc', |
| 91 'gfx/codec/jpeg_codec.cc', | 91 'gfx/codec/jpeg_codec.cc', |
| 92 'gfx/codec/jpeg_codec.h', | 92 'gfx/codec/jpeg_codec.h', |
| 93 'gfx/codec/png_codec.cc', | 93 'gfx/codec/png_codec.cc', |
| 94 'gfx/codec/png_codec.h', | 94 'gfx/codec/png_codec.h', |
| 95 'gfx/color_utils.cc', |
| 96 'gfx/color_utils.h', |
| 97 'gfx/favicon_size.h', |
| 95 'gfx/font.h', | 98 'gfx/font.h', |
| 96 'gfx/font_gtk.cc', | 99 'gfx/font_gtk.cc', |
| 97 'gfx/font_mac.mm', | 100 'gfx/font_mac.mm', |
| 98 'gfx/font_skia.cc', | 101 'gfx/font_skia.cc', |
| 102 'gfx/font_util.h', |
| 103 'gfx/font_util.cc', |
| 99 'gfx/font_win.cc', | 104 'gfx/font_win.cc', |
| 100 'gfx/color_utils.cc', | |
| 101 'gfx/color_utils.h', | |
| 102 'gfx/favicon_size.h', | |
| 103 'gfx/gdi_util.cc', | 105 'gfx/gdi_util.cc', |
| 104 'gfx/gdi_util.h', | 106 'gfx/gdi_util.h', |
| 105 'gfx/gtk_util.cc', | 107 'gfx/gtk_util.cc', |
| 106 'gfx/gtk_util.h', | 108 'gfx/gtk_util.h', |
| 107 'gfx/icon_util.cc', | 109 'gfx/icon_util.cc', |
| 108 'gfx/icon_util.h', | 110 'gfx/icon_util.h', |
| 109 'gfx/insets.h', | 111 'gfx/insets.h', |
| 110 'gfx/native_widget_types.h', | 112 'gfx/native_widget_types.h', |
| 111 'gfx/native_widget_types_gtk.cc', | 113 'gfx/native_widget_types_gtk.cc', |
| 112 'gfx/native_theme_win.cc', | 114 'gfx/native_theme_win.cc', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 ], | 414 ], |
| 413 }, | 415 }, |
| 414 ], | 416 ], |
| 415 } | 417 } |
| 416 | 418 |
| 417 # Local Variables: | 419 # Local Variables: |
| 418 # tab-width:2 | 420 # tab-width:2 |
| 419 # indent-tabs-mode:nil | 421 # indent-tabs-mode:nil |
| 420 # End: | 422 # End: |
| 421 # vim: set expandtab tabstop=2 shiftwidth=2: | 423 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |