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

Powered by Google App Engine
This is Rietveld 408576698