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

Side by Side Diff: base/base.gyp

Issue 119363: Add a stack-based class for property disabling and re-enabling screen updatin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | base/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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'scoped_bstr_win.cc', 240 'scoped_bstr_win.cc',
241 'scoped_bstr_win.h', 241 'scoped_bstr_win.h',
242 'scoped_cftyperef.h', 242 'scoped_cftyperef.h',
243 'scoped_clipboard_writer.cc', 243 'scoped_clipboard_writer.cc',
244 'scoped_clipboard_writer.h', 244 'scoped_clipboard_writer.h',
245 'scoped_comptr_win.h', 245 'scoped_comptr_win.h',
246 'scoped_handle.h', 246 'scoped_handle.h',
247 'scoped_handle_win.h', 247 'scoped_handle_win.h',
248 'scoped_nsautorelease_pool.h', 248 'scoped_nsautorelease_pool.h',
249 'scoped_nsautorelease_pool.mm', 249 'scoped_nsautorelease_pool.mm',
250 'scoped_nsdisable_screen_updates.h',
rohitrao (ping after 24h) 2009/06/09 16:39:59 Do you understand the magic that keeps this out of
250 'scoped_nsobject.h', 251 'scoped_nsobject.h',
251 'scoped_ptr.h', 252 'scoped_ptr.h',
252 'scoped_temp_dir.cc', 253 'scoped_temp_dir.cc',
253 'scoped_temp_dir.h', 254 'scoped_temp_dir.h',
254 'scoped_variant_win.cc', 255 'scoped_variant_win.cc',
255 'scoped_variant_win.h', 256 'scoped_variant_win.h',
256 'scoped_vector.h', 257 'scoped_vector.h',
257 'sha2.cc', 258 'sha2.cc',
258 'sha2.h', 259 'sha2.h',
259 'shared_memory.h', 260 'shared_memory.h',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 'msvs_settings': { 774 'msvs_settings': {
774 'VCLinkerTool': { 775 'VCLinkerTool': {
775 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 776 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
776 }, 777 },
777 }, 778 },
778 }, 779 },
779 ], 780 ],
780 }], 781 }],
781 ], 782 ],
782 } 783 }
OLDNEW
« no previous file with comments | « no previous file | base/scoped_nsdisable_screen_updates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698