Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: app/app_base.gypi

Issue 3828009: Move scoped_nsdisable_screen_update from base to app/mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | app/mac/scoped_nsdisable_screen_updates.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | app/mac/scoped_nsdisable_screen_updates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698