| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'gfx/gtk_util.h', | 108 'gfx/gtk_util.h', |
| 109 'gfx/icon_util.cc', | 109 'gfx/icon_util.cc', |
| 110 'gfx/icon_util.h', | 110 'gfx/icon_util.h', |
| 111 'gfx/insets.h', | 111 'gfx/insets.h', |
| 112 'gfx/native_widget_types.h', | 112 'gfx/native_widget_types.h', |
| 113 'gfx/native_widget_types_gtk.cc', | 113 'gfx/native_widget_types_gtk.cc', |
| 114 'gfx/native_theme_win.cc', | 114 'gfx/native_theme_win.cc', |
| 115 'gfx/native_theme_win.h', | 115 'gfx/native_theme_win.h', |
| 116 'gfx/gtk_native_view_id_manager.cc', | 116 'gfx/gtk_native_view_id_manager.cc', |
| 117 'gfx/gtk_native_view_id_manager.h', | 117 'gfx/gtk_native_view_id_manager.h', |
| 118 'gfx/path.cc', |
| 118 'gfx/path_gtk.cc', | 119 'gfx/path_gtk.cc', |
| 119 'gfx/path_win.cc', | 120 'gfx/path_win.cc', |
| 120 'gfx/path.h', | 121 'gfx/path.h', |
| 121 'gfx/skbitmap_operations.cc', | 122 'gfx/skbitmap_operations.cc', |
| 122 'gfx/skbitmap_operations.h', | 123 'gfx/skbitmap_operations.h', |
| 123 'gfx/text_elider.cc', | 124 'gfx/text_elider.cc', |
| 124 'gfx/text_elider.h', | 125 'gfx/text_elider.h', |
| 125 'gtk_dnd_util.cc', | 126 'gtk_dnd_util.cc', |
| 126 'gtk_dnd_util.h', | 127 'gtk_dnd_util.h', |
| 127 'l10n_util.cc', | 128 'l10n_util.cc', |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 ], | 419 ], |
| 419 }, | 420 }, |
| 420 ], | 421 ], |
| 421 } | 422 } |
| 422 | 423 |
| 423 # Local Variables: | 424 # Local Variables: |
| 424 # tab-width:2 | 425 # tab-width:2 |
| 425 # indent-tabs-mode:nil | 426 # indent-tabs-mode:nil |
| 426 # End: | 427 # End: |
| 427 # vim: set expandtab tabstop=2 shiftwidth=2: | 428 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |