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

Side by Side Diff: ui/ui.gyp

Issue 11367025: ui: Add the gfx::Vector3dF class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 514 'gfx/vector2d.cc',
515 'gfx/vector2d.h', 515 'gfx/vector2d.h',
516 'gfx/vector2d_conversions.cc', 516 'gfx/vector2d_conversions.cc',
517 'gfx/vector2d_conversions.h', 517 'gfx/vector2d_conversions.h',
518 'gfx/vector2d_f.cc', 518 'gfx/vector2d_f.cc',
519 'gfx/vector2d_f.h', 519 'gfx/vector2d_f.h',
520 'gfx/vector3d_f.cc',
521 'gfx/vector3d_f.h',
520 'gfx/video_decode_acceleration_support_mac.h', 522 'gfx/video_decode_acceleration_support_mac.h',
521 'gfx/video_decode_acceleration_support_mac.mm', 523 'gfx/video_decode_acceleration_support_mac.mm',
522 'ui_controls/ui_controls.h', 524 'ui_controls/ui_controls.h',
523 'ui_controls/ui_controls_aura.cc', 525 'ui_controls/ui_controls_aura.cc',
524 'ui_controls/ui_controls_gtk.cc', 526 'ui_controls/ui_controls_gtk.cc',
525 'ui_controls/ui_controls_internal_win.cc', 527 'ui_controls/ui_controls_internal_win.cc',
526 'ui_controls/ui_controls_internal_win.h', 528 'ui_controls/ui_controls_internal_win.h',
527 'ui_controls/ui_controls_mac.mm', 529 'ui_controls/ui_controls_mac.mm',
528 'ui_controls/ui_controls_win.cc', 530 'ui_controls/ui_controls_win.cc',
529 ], 531 ],
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 }, 888 },
887 'dependencies': [ 889 'dependencies': [
888 '../base/base.gyp:base_java', 890 '../base/base.gyp:base_java',
889 ], 891 ],
890 'includes': [ '../build/java.gypi' ], 892 'includes': [ '../build/java.gypi' ],
891 }, 893 },
892 ], 894 ],
893 }], 895 }],
894 ], 896 ],
895 } 897 }
OLDNEW
« ui/gfx/vector3d_f.cc ('K') | « ui/gfx/vector3d_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698