| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |