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

Side by Side Diff: ui/ui.gyp

Issue 10836349: CSS Media Query now reports touch-support accurately for Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved IsTouchDevicePresent to ui::base 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
« ui/base/touch/touch_device.cc ('K') | « ui/base/touch/touch_factory.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) 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ] 623 ]
624 }], 624 }],
625 ['OS=="win"', { 625 ['OS=="win"', {
626 'sources': [ 626 'sources': [
627 'gfx/gdi_util.cc', 627 'gfx/gdi_util.cc',
628 'gfx/gdi_util.h', 628 'gfx/gdi_util.h',
629 'gfx/icon_util.cc', 629 'gfx/icon_util.cc',
630 'gfx/icon_util.h', 630 'gfx/icon_util.h',
631 'base/native_theme/native_theme_win.cc', 631 'base/native_theme/native_theme_win.cc',
632 'base/native_theme/native_theme_win.h', 632 'base/native_theme/native_theme_win.h',
633 'base/touch/touch_device.cc',
634 'base/touch/touch_device.h',
633 ], 635 ],
634 'sources!': [ 636 'sources!': [
635 'base/touch/touch_factory.cc', 637 'base/touch/touch_factory.cc',
636 'base/touch/touch_factory.h', 638 'base/touch/touch_factory.h',
637 'gfx/pango_util.h', 639 'gfx/pango_util.h',
638 'gfx/pango_util.cc', 640 'gfx/pango_util.cc',
639 'gfx/platform_font_pango.cc', 641 'gfx/platform_font_pango.cc',
640 'gfx/platform_font_pango.h', 642 'gfx/platform_font_pango.h',
641 ], 643 ],
642 'include_dirs': [ 644 'include_dirs': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 775 ],
774 'conditions': [ 776 'conditions': [
775 ['inside_chromium_build == 1 and OS != "ios"', { 777 ['inside_chromium_build == 1 and OS != "ios"', {
776 # TODO(ios): The ui tests do not compile yet on iOS. 778 # TODO(ios): The ui tests do not compile yet on iOS.
777 'includes': [ 779 'includes': [
778 'ui_unittests.gypi', 780 'ui_unittests.gypi',
779 ]}, 781 ]},
780 ], 782 ],
781 ], 783 ],
782 } 784 }
OLDNEW
« ui/base/touch/touch_device.cc ('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