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

Side by Side Diff: ui/ui.gyp

Issue 9595006: ui/gfx: Remove unused win_util.{h,cc} component all together. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/gfx/win_util.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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 ], 484 ],
485 }], 485 }],
486 ['OS=="win"', { 486 ['OS=="win"', {
487 'sources': [ 487 'sources': [
488 'gfx/gdi_util.cc', 488 'gfx/gdi_util.cc',
489 'gfx/gdi_util.h', 489 'gfx/gdi_util.h',
490 'gfx/icon_util.cc', 490 'gfx/icon_util.cc',
491 'gfx/icon_util.h', 491 'gfx/icon_util.h',
492 'gfx/native_theme_win.cc', 492 'gfx/native_theme_win.cc',
493 'gfx/native_theme_win.h', 493 'gfx/native_theme_win.h',
494 'gfx/win_util.cc',
495 'gfx/win_util.h',
496 ], 494 ],
497 'sources!': [ 495 'sources!': [
498 'base/touch/touch_factory.cc', 496 'base/touch/touch_factory.cc',
499 'base/touch/touch_factory.h', 497 'base/touch/touch_factory.h',
500 'gfx/pango_util.h', 498 'gfx/pango_util.h',
501 'gfx/pango_util.cc', 499 'gfx/pango_util.cc',
502 'gfx/platform_font_pango.cc', 500 'gfx/platform_font_pango.cc',
503 'gfx/platform_font_pango.h', 501 'gfx/platform_font_pango.h',
504 ], 502 ],
505 'include_dirs': [ 503 'include_dirs': [
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
682 'os.chmod(\'<(ui_copy_dest)\', 0700)' 680 'os.chmod(\'<(ui_copy_dest)\', 0700)'
683 ] 681 ]
684 } 682 }
685 ], 683 ],
686 }, 684 },
687 ], 685 ],
688 }], 686 }],
689 ], 687 ],
690 } 688 }
OLDNEW
« no previous file with comments | « ui/gfx/win_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698