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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |