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

Side by Side Diff: ui/ui.gyp

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change chrome_tests.gypi Created 8 years, 4 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 | Annotate | Revision Log
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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 }], 739 }],
740 ['toolkit_views==0', { 740 ['toolkit_views==0', {
741 'sources!': [ 741 'sources!': [
742 'base/event.cc', 742 'base/event.cc',
743 'base/event.h', 743 'base/event.h',
744 'base/x/events_x.cc', 744 'base/x/events_x.cc',
745 ], 745 ],
746 }], 746 }],
747 ['OS=="android"', { 747 ['OS=="android"', {
748 'sources!': [ 748 'sources!': [
749 'base/dragdrop/drag_utils.cc',
750 'base/dragdrop/drag_utils.h',
749 'base/touch/touch_factory.cc', 751 'base/touch/touch_factory.cc',
750 'base/touch/touch_factory.h', 752 'base/touch/touch_factory.h',
753 'gfx/pango_util.cc',
751 'gfx/pango_util.h', 754 'gfx/pango_util.h',
752 'gfx/pango_util.cc',
753 'gfx/platform_font_pango.cc', 755 'gfx/platform_font_pango.cc',
754 'gfx/platform_font_pango.h', 756 'gfx/platform_font_pango.h',
755 ], 757 ],
756 }], 758 }],
757 ['OS=="android" or OS=="ios"', { 759 ['OS=="android" or OS=="ios"', {
758 'sources!': [ 760 'sources!': [
759 'gfx/render_text.cc', 761 'gfx/render_text.cc',
760 'gfx/render_text.h', 762 'gfx/render_text.h',
761 ], 763 ],
762 }], 764 }],
(...skipping 12 matching lines...) Expand all
775 ], 777 ],
776 'conditions': [ 778 'conditions': [
777 ['inside_chromium_build == 1 and OS != "ios"', { 779 ['inside_chromium_build == 1 and OS != "ios"', {
778 # TODO(ios): The ui tests do not compile yet on iOS. 780 # TODO(ios): The ui tests do not compile yet on iOS.
779 'includes': [ 781 'includes': [
780 'ui_unittests.gypi', 782 'ui_unittests.gypi',
781 ]}, 783 ]},
782 ], 784 ],
783 ], 785 ],
784 } 786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698