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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 }], | 737 }], |
738 ['toolkit_views==0', { | 738 ['toolkit_views==0', { |
739 'sources!': [ | 739 'sources!': [ |
740 'base/event.cc', | 740 'base/event.cc', |
741 'base/event.h', | 741 'base/event.h', |
742 'base/x/events_x.cc', | 742 'base/x/events_x.cc', |
743 ], | 743 ], |
744 }], | 744 }], |
745 ['OS=="android"', { | 745 ['OS=="android"', { |
746 'sources!': [ | 746 'sources!': [ |
| 747 'base/dragdrop/drag_utils.cc', |
| 748 'base/dragdrop/drag_utils.h', |
747 'base/touch/touch_factory.cc', | 749 'base/touch/touch_factory.cc', |
748 'base/touch/touch_factory.h', | 750 'base/touch/touch_factory.h', |
| 751 'gfx/pango_util.cc', |
749 'gfx/pango_util.h', | 752 'gfx/pango_util.h', |
750 'gfx/pango_util.cc', | |
751 'gfx/platform_font_pango.cc', | 753 'gfx/platform_font_pango.cc', |
752 'gfx/platform_font_pango.h', | 754 'gfx/platform_font_pango.h', |
753 ], | 755 ], |
754 }], | 756 }], |
755 ['OS=="android" or OS=="ios"', { | 757 ['OS=="android" or OS=="ios"', { |
756 'sources!': [ | 758 'sources!': [ |
757 'gfx/render_text.cc', | 759 'gfx/render_text.cc', |
758 'gfx/render_text.h', | 760 'gfx/render_text.h', |
759 ], | 761 ], |
760 }], | 762 }], |
(...skipping 12 matching lines...) Expand all 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 |