| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'l10n_util.h', | 151 'l10n_util.h', |
| 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/menu_model.cc', | 162 'menus/menu_model.cc', |
| 162 'menus/menu_model.h', | 163 'menus/menu_model.h', |
| 163 'menus/simple_menu_model.cc', | 164 'menus/simple_menu_model.cc', |
| 164 'menus/simple_menu_model.h', | 165 'menus/simple_menu_model.h', |
| 165 'message_box_flags.h', | 166 'message_box_flags.h', |
| 166 'multi_animation.cc', | 167 'multi_animation.cc', |
| 167 'multi_animation.h', | 168 'multi_animation.h', |
| 168 'os_exchange_data_provider_gtk.cc', | 169 'os_exchange_data_provider_gtk.cc', |
| 169 'os_exchange_data_provider_gtk.h', | 170 'os_exchange_data_provider_gtk.h', |
| 170 'os_exchange_data_provider_win.cc', | 171 'os_exchange_data_provider_win.cc', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'configurations': { | 384 'configurations': { |
| 384 'Common_Base': { | 385 'Common_Base': { |
| 385 'msvs_target_platform': 'x64', | 386 'msvs_target_platform': 'x64', |
| 386 }, | 387 }, |
| 387 }, | 388 }, |
| 388 }, | 389 }, |
| 389 ], | 390 ], |
| 390 }], | 391 }], |
| 391 ], | 392 ], |
| 392 } | 393 } |
| OLD | NEW |