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

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: Response to reviews 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
« no previous file with comments | « 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'gfx/point.cc', 46 'gfx/point.cc',
47 'gfx/point.h', 47 'gfx/point.h',
48 'gfx/point_base.h', 48 'gfx/point_base.h',
49 'gfx/point3.h', 49 'gfx/point3.h',
50 'gfx/rect.cc', 50 'gfx/rect.cc',
51 'gfx/rect.h', 51 'gfx/rect.h',
52 'gfx/rect_base.h', 52 'gfx/rect_base.h',
53 'gfx/rect_base_impl.h', 53 'gfx/rect_base_impl.h',
54 'gfx/scoped_ui_graphics_push_context_ios.h', 54 'gfx/scoped_ui_graphics_push_context_ios.h',
55 'gfx/scoped_ui_graphics_push_context_ios.mm', 55 'gfx/scoped_ui_graphics_push_context_ios.mm',
56 'gfx/screen.h',
57 'gfx/screen_android.cc',
58 'gfx/screen_aura.cc',
59 'gfx/screen_gtk.cc',
60 'gfx/screen_impl.h',
61 'gfx/screen_ios.mm',
62 'gfx/screen_mac.mm',
63 'gfx/screen_win.cc',
56 'gfx/size.cc', 64 'gfx/size.cc',
57 'gfx/size.h', 65 'gfx/size.h',
58 'gfx/size_base.h', 66 'gfx/size_base.h',
59 'gfx/size_base_impl.h', 67 'gfx/size_base_impl.h',
60 ], 68 ],
61 'all_sources': [ 69 'all_sources': [
62 '<@(_common_sources)', 70 '<@(_common_sources)',
63 'base/accelerators/accelerator.cc', 71 'base/accelerators/accelerator.cc',
64 'base/accelerators/accelerator.h', 72 'base/accelerators/accelerator.h',
65 'base/accelerators/accelerator_cocoa.h', 73 'base/accelerators/accelerator_cocoa.h',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'gfx/rect_f.cc', 442 'gfx/rect_f.cc',
435 'gfx/rect_f.h', 443 'gfx/rect_f.h',
436 'gfx/render_text.cc', 444 'gfx/render_text.cc',
437 'gfx/render_text.h', 445 'gfx/render_text.h',
438 'gfx/render_text_mac.cc', 446 'gfx/render_text_mac.cc',
439 'gfx/render_text_mac.h', 447 'gfx/render_text_mac.h',
440 'gfx/render_text_linux.cc', 448 'gfx/render_text_linux.cc',
441 'gfx/render_text_linux.h', 449 'gfx/render_text_linux.h',
442 'gfx/render_text_win.cc', 450 'gfx/render_text_win.cc',
443 'gfx/render_text_win.h', 451 'gfx/render_text_win.h',
444 'gfx/screen.h',
445 'gfx/screen_android.cc',
446 'gfx/screen_aura.cc',
447 'gfx/screen_gtk.cc',
448 'gfx/screen_impl.h',
449 'gfx/screen_mac.mm',
450 'gfx/screen_win.cc',
451 'gfx/scoped_cg_context_save_gstate_mac.h', 452 'gfx/scoped_cg_context_save_gstate_mac.h',
452 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 453 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
453 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 454 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
454 'gfx/scrollbar_size.cc', 455 'gfx/scrollbar_size.cc',
455 'gfx/scrollbar_size.h', 456 'gfx/scrollbar_size.h',
456 'gfx/selection_model.cc', 457 'gfx/selection_model.cc',
457 'gfx/selection_model.h', 458 'gfx/selection_model.h',
458 'gfx/shadow_value.cc', 459 'gfx/shadow_value.cc',
459 'gfx/shadow_value.h', 460 'gfx/shadow_value.h',
460 'gfx/size_f.cc', 461 'gfx/size_f.cc',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 }, 774 },
774 ], 775 ],
775 'conditions': [ 776 'conditions': [
776 ['inside_chromium_build == 1', { 777 ['inside_chromium_build == 1', {
777 'includes': [ 778 'includes': [
778 'ui_unittests.gypi', 779 'ui_unittests.gypi',
779 ]}, 780 ]},
780 ], 781 ],
781 ], 782 ],
782 } 783 }
OLDNEW
« no previous file with comments | « ui/gfx/screen_ios.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698