| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |