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

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: more vector use fixes 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'gfx/skia_util.h', 498 'gfx/skia_util.h',
499 'gfx/skia_utils_gtk.cc', 499 'gfx/skia_utils_gtk.cc',
500 'gfx/skia_utils_gtk.h', 500 'gfx/skia_utils_gtk.h',
501 'gfx/sys_color_change_listener.cc', 501 'gfx/sys_color_change_listener.cc',
502 'gfx/sys_color_change_listener.h', 502 'gfx/sys_color_change_listener.h',
503 'gfx/text_constants.h', 503 'gfx/text_constants.h',
504 'gfx/transform.cc', 504 'gfx/transform.cc',
505 'gfx/transform.h', 505 'gfx/transform.h',
506 'gfx/transform_util.cc', 506 'gfx/transform_util.cc',
507 'gfx/transform_util.h', 507 'gfx/transform_util.h',
508 'gfx/vector2d.cc',
509 'gfx/vector2d.h',
510 'gfx/vector2d_f.cc',
511 'gfx/vector2d_f.h',
508 'gfx/video_decode_acceleration_support_mac.h', 512 'gfx/video_decode_acceleration_support_mac.h',
509 'gfx/video_decode_acceleration_support_mac.mm', 513 'gfx/video_decode_acceleration_support_mac.mm',
510 'ui_controls/ui_controls.h', 514 'ui_controls/ui_controls.h',
511 'ui_controls/ui_controls_aura.cc', 515 'ui_controls/ui_controls_aura.cc',
512 'ui_controls/ui_controls_gtk.cc', 516 'ui_controls/ui_controls_gtk.cc',
513 'ui_controls/ui_controls_internal_win.cc', 517 'ui_controls/ui_controls_internal_win.cc',
514 'ui_controls/ui_controls_internal_win.h', 518 'ui_controls/ui_controls_internal_win.h',
515 'ui_controls/ui_controls_mac.mm', 519 'ui_controls/ui_controls_mac.mm',
516 'ui_controls/ui_controls_win.cc', 520 'ui_controls/ui_controls_win.cc',
517 ], 521 ],
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 }, 879 },
876 'dependencies': [ 880 'dependencies': [
877 '../base/base.gyp:base_java', 881 '../base/base.gyp:base_java',
878 ], 882 ],
879 'includes': [ '../build/java.gypi' ], 883 'includes': [ '../build/java.gypi' ],
880 }, 884 },
881 ], 885 ],
882 }], 886 }],
883 ], 887 ],
884 } 888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698