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

Side by Side Diff: ui/ui.gyp

Issue 7621061: Restoring a session should restore window minimization state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Mark's comments. Created 9 years, 4 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 | « ui/base/ui_base_types.h ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'base/text/bytes_formatting.h', 174 'base/text/bytes_formatting.h',
175 'base/text/text_elider.cc', 175 'base/text/text_elider.cc',
176 'base/text/text_elider.h', 176 'base/text/text_elider.h',
177 'base/theme_provider.cc', 177 'base/theme_provider.cc',
178 'base/theme_provider.h', 178 'base/theme_provider.h',
179 'base/ui_base_exports.cc', 179 'base/ui_base_exports.cc',
180 'base/ui_base_paths.cc', 180 'base/ui_base_paths.cc',
181 'base/ui_base_paths.h', 181 'base/ui_base_paths.h',
182 'base/ui_base_switches.cc', 182 'base/ui_base_switches.cc',
183 'base/ui_base_switches.h', 183 'base/ui_base_switches.h',
184 'base/ui_base_types.h',
184 'base/ui_export.h', 185 'base/ui_export.h',
185 'base/view_prop.cc', 186 'base/view_prop.cc',
186 'base/view_prop.h', 187 'base/view_prop.h',
187 'base/win/hwnd_util.cc', 188 'base/win/hwnd_util.cc',
188 'base/win/hwnd_util.h', 189 'base/win/hwnd_util.h',
189 'base/win/ime_input.cc', 190 'base/win/ime_input.cc',
190 'base/win/ime_input.h', 191 'base/win/ime_input.h',
191 'base/win/shell.cc', 192 'base/win/shell.cc',
192 'base/win/shell.h', 193 'base/win/shell.h',
193 'base/win/window_impl.cc', 194 'base/win/window_impl.cc',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'configurations': { 521 'configurations': {
521 'Common_Base': { 522 'Common_Base': {
522 'msvs_target_platform': 'x64', 523 'msvs_target_platform': 'x64',
523 }, 524 },
524 }, 525 },
525 }, 526 },
526 ], 527 ],
527 }], 528 }],
528 ], 529 ],
529 } 530 }
OLDNEW
« no previous file with comments | « ui/base/ui_base_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698