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

Side by Side Diff: ui/ui.gyp

Issue 10082020: Metro/HiDPI: Use metro resource pak in metro mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 8 years, 8 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/win/metro.cc ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'base/win/dpi.h', 252 'base/win/dpi.h',
253 'base/win/events_win.cc', 253 'base/win/events_win.cc',
254 'base/win/foreground_helper.cc', 254 'base/win/foreground_helper.cc',
255 'base/win/foreground_helper.h', 255 'base/win/foreground_helper.h',
256 'base/win/hwnd_util.cc', 256 'base/win/hwnd_util.cc',
257 'base/win/hwnd_util.h', 257 'base/win/hwnd_util.h',
258 'base/win/ime_input.cc', 258 'base/win/ime_input.cc',
259 'base/win/ime_input.h', 259 'base/win/ime_input.h',
260 'base/win/message_box_win.cc', 260 'base/win/message_box_win.cc',
261 'base/win/message_box_win.h', 261 'base/win/message_box_win.h',
262 'base/win/metro.cc',
263 'base/win/metro.h',
262 'base/win/mouse_wheel_util.cc', 264 'base/win/mouse_wheel_util.cc',
263 'base/win/mouse_wheel_util.h', 265 'base/win/mouse_wheel_util.h',
264 'base/win/scoped_ole_initializer.cc', 266 'base/win/scoped_ole_initializer.cc',
265 'base/win/scoped_ole_initializer.h', 267 'base/win/scoped_ole_initializer.h',
266 'base/win/scoped_set_map_mode.h', 268 'base/win/scoped_set_map_mode.h',
267 'base/win/shell.cc', 269 'base/win/shell.cc',
268 'base/win/shell.h', 270 'base/win/shell.h',
269 'base/win/singleton_hwnd.cc', 271 'base/win/singleton_hwnd.cc',
270 'base/win/singleton_hwnd.h', 272 'base/win/singleton_hwnd.h',
271 'base/win/window_impl.cc', 273 'base/win/window_impl.cc',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 735 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
734 'os.chmod(\'<(ui_copy_dest)\', 0700)' 736 'os.chmod(\'<(ui_copy_dest)\', 0700)'
735 ] 737 ]
736 } 738 }
737 ], 739 ],
738 }, 740 },
739 ], 741 ],
740 }], 742 }],
741 ], 743 ],
742 } 744 }
OLDNEW
« no previous file with comments | « ui/base/win/metro.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698