| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'keyboard_codes_posix.h', | 161 'keyboard_codes_posix.h', |
| 162 'l10n_util.cc', | 162 'l10n_util.cc', |
| 163 'l10n_util.h', | 163 'l10n_util.h', |
| 164 'l10n_util_mac.h', | 164 'l10n_util_mac.h', |
| 165 'l10n_util_mac.mm', | 165 'l10n_util_mac.mm', |
| 166 'l10n_util_posix.cc', | 166 'l10n_util_posix.cc', |
| 167 'l10n_util_win.cc', | 167 'l10n_util_win.cc', |
| 168 'l10n_util_win.h', | 168 'l10n_util_win.h', |
| 169 'linear_animation.cc', | 169 'linear_animation.cc', |
| 170 'linear_animation.h', | 170 'linear_animation.h', |
| 171 'mac/nsimage_cache.h', |
| 172 'mac/nsimage_cache.mm', |
| 171 'mac/scoped_nsdisable_screen_updates.h', | 173 'mac/scoped_nsdisable_screen_updates.h', |
| 172 'menus/accelerator.h', | 174 'menus/accelerator.h', |
| 173 'menus/accelerator_gtk.h', | 175 'menus/accelerator_gtk.h', |
| 174 'menus/accelerator_cocoa.h', | 176 'menus/accelerator_cocoa.h', |
| 175 'menus/button_menu_item_model.cc', | 177 'menus/button_menu_item_model.cc', |
| 176 'menus/button_menu_item_model.h', | 178 'menus/button_menu_item_model.h', |
| 177 'menus/menu_model.cc', | 179 'menus/menu_model.cc', |
| 178 'menus/menu_model.h', | 180 'menus/menu_model.h', |
| 179 'menus/simple_menu_model.cc', | 181 'menus/simple_menu_model.cc', |
| 180 'menus/simple_menu_model.h', | 182 'menus/simple_menu_model.h', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 'configurations': { | 449 'configurations': { |
| 448 'Common_Base': { | 450 'Common_Base': { |
| 449 'msvs_target_platform': 'x64', | 451 'msvs_target_platform': 'x64', |
| 450 }, | 452 }, |
| 451 }, | 453 }, |
| 452 }, | 454 }, |
| 453 ], | 455 ], |
| 454 }], | 456 }], |
| 455 ], | 457 ], |
| 456 } | 458 } |
| OLD | NEW |