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

Side by Side Diff: ui/ui.gyp

Issue 10872042: Provide iOS implementation of screen.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« ui/gfx/screen_ios.mm ('K') | « ui/gfx/screen_ios.mm ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'gfx/point.cc', 44 'gfx/point.cc',
45 'gfx/point.h', 45 'gfx/point.h',
46 'gfx/point_base.h', 46 'gfx/point_base.h',
47 'gfx/point3.h', 47 'gfx/point3.h',
48 'gfx/rect.cc', 48 'gfx/rect.cc',
49 'gfx/rect.h', 49 'gfx/rect.h',
50 'gfx/rect_base.h', 50 'gfx/rect_base.h',
51 'gfx/rect_base_impl.h', 51 'gfx/rect_base_impl.h',
52 'gfx/scoped_ui_graphics_push_context_ios.h', 52 'gfx/scoped_ui_graphics_push_context_ios.h',
53 'gfx/scoped_ui_graphics_push_context_ios.mm', 53 'gfx/scoped_ui_graphics_push_context_ios.mm',
54 'gfx/screen_ios.mm',
Nico 2012/08/23 19:31:28 Should all the other screen_ files be here too, so
blundell 2012/08/30 09:18:51 Done.
54 'gfx/size.cc', 55 'gfx/size.cc',
55 'gfx/size.h', 56 'gfx/size.h',
56 'gfx/size_base.h', 57 'gfx/size_base.h',
57 'gfx/size_base_impl.h', 58 'gfx/size_base_impl.h',
58 ], 59 ],
59 'all_sources': [ 60 'all_sources': [
60 '<@(_common_sources)', 61 '<@(_common_sources)',
61 'base/accelerators/accelerator.cc', 62 'base/accelerators/accelerator.cc',
62 'base/accelerators/accelerator.h', 63 'base/accelerators/accelerator.h',
63 'base/accelerators/accelerator_cocoa.h', 64 'base/accelerators/accelerator_cocoa.h',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 774 ],
774 'conditions': [ 775 'conditions': [
775 ['inside_chromium_build == 1 and OS != "ios"', { 776 ['inside_chromium_build == 1 and OS != "ios"', {
776 # TODO(ios): The ui tests do not compile yet on iOS. 777 # TODO(ios): The ui tests do not compile yet on iOS.
777 'includes': [ 778 'includes': [
778 'ui_unittests.gypi', 779 'ui_unittests.gypi',
779 ]}, 780 ]},
780 ], 781 ],
781 ], 782 ],
782 } 783 }
OLDNEW
« ui/gfx/screen_ios.mm ('K') | « ui/gfx/screen_ios.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698