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

Side by Side Diff: ui/ui.gyp

Issue 10807082: Add RenderText DirectionalityMode enum and support; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove errant blank line. 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
« no previous file with comments | « ui/gfx/text_constants.h ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'gfx/size_f.cc', 444 'gfx/size_f.cc',
445 'gfx/size_f.h', 445 'gfx/size_f.h',
446 'gfx/skbitmap_operations.cc', 446 'gfx/skbitmap_operations.cc',
447 'gfx/skbitmap_operations.h', 447 'gfx/skbitmap_operations.h',
448 'gfx/skia_util.cc', 448 'gfx/skia_util.cc',
449 'gfx/skia_util.h', 449 'gfx/skia_util.h',
450 'gfx/skia_utils_gtk.cc', 450 'gfx/skia_utils_gtk.cc',
451 'gfx/skia_utils_gtk.h', 451 'gfx/skia_utils_gtk.h',
452 'gfx/sys_color_change_listener.cc', 452 'gfx/sys_color_change_listener.cc',
453 'gfx/sys_color_change_listener.h', 453 'gfx/sys_color_change_listener.h',
454 'gfx/text_constants.h',
454 'gfx/transform.cc', 455 'gfx/transform.cc',
455 'gfx/transform.h', 456 'gfx/transform.h',
456 'gfx/transform_util.cc', 457 'gfx/transform_util.cc',
457 'gfx/transform_util.h', 458 'gfx/transform_util.h',
458 'gfx/video_decode_acceleration_support_mac.h', 459 'gfx/video_decode_acceleration_support_mac.h',
459 'gfx/video_decode_acceleration_support_mac.mm', 460 'gfx/video_decode_acceleration_support_mac.mm',
460 'ui_controls/ui_controls.h', 461 'ui_controls/ui_controls.h',
461 'ui_controls/ui_controls_aura.cc', 462 'ui_controls/ui_controls_aura.cc',
462 'ui_controls/ui_controls_internal_win.h', 463 'ui_controls/ui_controls_internal_win.h',
463 'ui_controls/ui_controls_internal_win.cc', 464 'ui_controls/ui_controls_internal_win.cc',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 759 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
759 'os.chmod(\'<(ui_copy_dest)\', 0700)' 760 'os.chmod(\'<(ui_copy_dest)\', 0700)'
760 ] 761 ]
761 } 762 }
762 ], 763 ],
763 }, 764 },
764 ], 765 ],
765 }], 766 }],
766 ], 767 ],
767 } 768 }
OLDNEW
« no previous file with comments | « ui/gfx/text_constants.h ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698