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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'keyboard_codes_posix.h', | 158 'keyboard_codes_posix.h', |
159 'l10n_util.cc', | 159 'l10n_util.cc', |
160 'l10n_util.h', | 160 'l10n_util.h', |
161 'l10n_util_mac.h', | 161 'l10n_util_mac.h', |
162 'l10n_util_mac.mm', | 162 'l10n_util_mac.mm', |
163 'l10n_util_posix.cc', | 163 'l10n_util_posix.cc', |
164 'l10n_util_win.cc', | 164 'l10n_util_win.cc', |
165 'l10n_util_win.h', | 165 'l10n_util_win.h', |
166 'linear_animation.cc', | 166 'linear_animation.cc', |
167 'linear_animation.h', | 167 'linear_animation.h', |
| 168 'mac/scoped_nsdisable_screen_updates.h', |
168 'menus/accelerator.h', | 169 'menus/accelerator.h', |
169 'menus/accelerator_gtk.h', | 170 'menus/accelerator_gtk.h', |
170 'menus/accelerator_cocoa.h', | 171 'menus/accelerator_cocoa.h', |
171 'menus/button_menu_item_model.cc', | 172 'menus/button_menu_item_model.cc', |
172 'menus/button_menu_item_model.h', | 173 'menus/button_menu_item_model.h', |
173 'menus/menu_model.cc', | 174 'menus/menu_model.cc', |
174 'menus/menu_model.h', | 175 'menus/menu_model.h', |
175 'menus/simple_menu_model.cc', | 176 'menus/simple_menu_model.cc', |
176 'menus/simple_menu_model.h', | 177 'menus/simple_menu_model.h', |
177 'message_box_flags.h', | 178 'message_box_flags.h', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'configurations': { | 430 'configurations': { |
430 'Common_Base': { | 431 'Common_Base': { |
431 'msvs_target_platform': 'x64', | 432 'msvs_target_platform': 'x64', |
432 }, | 433 }, |
433 }, | 434 }, |
434 }, | 435 }, |
435 ], | 436 ], |
436 }], | 437 }], |
437 ], | 438 ], |
438 } | 439 } |
OLD | NEW |