| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| 11 # This part is shared between the targets defined below. Only files and | 11 # This part is shared between the targets defined below. Only files and |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'gfx/path.cc', | 145 'gfx/path.cc', |
| 146 'gfx/path_gtk.cc', | 146 'gfx/path_gtk.cc', |
| 147 'gfx/path_win.cc', | 147 'gfx/path_win.cc', |
| 148 'gfx/path.h', | 148 'gfx/path.h', |
| 149 'gfx/scrollbar_size.cc', | 149 'gfx/scrollbar_size.cc', |
| 150 'gfx/scrollbar_size.h', | 150 'gfx/scrollbar_size.h', |
| 151 'gfx/skbitmap_operations.cc', | 151 'gfx/skbitmap_operations.cc', |
| 152 'gfx/skbitmap_operations.h', | 152 'gfx/skbitmap_operations.h', |
| 153 'gfx/skia_util.cc', | 153 'gfx/skia_util.cc', |
| 154 'gfx/skia_util.h', | 154 'gfx/skia_util.h', |
| 155 'gfx/skia_utils_gtk.cc', |
| 156 'gfx/skia_utils_gtk.h', |
| 155 'gfx/text_elider.cc', | 157 'gfx/text_elider.cc', |
| 156 'gfx/text_elider.h', | 158 'gfx/text_elider.h', |
| 157 'gtk_dnd_util.cc', | 159 'gtk_dnd_util.cc', |
| 158 'gtk_dnd_util.h', | 160 'gtk_dnd_util.h', |
| 159 'l10n_util.cc', | 161 'l10n_util.cc', |
| 160 'l10n_util.h', | 162 'l10n_util.h', |
| 161 'l10n_util_mac.h', | 163 'l10n_util_mac.h', |
| 162 'l10n_util_mac.mm', | 164 'l10n_util_mac.mm', |
| 163 'l10n_util_posix.cc', | 165 'l10n_util_posix.cc', |
| 164 'l10n_util_win.cc', | 166 'l10n_util_win.cc', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'configurations': { | 292 'configurations': { |
| 291 'Common_Base': { | 293 'Common_Base': { |
| 292 'msvs_target_platform': 'x64', | 294 'msvs_target_platform': 'x64', |
| 293 }, | 295 }, |
| 294 }, | 296 }, |
| 295 }, | 297 }, |
| 296 ], | 298 ], |
| 297 }], | 299 }], |
| 298 ], | 300 ], |
| 299 } | 301 } |
| OLD | NEW |