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

Side by Side Diff: ui/ui.gyp

Issue 10255020: Get the default device scale factor from monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added missing file (gfx_switches) Created 8 years, 7 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
« ui/gfx/monitor.cc ('K') | « ui/gfx/monitor.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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'gfx/favicon_size.cc', 308 'gfx/favicon_size.cc',
309 'gfx/favicon_size.h', 309 'gfx/favicon_size.h',
310 'gfx/font.h', 310 'gfx/font.h',
311 'gfx/font.cc', 311 'gfx/font.cc',
312 'gfx/font_list.h', 312 'gfx/font_list.h',
313 'gfx/font_list.cc', 313 'gfx/font_list.cc',
314 'gfx/font_smoothing_win.cc', 314 'gfx/font_smoothing_win.cc',
315 'gfx/font_smoothing_win.h', 315 'gfx/font_smoothing_win.h',
316 'gfx/gfx_paths.cc', 316 'gfx/gfx_paths.cc',
317 'gfx/gfx_paths.h', 317 'gfx/gfx_paths.h',
318 'gfx/gfx_switches.cc',
319 'gfx/gfx_switches.h',
318 'gfx/image/image.cc', 320 'gfx/image/image.cc',
319 'gfx/image/image.h', 321 'gfx/image/image.h',
320 'gfx/image/image_mac.mm', 322 'gfx/image/image_mac.mm',
321 'gfx/image/image_skia.cc', 323 'gfx/image/image_skia.cc',
322 'gfx/image/image_skia.h', 324 'gfx/image/image_skia.h',
323 'gfx/image/image_util.cc', 325 'gfx/image/image_util.cc',
324 'gfx/image/image_util.h', 326 'gfx/image/image_util.h',
325 'gfx/insets.cc', 327 'gfx/insets.cc',
326 'gfx/insets.h', 328 'gfx/insets.h',
327 'gfx/interpolated_transform.h', 329 'gfx/interpolated_transform.h',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 746 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 747 ]
746 } 748 }
747 ], 749 ],
748 }, 750 },
749 ], 751 ],
750 }], 752 }],
751 ], 753 ],
752 } 754 }
OLDNEW
« ui/gfx/monitor.cc ('K') | « ui/gfx/monitor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698