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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.cc', |
451 'gfx/point3_f.h', | 451 'gfx/point3_f.h', |
452 'gfx/point_base.h', | 452 'gfx/point_base.h', |
453 'gfx/point_conversions.cc', | 453 'gfx/point_conversions.cc', |
454 'gfx/point_conversions.h', | 454 'gfx/point_conversions.h', |
455 'gfx/point_f.cc', | 455 'gfx/point_f.cc', |
456 'gfx/point_f.h', | 456 'gfx/point_f.h', |
| 457 'gfx/quad_f.cc', |
| 458 'gfx/quad_f.h', |
457 'gfx/rect.cc', | 459 'gfx/rect.cc', |
458 'gfx/rect.h', | 460 'gfx/rect.h', |
459 'gfx/rect_base.h', | 461 'gfx/rect_base.h', |
460 'gfx/rect_base_impl.h', | 462 'gfx/rect_base_impl.h', |
461 'gfx/rect_conversions.cc', | 463 'gfx/rect_conversions.cc', |
462 'gfx/rect_conversions.h', | 464 'gfx/rect_conversions.h', |
463 'gfx/rect_f.cc', | 465 'gfx/rect_f.cc', |
464 'gfx/rect_f.h', | 466 'gfx/rect_f.h', |
465 'gfx/render_text.cc', | 467 'gfx/render_text.cc', |
466 'gfx/render_text.h', | 468 'gfx/render_text.h', |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 }, | 889 }, |
888 'dependencies': [ | 890 'dependencies': [ |
889 '../base/base.gyp:base_java', | 891 '../base/base.gyp:base_java', |
890 ], | 892 ], |
891 'includes': [ '../build/java.gypi' ], | 893 'includes': [ '../build/java.gypi' ], |
892 }, | 894 }, |
893 ], | 895 ], |
894 }], | 896 }], |
895 ], | 897 ], |
896 } | 898 } |
OLD | NEW |