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

Side by Side Diff: ui/ui.gyp

Issue 11269022: Add Vector2d classes that represent offsets, instead of using Point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RenderText fixup Created 8 years, 1 month 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'gfx/skia_util.h', 504 'gfx/skia_util.h',
505 'gfx/skia_utils_gtk.cc', 505 'gfx/skia_utils_gtk.cc',
506 'gfx/skia_utils_gtk.h', 506 'gfx/skia_utils_gtk.h',
507 'gfx/sys_color_change_listener.cc', 507 'gfx/sys_color_change_listener.cc',
508 'gfx/sys_color_change_listener.h', 508 'gfx/sys_color_change_listener.h',
509 'gfx/text_constants.h', 509 'gfx/text_constants.h',
510 'gfx/transform.cc', 510 'gfx/transform.cc',
511 'gfx/transform.h', 511 'gfx/transform.h',
512 'gfx/transform_util.cc', 512 'gfx/transform_util.cc',
513 'gfx/transform_util.h', 513 'gfx/transform_util.h',
514 'gfx/vector2d.cc',
515 'gfx/vector2d.h',
516 'gfx/vector2d_conversions.cc',
517 'gfx/vector2d_conversions.h',
518 'gfx/vector2d_f.cc',
519 'gfx/vector2d_f.h',
514 'gfx/video_decode_acceleration_support_mac.h', 520 'gfx/video_decode_acceleration_support_mac.h',
515 'gfx/video_decode_acceleration_support_mac.mm', 521 'gfx/video_decode_acceleration_support_mac.mm',
516 'ui_controls/ui_controls.h', 522 'ui_controls/ui_controls.h',
517 'ui_controls/ui_controls_aura.cc', 523 'ui_controls/ui_controls_aura.cc',
518 'ui_controls/ui_controls_gtk.cc', 524 'ui_controls/ui_controls_gtk.cc',
519 'ui_controls/ui_controls_internal_win.cc', 525 'ui_controls/ui_controls_internal_win.cc',
520 'ui_controls/ui_controls_internal_win.h', 526 'ui_controls/ui_controls_internal_win.h',
521 'ui_controls/ui_controls_mac.mm', 527 'ui_controls/ui_controls_mac.mm',
522 'ui_controls/ui_controls_win.cc', 528 'ui_controls/ui_controls_win.cc',
523 ], 529 ],
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 }, 886 },
881 'dependencies': [ 887 'dependencies': [
882 '../base/base.gyp:base_java', 888 '../base/base.gyp:base_java',
883 ], 889 ],
884 'includes': [ '../build/java.gypi' ], 890 'includes': [ '../build/java.gypi' ],
885 }, 891 },
886 ], 892 ],
887 }], 893 }],
888 ], 894 ],
889 } 895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698