OLD | NEW |
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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'gfx/platform_font_ios.h', | 440 'gfx/platform_font_ios.h', |
441 'gfx/platform_font_ios.mm', | 441 'gfx/platform_font_ios.mm', |
442 'gfx/platform_font_mac.h', | 442 'gfx/platform_font_mac.h', |
443 'gfx/platform_font_mac.mm', | 443 'gfx/platform_font_mac.mm', |
444 'gfx/platform_font_pango.cc', | 444 'gfx/platform_font_pango.cc', |
445 'gfx/platform_font_pango.h', | 445 'gfx/platform_font_pango.h', |
446 'gfx/platform_font_win.cc', | 446 'gfx/platform_font_win.cc', |
447 'gfx/platform_font_win.h', | 447 'gfx/platform_font_win.h', |
448 'gfx/point.cc', | 448 'gfx/point.cc', |
449 'gfx/point.h', | 449 'gfx/point.h', |
| 450 'gfx/point3_f.cc', |
450 'gfx/point3_f.h', | 451 'gfx/point3_f.h', |
451 'gfx/point_base.h', | 452 'gfx/point_base.h', |
452 'gfx/point_conversions.cc', | 453 'gfx/point_conversions.cc', |
453 'gfx/point_conversions.h', | 454 'gfx/point_conversions.h', |
454 'gfx/point_f.cc', | 455 'gfx/point_f.cc', |
455 'gfx/point_f.h', | 456 'gfx/point_f.h', |
456 'gfx/rect.cc', | 457 'gfx/rect.cc', |
457 'gfx/rect.h', | 458 'gfx/rect.h', |
458 'gfx/rect_base.h', | 459 'gfx/rect_base.h', |
459 'gfx/rect_base_impl.h', | 460 'gfx/rect_base_impl.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 'gfx/transform.cc', | 511 'gfx/transform.cc', |
511 'gfx/transform.h', | 512 'gfx/transform.h', |
512 'gfx/transform_util.cc', | 513 'gfx/transform_util.cc', |
513 'gfx/transform_util.h', | 514 'gfx/transform_util.h', |
514 'gfx/vector2d.cc', | 515 'gfx/vector2d.cc', |
515 'gfx/vector2d.h', | 516 'gfx/vector2d.h', |
516 'gfx/vector2d_conversions.cc', | 517 'gfx/vector2d_conversions.cc', |
517 'gfx/vector2d_conversions.h', | 518 'gfx/vector2d_conversions.h', |
518 'gfx/vector2d_f.cc', | 519 'gfx/vector2d_f.cc', |
519 'gfx/vector2d_f.h', | 520 'gfx/vector2d_f.h', |
| 521 'gfx/vector3d_f.cc', |
| 522 'gfx/vector3d_f.h', |
520 'gfx/video_decode_acceleration_support_mac.h', | 523 'gfx/video_decode_acceleration_support_mac.h', |
521 'gfx/video_decode_acceleration_support_mac.mm', | 524 'gfx/video_decode_acceleration_support_mac.mm', |
522 'ui_controls/ui_controls.h', | 525 'ui_controls/ui_controls.h', |
523 'ui_controls/ui_controls_aura.cc', | 526 'ui_controls/ui_controls_aura.cc', |
524 'ui_controls/ui_controls_gtk.cc', | 527 'ui_controls/ui_controls_gtk.cc', |
525 'ui_controls/ui_controls_internal_win.cc', | 528 'ui_controls/ui_controls_internal_win.cc', |
526 'ui_controls/ui_controls_internal_win.h', | 529 'ui_controls/ui_controls_internal_win.h', |
527 'ui_controls/ui_controls_mac.mm', | 530 'ui_controls/ui_controls_mac.mm', |
528 'ui_controls/ui_controls_win.cc', | 531 'ui_controls/ui_controls_win.cc', |
529 ], | 532 ], |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 }, | 889 }, |
887 'dependencies': [ | 890 'dependencies': [ |
888 '../base/base.gyp:base_java', | 891 '../base/base.gyp:base_java', |
889 ], | 892 ], |
890 'includes': [ '../build/java.gypi' ], | 893 'includes': [ '../build/java.gypi' ], |
891 }, | 894 }, |
892 ], | 895 ], |
893 }], | 896 }], |
894 ], | 897 ], |
895 } | 898 } |
OLD | NEW |