| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'l10n_util_mac.h', | 152 'l10n_util_mac.h', |
| 153 'l10n_util_mac.mm', | 153 'l10n_util_mac.mm', |
| 154 'l10n_util_posix.cc', | 154 'l10n_util_posix.cc', |
| 155 'l10n_util_win.cc', | 155 'l10n_util_win.cc', |
| 156 'l10n_util_win.h', | 156 'l10n_util_win.h', |
| 157 'linear_animation.cc', | 157 'linear_animation.cc', |
| 158 'linear_animation.h', | 158 'linear_animation.h', |
| 159 'menus/accelerator.h', | 159 'menus/accelerator.h', |
| 160 'menus/accelerator_gtk.h', | 160 'menus/accelerator_gtk.h', |
| 161 'menus/accelerator_cocoa.h', | 161 'menus/accelerator_cocoa.h', |
| 162 'menus/button_menu_item_model.cc', |
| 163 'menus/button_menu_item_model.h', |
| 162 'menus/menu_model.cc', | 164 'menus/menu_model.cc', |
| 163 'menus/menu_model.h', | 165 'menus/menu_model.h', |
| 164 'menus/simple_menu_model.cc', | 166 'menus/simple_menu_model.cc', |
| 165 'menus/simple_menu_model.h', | 167 'menus/simple_menu_model.h', |
| 166 'message_box_flags.h', | 168 'message_box_flags.h', |
| 167 'multi_animation.cc', | 169 'multi_animation.cc', |
| 168 'multi_animation.h', | 170 'multi_animation.h', |
| 169 'os_exchange_data_provider_gtk.cc', | 171 'os_exchange_data_provider_gtk.cc', |
| 170 'os_exchange_data_provider_gtk.h', | 172 'os_exchange_data_provider_gtk.h', |
| 171 'os_exchange_data_provider_win.cc', | 173 'os_exchange_data_provider_win.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'configurations': { | 394 'configurations': { |
| 393 'Common_Base': { | 395 'Common_Base': { |
| 394 'msvs_target_platform': 'x64', | 396 'msvs_target_platform': 'x64', |
| 395 }, | 397 }, |
| 396 }, | 398 }, |
| 397 }, | 399 }, |
| 398 ], | 400 ], |
| 399 }], | 401 }], |
| 400 ], | 402 ], |
| 401 } | 403 } |
| OLD | NEW |