| OLD | NEW |
| 1 # Copyright (c) 2010 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': [ |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'gtk_signal.h', | 139 'gtk_signal.h', |
| 140 'gtk_util.cc', | 140 'gtk_util.cc', |
| 141 'gtk_util.h', | 141 'gtk_util.h', |
| 142 'l10n_util.cc', | 142 'l10n_util.cc', |
| 143 'l10n_util.h', | 143 'l10n_util.h', |
| 144 'l10n_util_mac.h', | 144 'l10n_util_mac.h', |
| 145 'l10n_util_mac.mm', | 145 'l10n_util_mac.mm', |
| 146 'l10n_util_posix.cc', | 146 'l10n_util_posix.cc', |
| 147 'l10n_util_win.cc', | 147 'l10n_util_win.cc', |
| 148 'l10n_util_win.h', | 148 'l10n_util_win.h', |
| 149 'linear_animation.cc', |
| 150 'linear_animation.h', |
| 149 'menus/accelerator.h', | 151 'menus/accelerator.h', |
| 150 'menus/accelerator_gtk.h', | 152 'menus/accelerator_gtk.h', |
| 151 'menus/menu_model.cc', | 153 'menus/menu_model.cc', |
| 152 'menus/menu_model.h', | 154 'menus/menu_model.h', |
| 153 'menus/simple_menu_model.cc', | 155 'menus/simple_menu_model.cc', |
| 154 'menus/simple_menu_model.h', | 156 'menus/simple_menu_model.h', |
| 155 'message_box_flags.h', | 157 'message_box_flags.h', |
| 156 'os_exchange_data_provider_gtk.cc', | 158 'os_exchange_data_provider_gtk.cc', |
| 157 'os_exchange_data_provider_gtk.h', | 159 'os_exchange_data_provider_gtk.h', |
| 158 'os_exchange_data_provider_win.cc', | 160 'os_exchange_data_provider_win.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 187 'surface/transport_dib_win.cc', | 189 'surface/transport_dib_win.cc', |
| 188 'table_model.cc', | 190 'table_model.cc', |
| 189 'table_model.h', | 191 'table_model.h', |
| 190 'table_model_observer.h', | 192 'table_model_observer.h', |
| 191 'text_elider.cc', | 193 'text_elider.cc', |
| 192 'text_elider.h', | 194 'text_elider.h', |
| 193 'theme_provider.cc', | 195 'theme_provider.cc', |
| 194 'theme_provider.h', | 196 'theme_provider.h', |
| 195 'throb_animation.cc', | 197 'throb_animation.cc', |
| 196 'throb_animation.h', | 198 'throb_animation.h', |
| 199 'tween.cc', |
| 200 'tween.h', |
| 197 'x11_util.cc', | 201 'x11_util.cc', |
| 198 'x11_util.h', | 202 'x11_util.h', |
| 199 'x11_util_internal.h', | 203 'x11_util_internal.h', |
| 200 '../third_party/glew/src/glew.c', | 204 '../third_party/glew/src/glew.c', |
| 201 ], | 205 ], |
| 202 'conditions': [ | 206 'conditions': [ |
| 203 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 207 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 204 'dependencies': [ | 208 'dependencies': [ |
| 205 # font_gtk.cc uses fontconfig. | 209 # font_gtk.cc uses fontconfig. |
| 206 # TODO(evanm): I think this is wrong; it should just use GTK. | 210 # TODO(evanm): I think this is wrong; it should just use GTK. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'configurations': { | 292 'configurations': { |
| 289 'Common_Base': { | 293 'Common_Base': { |
| 290 'msvs_target_platform': 'x64', | 294 'msvs_target_platform': 'x64', |
| 291 }, | 295 }, |
| 292 }, | 296 }, |
| 293 }, | 297 }, |
| 294 ], | 298 ], |
| 295 }], | 299 }], |
| 296 ], | 300 ], |
| 297 } | 301 } |
| OLD | NEW |