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

Side by Side Diff: ui/ui.gyp

Issue 10915175: CSS Media Query now reports touch-support accurately for Windows (retry) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Turfing out copyright headers. Created 8 years, 3 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
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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 ] 633 ]
634 }], 634 }],
635 ['OS=="win"', { 635 ['OS=="win"', {
636 'sources': [ 636 'sources': [
637 'gfx/gdi_util.cc', 637 'gfx/gdi_util.cc',
638 'gfx/gdi_util.h', 638 'gfx/gdi_util.h',
639 'gfx/icon_util.cc', 639 'gfx/icon_util.cc',
640 'gfx/icon_util.h', 640 'gfx/icon_util.h',
641 'base/native_theme/native_theme_win.cc', 641 'base/native_theme/native_theme_win.cc',
642 'base/native_theme/native_theme_win.h', 642 'base/native_theme/native_theme_win.h',
643 'base/touch/touch_device_win.cc',
644 'base/touch/touch_device_win.h',
643 ], 645 ],
644 'sources!': [ 646 'sources!': [
645 'base/touch/touch_factory.cc', 647 'base/touch/touch_factory.cc',
646 'base/touch/touch_factory.h', 648 'base/touch/touch_factory.h',
647 'gfx/pango_util.h', 649 'gfx/pango_util.h',
648 'gfx/pango_util.cc', 650 'gfx/pango_util.cc',
649 'gfx/platform_font_pango.cc', 651 'gfx/platform_font_pango.cc',
650 'gfx/platform_font_pango.h', 652 'gfx/platform_font_pango.h',
651 ], 653 ],
652 'include_dirs': [ 654 'include_dirs': [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }, 784 },
783 ], 785 ],
784 'conditions': [ 786 'conditions': [
785 ['inside_chromium_build == 1', { 787 ['inside_chromium_build == 1', {
786 'includes': [ 788 'includes': [
787 'ui_unittests.gypi', 789 'ui_unittests.gypi',
788 ]}, 790 ]},
789 ], 791 ],
790 ], 792 ],
791 } 793 }
OLDNEW
« ui/base/touch/touch_device_win.h ('K') | « ui/base/touch/touch_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698